1. c648dab DEBUG got moved to Debug.h by Chris Lattner · 22 years ago
  2. 89e8be0 * Stop hard-coding a value for beginning of emitted code on Sparc since we can by Misha Brukman · 22 years ago
  3. fd31a78 Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags. by Misha Brukman · 22 years ago
  4. d69c1e6 Add ability for external C code to get pointers to functions given their name. by Misha Brukman · 22 years ago
  5. d94a50f Clean up code dealing with RTLD_SELF differences on Sparc and X86. by Misha Brukman · 22 years ago
  6. df38dae Fix reference to architecture. by Misha Brukman · 22 years ago
  7. 248ea32 Add in support to load shared objects (-load is provided by Support library). by Misha Brukman · 22 years ago
  8. a84983e Fix space by Chris Lattner · 22 years ago
  9. 832688a Remove redundant const qualifier by Chris Lattner · 22 years ago
  10. 06dabfa Cleaned up the code which chooses the appropriate value for the file descriptor by Misha Brukman · 22 years ago
  11. 859e09f Clean up my last checkin: code is easier to read and explains the differences in by Misha Brukman · 22 years ago
  12. 291c2c5 On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to by Misha Brukman · 22 years ago
  13. 8274291 * If compiling on X86 or Sparc, automagically enable the JIT for that arch by Misha Brukman · 22 years ago
  14. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  15. 02c26b6 Get rid of the duplicate '0x' in debug mode. by Brian Gaeke · 22 years ago
  16. 7033798 Include <cmath> instead of <math.h> by Brian Gaeke · 22 years ago
  17. 4399a49 Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms. by Brian Gaeke · 22 years ago
  18. 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 22 years ago
  19. 1d0acac Use std::isnan instead of isnan. Brought back to you from the by Brian Gaeke · 22 years ago
  20. f25b772 Life is too short. Link in too much stuff on Linux to make building on sun easier by Chris Lattner · 22 years ago
  21. da60140 The never-ending odyssey trying to get sparc to link by Chris Lattner · 22 years ago
  22. d562436 Make sure to get the value of ARCH before we use it by Chris Lattner · 22 years ago
  23. 2bf4c61 Do not link in the Sparc JIT when building on X86. Eventually the sparc will not by Chris Lattner · 22 years ago
  24. de3209b Apparently "sparc" is a macro on sparcs. Ugh. :) by Chris Lattner · 22 years ago
  25. 7a5500e Whoops, didn't mean to check that in :( by Chris Lattner · 22 years ago
  26. 97ac14f Use more structured command line option processing by Chris Lattner · 22 years ago
  27. 7aefa96 #ifdef out code that only applies when the HOSTARCH = sparc by Chris Lattner · 22 years ago
  28. 08d5e1f Add #include for older GCC's by Chris Lattner · 22 years ago
  29. 4e8c999 ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: by Misha Brukman · 22 years ago
  30. 1d44085 Output function address as hex. by Misha Brukman · 22 years ago
  31. cf614a3 Removed debug print statement. by Misha Brukman · 22 years ago
  32. 3a55e8a * Institute a hack for the Sparc call to mmap() to get our generated code to be by Misha Brukman · 22 years ago
  33. 88fe358 Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in the by Misha Brukman · 22 years ago
  34. 906f5fa * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp by Misha Brukman · 22 years ago
  35. 24a26e5 The flag modifications weren't picking up the old values of the by Brian Gaeke · 22 years ago
  36. d5af63f Remove obsolete code by Chris Lattner · 22 years ago
  37. bba1b6d Move target specific code to target files. The new MachineCodeEmitter by Chris Lattner · 22 years ago
  38. 63b99f9 Fix induction variable name clash in for loops, in finishFunction(). by Brian Gaeke · 22 years ago
  39. f86d635 Fixed rewriting of branches -- they now work forward and backward. by Misha Brukman · 22 years ago
  40. 417a7c0 Since malloc is no longer used, no need to free() memory. by Misha Brukman · 22 years ago
  41. 6607fbe Fix call to mmap, so that it can be used on sparc. by Brian Gaeke · 22 years ago
  42. 8e5bf70 mmap() seems to be failing on Sparc, so just use malloc()/free() . by Misha Brukman · 22 years ago
  43. 1df4d5e Link in Sparc libs for the JIT, even on X86 to be able to support debugging by Misha Brukman · 22 years ago
  44. abb027c Allow for specification of which JIT to run on the commandline. by Misha Brukman · 22 years ago
  45. 6b2125c Fix typeos by Chris Lattner · 22 years ago
  46. 9a23122 Add support for more constant expressions by Chris Lattner · 22 years ago
  47. 44edb6b Add support for atexit function, remove support for __main function by Chris Lattner · 22 years ago
  48. 22080f9 Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.c by Chris Lattner · 22 years ago
  49. 1b72216 Fix compilation problems with previous checking *blush* by Chris Lattner · 22 years ago
  50. 6701a86 Add a framework for intercepting system calls by Chris Lattner · 22 years ago
  51. 7e52742 Clean up cast by Chris Lattner · 22 years ago
  52. 56adf15 Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 22 years ago
  53. d7916e9 switch main LLI core execution to use an InstVisitor instead of a switch statement by Chris Lattner · 22 years ago
  54. 77113b6 Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.c by Chris Lattner · 22 years ago
  55. 6125fdd Add support for function stubs, which allow calling functions which need to by Chris Lattner · 22 years ago
  56. eb5a93b Minor speedup by avoiding callbacks to functions already generated by Chris Lattner · 22 years ago
  57. c309a76 Improve efficiency of JIT by having it use direct function calls instead of by Chris Lattner · 22 years ago
  58. 66a8494 assert early instead of late for unimplemented feature by Chris Lattner · 22 years ago
  59. 374344c Implement varargs support for LLI! by Chris Lattner · 22 years ago
  60. f88b9a6 Add a pointersize/endianness safe load routine to match the store routine by Chris Lattner · 22 years ago
  61. da82ed5 A large number of simple changes: by Chris Lattner · 22 years ago
  62. cdf5178 Add support for recording arguments passed through the ... of a varargs function by Chris Lattner · 22 years ago
  63. b2abb5a Fix bug: Jello/2003-05-07-ArgumentTest.llx Also fixes yacr2/ks benchmarks by Chris Lattner · 22 years ago
  64. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 22 years ago
  65. 7471c48 Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host by Chris Lattner · 22 years ago
  66. c8cff9e Add __strdup by Chris Lattner · 22 years ago
  67. 6b73fec MAke sure that LLI properly configures align_of(double) by Chris Lattner · 22 years ago
  68. d5bc41a Fix problem where we would read 64 bits worth of pointer information, even on 32 bit targets! by Chris Lattner · 22 years ago
  69. 2be5079 Fix bug where pointers were assumed to always be 64 bits in size! by Chris Lattner · 22 years ago
  70. 5f311a7 Add memcpy by Chris Lattner · 22 years ago
  71. fd506f5 Fix a problem with setcc instructions and pointers by Chris Lattner · 22 years ago
  72. 957d62a Implement a bunch of new external functions by Chris Lattner · 22 years ago
  73. 669b76a Implement &|^ on bool values by Chris Lattner · 22 years ago
  74. f87a198 Add support for _IO_getc function used on linux by Chris Lattner · 22 years ago
  75. d8c03bf * Implement access to external variables in LLI by Chris Lattner · 22 years ago
  76. cf31784 We now need to link libscalar to get the switch lowering pass by Chris Lattner · 22 years ago
  77. 0286835 Kill using declarations Kill code for invalid operations on pointers by Chris Lattner · 22 years ago
  78. 5bff50d Implement cast to bool by Chris Lattner · 22 years ago
  79. b945e4d Get rid of extraneous arguments to implementation functions by Chris Lattner · 22 years ago
  80. 09e9392 Add support to LLI for switch instruction by Chris Lattner · 22 years ago
  81. 59ee0ee Make stderr, stdout, stdin work with LLI by Chris Lattner · 22 years ago
  82. 04e2ad7 Fix wierd idiom by Chris Lattner · 22 years ago
  83. 9dbf6dd fprintf CAN take exactly 2 args by Chris Lattner · 22 years ago
  84. f9a88b6 Implement scanf and fix sscanf to actually endian swap the results correctly by Chris Lattner · 22 years ago
  85. 006a4a5 Fix typeo by Chris Lattner · 22 years ago
  86. 910687e Fix warnings on sparc by Chris Lattner · 23 years ago
  87. 285ca5e Fix didn't fix the race condition in the makefiles by Chris Lattner · 23 years ago
  88. c479db9 Fix race condition in Makefile by Chris Lattner · 23 years ago
  89. 0d448c0 Add support for named functions by Chris Lattner · 23 years ago
  90. f1dd28d Dead file by Chris Lattner · 23 years ago
  91. 1cc0838 Add support for new types of values by Chris Lattner · 23 years ago
  92. 61253a9 Bad segvs actually cause a segv now by Chris Lattner · 23 years ago
  93. b111874 * Wrap at 80 columns * Fix a ton of warnings * Implement puts by Chris Lattner · 23 years ago
  94. 9378013 Handle value promotion properly to work with tracing better by Chris Lattner · 23 years ago
  95. 0394891 No longer need scalaropts lib by Chris Lattner · 23 years ago
  96. 92798d7 Add fixme by Chris Lattner · 23 years ago
  97. 623a222 Add diagnostic output by Chris Lattner · 23 years ago
  98. d6840ac Fixes to compile with GCC 3.2 by Chris Lattner · 23 years ago
  99. 836f675 Initial checkin by Chris Lattner · 23 years ago
  100. bd199fb Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago