- Nov 20, 2004
-
-
Chris Lattner authored
llvm-svn: 18030
-
- 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
-
Chris Lattner authored
already has been. This may be a small speedup. llvm-svn: 17863
-
- Nov 08, 2004
-
-
Misha Brukman authored
llvm-svn: 17601
-
- Oct 29, 2004
-
-
Brian Gaeke authored
printed pointer value if sizeof(unsigned) != pointer size. Instead, use uintptr_t. llvm-svn: 17338
-
- Oct 28, 2004
-
-
Reid Spencer authored
llvm-svn: 17307
-
- Oct 23, 2004
-
-
Misha Brukman authored
llvm-svn: 17174
-
- Oct 22, 2004
-
-
Reid Spencer authored
llvm-svn: 17155
-
- Oct 19, 2004
-
-
Reid Spencer authored
llvm-svn: 17136
-
- Oct 13, 2004
-
-
Reid Spencer authored
llvm-svn: 16950
-
- Oct 10, 2004
-
-
Reid Spencer authored
llvm-svn: 16885
-
- 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
-
- Aug 16, 2004
-
-
Chris Lattner authored
llvm-svn: 15802
-
Chris Lattner authored
llvm-svn: 15799
-
Chris Lattner authored
llvm-svn: 15798
-
Chris Lattner authored
llvm-svn: 15797
-
Chris Lattner authored
llvm-svn: 15796
-
Chris Lattner authored
llvm-svn: 15794
-
Chris Lattner authored
llvm-svn: 15793
-
- Jul 11, 2004
-
-
Chris Lattner authored
llvm-svn: 14761
-
Chris Lattner authored
also gives the JIT the ability to dynamically load targets. e.g. lli -load libparisc.so -march=parisc foo.bc llvm-svn: 14750
-
- Jul 07, 2004
-
-
Reid Spencer authored
is read, not parsed. llvm-svn: 14677
-
Reid Spencer authored
Improve exeception handling around bcreader invocations. llvm-svn: 14674
-
- Jul 04, 2004
-
-
Reid Spencer authored
llvm-svn: 14622
-
- Jun 01, 2004
-
-
Chris Lattner authored
This fixes some critical problems building libstdc++ on cygwin. llvm-svn: 13934
-
- 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
-
- Apr 14, 2004
-
-
Brian Gaeke authored
This should unbreak the Sparc JIT again. llvm-svn: 12949
-
- Mar 10, 2004
-
-
Brian Gaeke authored
bug only affects Linux systems that use GLIBC, I'm going to put ifdefs around the array. llvm-svn: 12269
-
- Mar 09, 2004
-
-
Brian Gaeke authored
by trying to get the compiler to generate an undefined reference for it and related functions which live in libc_nonshared.a on Linux. Linkers... sigh. llvm-svn: 12256
-
- Feb 25, 2004
-
-
Brian Gaeke authored
llvm-svn: 11844
-
Brian Gaeke authored
llvm-svn: 11827
-
- Feb 08, 2004
-
-
Chris Lattner authored
llvm-svn: 11190
-
- Feb 01, 2004
-
-
Chris Lattner authored
llvm-svn: 11041
-
- Dec 28, 2003
-
-
Chris Lattner authored
Reimplement the Interpreters implementation of va_* to be more direct. llvm-svn: 10627
-
- Dec 26, 2003
-
-
Chris Lattner authored
rename run to runFunction Genericize the runFunction code a little bit, though it still stinks llvm-svn: 10610
-