| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Targets now configure themselves based on the source module, not on the | Chris Lattner | 2003-08-24 | 1 | -6/+2 |
* | Add preliminary support for "any" pointersize/endianness. This will need | Chris Lattner | 2003-08-24 | 1 | -2/+4 |
* | The JIT now passes the environment pointer to the main() function when it | John Criswell | 2003-08-21 | 1 | -2/+2 |
* | rename selection library to selectiondag | Chris Lattner | 2003-08-15 | 1 | -1/+1 |
* | Incorporate mapping library into the sparc library | Chris Lattner | 2003-08-13 | 1 | -1/+1 |
* | Include the new selection library for the X86 target | Chris Lattner | 2003-08-11 | 1 | -1/+1 |
* | Add in support to load shared objects (-load is provided by Support library). | Misha Brukman | 2003-07-28 | 1 | -1/+1 |
* | * If compiling on X86 or Sparc, automagically enable the JIT for that arch | Misha Brukman | 2003-07-02 | 1 | -9/+25 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -1/+1 |
* | Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where | Brian Gaeke | 2003-06-17 | 1 | -1/+1 |
* | Life is too short. Link in too much stuff on Linux to make building on sun e... | Chris Lattner | 2003-06-17 | 1 | -4/+3 |
* | The never-ending odyssey trying to get sparc to link | Chris Lattner | 2003-06-17 | 1 | -1/+1 |
* | Make sure to get the value of ARCH before we use it | Chris Lattner | 2003-06-17 | 1 | -0/+5 |
* | Do not link in the Sparc JIT when building on X86. Eventually the sparc will... | Chris Lattner | 2003-06-17 | 1 | -6/+6 |
* | Whoops, didn't mean to check that in :( | Chris Lattner | 2003-06-17 | 1 | -3/+19 |
* | Use more structured command line option processing | Chris Lattner | 2003-06-17 | 1 | -19/+3 |
* | Link in Sparc libs for the JIT, even on X86 to be able to support debugging | Misha Brukman | 2003-05-27 | 1 | -3/+19 |
* | Remove ".bc" from the end of InputFile if it is there, in | Brian Gaeke | 2003-05-23 | 1 | -0/+7 |
* | The JIT is the default mode for LLI now | Chris Lattner | 2003-05-12 | 1 | -1/+1 |
* | We now need to link libscalar to get the switch lowering pass | Chris Lattner | 2003-04-23 | 1 | -2/+2 |
* | Build the appropriate target machine for the input pointer size and endianness | Chris Lattner | 2003-04-22 | 1 | -4/+2 |
* | Fix didn't fix the race condition in the makefiles | Chris Lattner | 2003-01-22 | 1 | -1/+1 |
* | Fix race condition in Makefile | Chris Lattner | 2003-01-21 | 1 | -1/+1 |
* | No longer need scalaropts lib | Chris Lattner | 2003-01-13 | 1 | -1/+1 |
* | Fixes to compile with GCC 3.2 | Chris Lattner | 2002-12-24 | 1 | -4/+4 |
* | Substantial changes to refactor LLI to incorporate both the Jello JIT and | Chris Lattner | 2002-12-23 | 2 | -60/+80 |
* | Add support to count the number of dynamic instructions executed by LLI | Chris Lattner | 2002-12-08 | 1 | -4/+1 |
* | No need to explicitly inclue ExportSymbols now | Chris Lattner | 2002-11-04 | 1 | -1/+1 |
* | Export symbols for linux | Chris Lattner | 2002-09-13 | 1 | -1/+5 |
* | Namespace correctness is good | Chris Lattner | 2002-07-25 | 1 | -2/+2 |
* | REmove extra blank lines | Chris Lattner | 2002-07-25 | 1 | -2/+0 |
* | *** empty log message *** | Chris Lattner | 2002-07-23 | 1 | -1/+1 |
* | *** empty log message *** | Chris Lattner | 2002-07-22 | 1 | -14/+28 |
* | Remove tracing code hack | Chris Lattner | 2002-05-20 | 1 | -1/+1 |
* | Link with test/Libraries/libinstr32.a for runtime routines | Vikram S. Adve | 2002-05-19 | 1 | -1/+1 |
* | Remove asmwriter library from link line, because the useful contents of it | Chris Lattner | 2002-04-07 | 1 | -2/+1 |
* | Remove runtime library in favor of users linking against real libraries. | Chris Lattner | 2002-03-11 | 2 | -284/+0 |
* | Remove hack. This is better fixed in Makefile.common | Chris Lattner | 2002-02-24 | 1 | -1/+1 |
* | Build with newer compiler, with same bug | Chris Lattner | 2002-02-24 | 1 | -1/+1 |
* | Eliminate opt library | Chris Lattner | 2002-01-21 | 1 | -2/+2 |
* | Build runtime library with local GCCAS | Chris Lattner | 2001-12-13 | 1 | -4/+4 |
* | Implement strlen strdup strcmp | Chris Lattner | 2001-12-13 | 1 | -0/+35 |
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -1/+1 |
* | Fix problem where lli < foo.bc would have argc = 0 | Chris Lattner | 2001-11-26 | 1 | -0/+7 |
* | Implement memset memcpy, calloc | Chris Lattner | 2001-10-30 | 1 | -0/+85 |
* | Initialize map for purify | Chris Lattner | 2001-10-30 | 1 | -0/+1 |
* | I screwed up the macros, so of course strtol didn't work. *sigh* | Chris Lattner | 2001-10-29 | 1 | -3/+3 |
* | Oops, accidentally broke reading from stdin when doing command line arguments | Chris Lattner | 2001-10-29 | 1 | -1/+1 |
* | Implement a -trace command line option and a trace option in the interpreter. | Chris Lattner | 2001-10-27 | 1 | -1/+5 |
* | * Make pointer values work better by treating them uniformly as 64 bit values. | Chris Lattner | 2001-10-27 | 2 | -0/+126 |