- May 30, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 13910
-
Brian Gaeke authored
llvm-svn: 13908
-
Alkis Evlogimenos authored
spills. This allows for more flexibility when allocating registers for spill code. llvm-svn: 13907
-
Brian Gaeke authored
state. Also, save the state for the incoming register of each phi node. llvm-svn: 13906
-
Brian Gaeke authored
Call it at a more appropriate point. llvm-svn: 13905
-
Brian Gaeke authored
corresponding MachineCodeForInstruction vectors. I need to be able to get the register allocated for the thing which is called PhiCpRes in this code; this should make that task easier, plus, Phi nodes are no longer "special" in the sense that their MachineCodeForInstruction is empty. llvm-svn: 13904
-
Brian Gaeke authored
llvm-svn: 13903
-
Reid Spencer authored
would always return false because the Type of a type value is always Type::TypeTY and can never be a floating point type. llvm-svn: 13902
-
Reid Spencer authored
llvm-svn: 13900
-
Brian Gaeke authored
llvm-svn: 13899
-
Brian Gaeke authored
llvm-svn: 13898
-
Brian Gaeke authored
llvm-svn: 13897
-
Brian Gaeke authored
llvm-svn: 13896
-
- May 29, 2004
-
-
Alkis Evlogimenos authored
new one. llvm-svn: 13895
-
Alkis Evlogimenos authored
registers in the function has changed. llvm-svn: 13893
-
Alkis Evlogimenos authored
llvm-svn: 13892
-
Chris Lattner authored
dynamic linker does not automatically search libraries when looking up symbols with GetProcAddress. Because of this we have to emulate it. The only detail is that there doesn't seem to be a way to enumerate the libraries loaded, so we have a gross hack (tm). This make the JIT functional on win32 under cygwin. llvm-svn: 13887
-
Chris Lattner authored
llvm-svn: 13886
-
- May 28, 2004
-
-
Tanya Lattner authored
llvm-svn: 13881
-
Brian Gaeke authored
Simplify InsertPhiElimInstructions(), and give it a better doxygen comment. llvm-svn: 13880
-
Brian Gaeke authored
the transformed LLVM code which is the input to the instruction selector. llvm-svn: 13879
-
Chris Lattner authored
few days. Apparently the old symbol table used to auto rename collisions in the type symbol table and the new one does not. It doesn't really make sense for the new one to do so, so we just make the client do it. llvm-svn: 13877
-
Chris Lattner authored
llvm-svn: 13876
-
Chris Lattner authored
Code cleanup llvm-svn: 13875
-
Chris Lattner authored
llvm-svn: 13874
-
Chris Lattner authored
llvm-svn: 13872
-
Chris Lattner authored
much easier than on unix. :) The only evil thing is that windows.h defines a macro named FindExecutable, which collides with one of our names. The JIT now runs on windows, but it cannot resolve external functions (like printf) yet. llvm-svn: 13871
-
Chris Lattner authored
includes mman.h llvm-svn: 13870
-
Chris Lattner authored
llvm-svn: 13868
-
Chris Lattner authored
llvm-svn: 13866
-
Chris Lattner authored
space llvm-svn: 13864
-
Chris Lattner authored
llvm-svn: 13863
-
Reid Spencer authored
llvm-svn: 13862
-
Reid Spencer authored
break when Type::TypeTy goes away. Also remove a dead block of code and dead comments. llvm-svn: 13861
-
Reid Spencer authored
llvm-svn: 13860
-
- May 27, 2004
-
-
Reid Spencer authored
The SymbolTable changes caused this one too. llvm-svn: 13859
-
Brian Gaeke authored
llvm-svn: 13858
-
Chris Lattner authored
llvm-svn: 13857
-
Chris Lattner authored
llvm-svn: 13856
-
John Criswell authored
to eliminate the wrong type. llvm-svn: 13855
-