1. 2fe4bb0 Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries. by Chris Lattner · 19 years ago
  2. 8c9191c The interpreter assumes that the caller of runFunction() must be lli, and by Jeff Cohen · 20 years ago
  3. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  4. 3c94497 Convert tabs to spaces by Misha Brukman · 20 years ago
  5. d1c881a * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  6. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
  7. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 22 years ago
  8. 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 22 years ago
  9. 2cab55d No longer run atExit functions from run() rename run to runFunction by Chris Lattner · 22 years ago
  10. f7a743d Finegrainify namespacification by Chris Lattner · 22 years ago
  11. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  12. 502dda0 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 22 years ago
  13. a824f42 ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
  14. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  15. 021c190 Squelch warning by Chris Lattner · 22 years ago
  16. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
  17. 413ab66 Remove support for interactive (step finish next) instructions. by Brian Gaeke · 22 years ago
  18. f58815e Interpreter cleanups: 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. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 22 years ago
  21. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 22 years ago
  22. 44edb6b Add support for atexit function, remove support for __main function by Chris Lattner · 22 years ago
  23. 56adf15 Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 22 years ago
  24. da82ed5 A large number of simple changes: by Chris Lattner · 22 years ago
  25. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 22 years ago
  26. 6b73fec MAke sure that LLI properly configures align_of(double) by Chris Lattner · 22 years ago
  27. bd199fb Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago