- Dec 01, 2004
-
-
Chris Lattner authored
llvm-svn: 18405
-
- Nov 30, 2004
-
-
Chris Lattner authored
llvm-svn: 18391
-
- Nov 22, 2004
-
-
Chris Lattner authored
llvm-svn: 18132
-
Chris Lattner authored
llvm-svn: 18131
-
Chris Lattner authored
llvm-svn: 18129
-
Chris Lattner authored
llvm-svn: 18098
-
- Nov 21, 2004
-
-
Chris Lattner authored
llvm-svn: 18081
-
Chris Lattner authored
most cases (e.g. direct calls) no stub is needed. llvm-svn: 18080
-
Chris Lattner authored
llvm-svn: 18069
-
- Nov 20, 2004
-
-
Chris Lattner authored
Add stub support for relocations to finishFunction llvm-svn: 18035
-
- Nov 19, 2004
-
-
Chris Lattner authored
llvm-svn: 18009
-
- Nov 16, 2004
-
-
Chris Lattner authored
immediately instead of lazily. In this program, for example: int main() { printf("hello world\n"); printf("hello world\n"); printf("hello world\n"); printf("hello world\n"); } We used to have to go through compilation callback 4 times (once for each call to printf), now we don't go to it at all. Thanks to Misha for noticing this, and for adding the initial ghost linkage patches. llvm-svn: 17864
-
- Oct 29, 2004
-
-
Brian Gaeke authored
printed pointer value if sizeof(unsigned) != pointer size. Instead, use uintptr_t. llvm-svn: 17338
-
- Sep 14, 2004
-
-
Reid Spencer authored
llvm-svn: 16318
-
- Sep 11, 2004
-
-
Reid Spencer authored
old SystemUtils.h interface to allocate RWX blocks of memory. llvm-svn: 16286
-
- Sep 02, 2004
-
-
Reid Spencer authored
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
-
- May 28, 2004
-
-
Chris Lattner authored
llvm-svn: 13868
-
- May 27, 2004
-
-
Chris Lattner authored
(such as plan 9) without mmap. Of course it won't RUN... but that's another step. :) llvm-svn: 13839
-
- Apr 23, 2004
-
-
Brian Gaeke authored
llvm-svn: 13118
-
- Feb 08, 2004
-
-
Chris Lattner authored
llvm-svn: 11190
-
- Dec 20, 2003
-
-
Chris Lattner authored
llvm-svn: 10549
-
Chris Lattner authored
VM.cpp and JIT.cpp files into JIT.cpp. This also splits some nasty code out into TargetSelect.cpp so that people hopefully won't notice it. :) llvm-svn: 10544
-
- Dec 08, 2003
-
-
Chris Lattner authored
llvm-svn: 10318
-
- Nov 30, 2003
-
-
Chris Lattner authored
If this doesn't work Misha, feel free to revert it. llvm-svn: 10267
-
Misha Brukman authored
allow unaligned loads, that is probably the problem I've been seeing in numerous SPARC test cases failing. X86, on the other hand, just slows down unaligned accesses, since it must make 2 aligned accesses for each unaligned one. llvm-svn: 10266
-
- Nov 17, 2003
-
-
Misha Brukman authored
llvm-svn: 10060
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
Chris Lattner authored
llvm-svn: 9283
-
- Oct 17, 2003
-
-
Brian Gaeke authored
llvm-svn: 9184
-
- Oct 11, 2003
-
-
Brian Gaeke authored
Linux. This is consistent with what FreeBSD and Solaris both want. This makes the JIT work on FreeBSD 5.1-RELEASE. Whee. llvm-svn: 9045
-
- Oct 10, 2003
-
-
Brian Gaeke authored
llvm-svn: 9031
-
- Oct 06, 2003
-
-
Chris Lattner authored
Thanks to Brian for fixing this obvious oops llvm-svn: 8899
-
- Sep 10, 2003
-
-
Misha Brukman authored
the #define up there too * Since we're including system headers, use the ones in include/llvm/Config * While we're here, use the canonical LLVM header ordering algorithm llvm-svn: 8463
-
Misha Brukman authored
llvm-svn: 8436
-
- Aug 14, 2003
-
-
Chris Lattner authored
speeds up program execution by 15% pretty consistently for large programs llvm-svn: 7845
-
- Aug 05, 2003
-
-
Chris Lattner authored
llvm-svn: 7604
-
- Aug 02, 2003
-
-
Chris Lattner authored
llvm-svn: 7491
-
- Jul 29, 2003
-
-
Misha Brukman authored
now handle far calls (i.e., beyond the 30-bit limit in call instructions). * As a side-effect, this allows us to unify and clean up the mmap() call and code around it. llvm-svn: 7381
-
- Jul 28, 2003
-
-
Misha Brukman authored
llvm-svn: 7368
-