1. 7aefa96 #ifdef out code that only applies when the HOSTARCH = sparc by Chris Lattner · 22 years ago
  2. 08d5e1f Add #include for older GCC's by Chris Lattner · 22 years ago
  3. 4e8c999 ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: by Misha Brukman · 22 years ago
  4. 1d44085 Output function address as hex. by Misha Brukman · 22 years ago
  5. cf614a3 Removed debug print statement. by Misha Brukman · 22 years ago
  6. 3a55e8a * Institute a hack for the Sparc call to mmap() to get our generated code to be by Misha Brukman · 22 years ago
  7. 88fe358 Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in the by Misha Brukman · 22 years ago
  8. 906f5fa * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp by Misha Brukman · 22 years ago
  9. 24a26e5 The flag modifications weren't picking up the old values of the by Brian Gaeke · 22 years ago
  10. d5af63f Remove obsolete code by Chris Lattner · 22 years ago
  11. bba1b6d Move target specific code to target files. The new MachineCodeEmitter by Chris Lattner · 22 years ago
  12. 63b99f9 Fix induction variable name clash in for loops, in finishFunction(). by Brian Gaeke · 22 years ago
  13. f86d635 Fixed rewriting of branches -- they now work forward and backward. by Misha Brukman · 22 years ago
  14. 417a7c0 Since malloc is no longer used, no need to free() memory. by Misha Brukman · 22 years ago
  15. 6607fbe Fix call to mmap, so that it can be used on sparc. by Brian Gaeke · 22 years ago
  16. 8e5bf70 mmap() seems to be failing on Sparc, so just use malloc()/free() . by Misha Brukman · 22 years ago
  17. abb027c Allow for specification of which JIT to run on the commandline. by Misha Brukman · 22 years ago
  18. 22080f9 Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.c by Chris Lattner · 22 years ago
  19. 1b72216 Fix compilation problems with previous checking *blush* by Chris Lattner · 22 years ago
  20. 6701a86 Add a framework for intercepting system calls by Chris Lattner · 22 years ago
  21. 56adf15 Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 22 years ago
  22. 6125fdd Add support for function stubs, which allow calling functions which need to by Chris Lattner · 22 years ago
  23. eb5a93b Minor speedup by avoiding callbacks to functions already generated by Chris Lattner · 22 years ago
  24. c309a76 Improve efficiency of JIT by having it use direct function calls instead of by Chris Lattner · 22 years ago
  25. 66a8494 assert early instead of late for unimplemented feature by Chris Lattner · 22 years ago
  26. 910687e Fix warnings on sparc by Chris Lattner · 23 years ago
  27. 0d448c0 Add support for named functions by Chris Lattner · 23 years ago
  28. f1dd28d Dead file by Chris Lattner · 23 years ago
  29. 1cc0838 Add support for new types of values by Chris Lattner · 23 years ago
  30. 61253a9 Bad segvs actually cause a segv now by Chris Lattner · 23 years ago
  31. 836f675 Initial checkin by Chris Lattner · 23 years ago
  32. bd199fb Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago