1. 4c08840 Include the new selection library for the X86 target by Chris Lattner · 21 years ago
  2. 248ea32 Add in support to load shared objects (-load is provided by Support library). by Misha Brukman · 21 years ago
  3. 8274291 * If compiling on X86 or Sparc, automagically enable the JIT for that arch by Misha Brukman · 21 years ago
  4. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  5. 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 21 years ago
  6. f25b772 Life is too short. Link in too much stuff on Linux to make building on sun easier by Chris Lattner · 21 years ago
  7. da60140 The never-ending odyssey trying to get sparc to link by Chris Lattner · 21 years ago
  8. d562436 Make sure to get the value of ARCH before we use it by Chris Lattner · 21 years ago
  9. 2bf4c61 Do not link in the Sparc JIT when building on X86. Eventually the sparc will not by Chris Lattner · 21 years ago
  10. 7a5500e Whoops, didn't mean to check that in :( by Chris Lattner · 21 years ago
  11. 97ac14f Use more structured command line option processing by Chris Lattner · 21 years ago
  12. 1df4d5e Link in Sparc libs for the JIT, even on X86 to be able to support debugging by Misha Brukman · 21 years ago
  13. 6ae73dc Remove ".bc" from the end of InputFile if it is there, in by Brian Gaeke · 21 years ago
  14. 19669f3 The JIT is the default mode for LLI now by Chris Lattner · 21 years ago
  15. cf31784 We now need to link libscalar to get the switch lowering pass by Chris Lattner · 21 years ago
  16. e0b235c Build the appropriate target machine for the input pointer size and endianness by Chris Lattner · 21 years ago
  17. 285ca5e Fix didn't fix the race condition in the makefiles by Chris Lattner · 21 years ago
  18. c479db9 Fix race condition in Makefile by Chris Lattner · 21 years ago
  19. 0394891 No longer need scalaropts lib by Chris Lattner · 22 years ago
  20. d6840ac Fixes to compile with GCC 3.2 by Chris Lattner · 22 years ago
  21. fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 22 years ago
  22. bbdabce Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 22 years ago
  23. c9d8bef No need to explicitly inclue ExportSymbols now by Chris Lattner · 22 years ago
  24. b776401 Export symbols for linux by Chris Lattner · 22 years ago
  25. db14500 Namespace correctness is good by Chris Lattner · 22 years ago
  26. b865894 REmove extra blank lines by Chris Lattner · 22 years ago
  27. 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
  28. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  29. 0fe380c Remove tracing code hack by Chris Lattner · 22 years ago
  30. 53835b8 Link with test/Libraries/libinstr32.a for runtime routines by Vikram S. Adve · 22 years ago
  31. 9420298 Remove asmwriter library from link line, because the useful contents of it by Chris Lattner · 22 years ago
  32. 2dc7808 Remove runtime library in favor of users linking against real libraries. by Chris Lattner · 22 years ago
  33. ec4913e Remove hack. This is better fixed in Makefile.common by Chris Lattner · 22 years ago
  34. 1156edf Build with newer compiler, with same bug by Chris Lattner · 22 years ago
  35. 8efb9d7 Eliminate opt library by Chris Lattner · 22 years ago
  36. e20bcd8 Build runtime library with local GCCAS by Chris Lattner · 23 years ago
  37. 75ad704 Implement strlen strdup strcmp by Chris Lattner · 23 years ago
  38. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  39. aca8e90 Fix problem where lli < foo.bc would have argc = 0 by Chris Lattner · 23 years ago
  40. 53b20c3 Implement memset memcpy, calloc by Chris Lattner · 23 years ago
  41. 2b2e5b3 Initialize map for purify by Chris Lattner · 23 years ago
  42. fe83ab5 I screwed up the macros, so of course strtol didn't work. *sigh* by Chris Lattner · 23 years ago
  43. aa7420b Oops, accidentally broke reading from stdin when doing command line arguments by Chris Lattner · 23 years ago
  44. 43e3f7c Implement a -trace command line option and a trace option in the interpreter. by Chris Lattner · 23 years ago
  45. c259316 * Make pointer values work better by treating them uniformly as 64 bit values. by Chris Lattner · 23 years ago
  46. 204eec3 Provide argv for commands by Chris Lattner · 23 years ago
  47. e43db88 * Implement exit() builtin function by Chris Lattner · 23 years ago
  48. 4a82271 Add support for building a runtime library for LLI by Chris Lattner · 23 years ago
  49. f8f2afb Enhancements to pass argc & argv to main if required by Chris Lattner · 23 years ago
  50. 2e42d3a Implement global variables. Struct and Pointer initializers are not implemented yet though by Chris Lattner · 23 years ago
  51. 365a76e Genericize support for calling functions a bit Add external method support by Chris Lattner · 23 years ago
  52. c9744e7 Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common by Chris Lattner · 23 years ago
  53. 8666098 Lots of new functionality by Chris Lattner · 23 years ago
  54. 92101ac Initial checkin of interpreter by Chris Lattner · 23 years ago