- May 30, 2004
-
-
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
indicate successful tests. We're really only interested in the bad news in this output :) llvm-svn: 13901
-
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
-
-
Chris Lattner authored
the same xlation unit llvm-svn: 13885
-
Chris Lattner authored
llvm-svn: 13884
-
Chris Lattner authored
llvm-svn: 13883
-
Chris Lattner authored
Change contributed by Reid Spencer. llvm-svn: 13882
-
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
llvm-svn: 13878
-
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
anyway. Add a form that takes a type_iterator for the C backend. llvm-svn: 13873
-
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: 13869
-
Chris Lattner authored
llvm-svn: 13868
-
Chris Lattner authored
llvm-svn: 13867
-
Chris Lattner authored
llvm-svn: 13866
-
Chris Lattner authored
llvm-svn: 13865
-
Chris Lattner authored
space llvm-svn: 13864
-
Chris Lattner authored
llvm-svn: 13863
-
Reid Spencer authored
llvm-svn: 13862
-