- May 29, 2004
-
-
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
-
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
-
Chris Lattner authored
llvm-svn: 13852
-
Chris Lattner authored
llvm-svn: 13851
-
Chris Lattner authored
llvm-svn: 13849
-
Reid Spencer authored
llvm-svn: 13848
-
John Criswell authored
My apologies for changing config.h.in. Now you will all have to re-configure. llvm-svn: 13846
-