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