1. 726c1ef remove the intrinsiclowering hook by Chris Lattner · 19 years ago
  2. 2fe4bb0 Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries. by Chris Lattner · 19 years ago
  3. ee44863 For PR540: by Reid Spencer · 20 years ago
  4. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  5. 890b4bd Add accessor by Chris Lattner · 21 years ago
  6. 895eddf Implement ExecutionEngine::freeMachineCodeForFunction() by Misha Brukman · 21 years ago
  7. 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 22 years ago
  8. ff0f1bb No longer run atExit functions from run() by Chris Lattner · 22 years ago
  9. c07ed13 Implement PR135, lazy emission of global variables by Chris Lattner · 22 years ago
  10. 4d326fa Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the by Chris Lattner · 22 years ago
  11. 1e60a91 Rip JIT specific stuff out of TargetMachine, as per PR176 by Chris Lattner · 22 years ago
  12. 993bdce Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the by Chris Lattner · 22 years ago
  13. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  14. 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
  15. 55c0f02 Tidy up doxygen comment for getPointerToFunction(). by Brian Gaeke · 22 years ago
  16. 005e5e9 Enabling incremental bytecode loading in the JIT: by Misha Brukman · 22 years ago
  17. 9722294 ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ by Brian Gaeke · 22 years ago
  18. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
  19. 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 22 years ago
  20. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 22 years ago
  21. c227c1f Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 22 years ago
  22. 906f5fa * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp by Misha Brukman · 22 years ago
  23. bba1b6d Move target specific code to target files. The new MachineCodeEmitter by Chris Lattner · 22 years ago
  24. abb027c Allow for specification of which JIT to run on the commandline. by Misha Brukman · 22 years ago
  25. 22080f9 Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.c by Chris Lattner · 22 years ago
  26. 6125fdd Add support for function stubs, which allow calling functions which need to by Chris Lattner · 22 years ago
  27. c309a76 Improve efficiency of JIT by having it use direct function calls instead of by Chris Lattner · 22 years ago
  28. 0d448c0 Add support for named functions by Chris Lattner · 23 years ago
  29. 836f675 Initial checkin by Chris Lattner · 23 years ago