1. d1cab3e Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine) by Brian Gaeke · 22 years ago
  2. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
  3. 8e53948 Move EE dtor where it belongs by Brian Gaeke · 22 years ago
  4. f58815e Interpreter cleanups: by Brian Gaeke · 22 years ago
  5. 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 22 years ago
  6. 0c8c0e8 Remove some long-dead code by Chris Lattner · 22 years ago
  7. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 22 years ago
  8. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 22 years ago
  9. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 22 years ago
  10. 6ae73dc Remove ".bc" from the end of InputFile if it is there, in by Brian Gaeke · 22 years ago
  11. 19669f3 The JIT is the default mode for LLI now by Chris Lattner · 22 years ago
  12. e0b235c Build the appropriate target machine for the input pointer size and endianness by Chris Lattner · 22 years ago
  13. d6840ac Fixes to compile with GCC 3.2 by Chris Lattner · 23 years ago
  14. fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 23 years ago
  15. bbdabce Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 23 years ago
  16. db14500 Namespace correctness is good by Chris Lattner · 23 years ago
  17. b865894 REmove extra blank lines by Chris Lattner · 23 years ago
  18. 5ff62e9 *** empty log message *** by Chris Lattner · 23 years ago
  19. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  20. aca8e90 Fix problem where lli < foo.bc would have argc = 0 by Chris Lattner · 24 years ago
  21. 2b2e5b3 Initialize map for purify by Chris Lattner · 24 years ago
  22. aa7420b Oops, accidentally broke reading from stdin when doing command line arguments by Chris Lattner · 24 years ago
  23. 43e3f7c Implement a -trace command line option and a trace option in the interpreter. by Chris Lattner · 24 years ago
  24. 204eec3 Provide argv for commands by Chris Lattner · 24 years ago
  25. f8f2afb Enhancements to pass argc & argv to main if required by Chris Lattner · 24 years ago
  26. 2e42d3a Implement global variables. Struct and Pointer initializers are not implemented yet though by Chris Lattner · 24 years ago
  27. 92101ac Initial checkin of interpreter by Chris Lattner · 24 years ago