1. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 22 years ago
  2. 011efae Actually _PASS IN_ NO_RESERVE if we have it. by Chris Lattner · 22 years ago
  3. 36d10ef * Move include files from middle of file to the top where they belong, moving by Misha Brukman · 22 years ago
  4. 88b4855 Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.h by Misha Brukman · 22 years ago
  5. 688506d Implement a _REAL_ memory manager for the code generated by the JIT. This by Chris Lattner · 22 years ago
  6. 3785fad Specify DEBUG_TYPE's for the JIT debug messages by Chris Lattner · 22 years ago
  7. c648dab DEBUG got moved to Debug.h by Chris Lattner · 22 years ago
  8. 89e8be0 * Stop hard-coding a value for beginning of emitted code on Sparc since we can by Misha Brukman · 22 years ago
  9. fd31a78 Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags. by Misha Brukman · 22 years ago
  10. d69c1e6 Add ability for external C code to get pointers to functions given their name. by Misha Brukman · 22 years ago
  11. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  12. 02c26b6 Get rid of the duplicate '0x' in debug mode. by Brian Gaeke · 22 years ago
  13. 4399a49 Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms. by Brian Gaeke · 22 years ago
  14. 08d5e1f Add #include for older GCC's by Chris Lattner · 22 years ago
  15. 1d44085 Output function address as hex. by Misha Brukman · 22 years ago
  16. cf614a3 Removed debug print statement. by Misha Brukman · 22 years ago
  17. 3a55e8a * Institute a hack for the Sparc call to mmap() to get our generated code to be by Misha Brukman · 22 years ago
  18. 906f5fa * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp by Misha Brukman · 22 years ago
  19. d5af63f Remove obsolete code by Chris Lattner · 22 years ago
  20. bba1b6d Move target specific code to target files. The new MachineCodeEmitter by Chris Lattner · 22 years ago
  21. abb027c Allow for specification of which JIT to run on the commandline. by Misha Brukman · 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. 910687e Fix warnings on sparc by Chris Lattner · 23 years ago
  26. 1cc0838 Add support for new types of values by Chris Lattner · 23 years ago
  27. bd199fb Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago