1. 3ef3dd3 Simplify code by Chris Lattner · 22 years ago
  2. efec966 * eliminate the -f argument to lli, as it was silly and never useful anyway by Chris Lattner · 22 years ago
  3. 7efea1d update comment by Chris Lattner · 22 years ago
  4. 3f6e798 Add an assertion to make sure we are at least getting argv[0] right. by Brian Gaeke · 22 years ago
  5. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  6. e69671d Add the ability for users to specify a specific argv[0] to pass into the program by Chris Lattner · 22 years ago
  7. 2f828c3 TraceMode, as you may have heard, is history. by Brian Gaeke · 22 years ago
  8. 1ee1e64 Removed extraneous comment line. by John Criswell · 22 years ago
  9. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  10. c4fb6fd Enabling incremental bytecode loading in the JIT: by Misha Brukman · 22 years ago
  11. 3d8a54d To be consistent with the rest of LLVM codebase (and the rest of this file): by Misha Brukman · 22 years ago
  12. fd13129 Reorder #includes to follow LLVM conventions by Chris Lattner · 22 years ago
  13. d1cab3e Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine) by Brian Gaeke · 22 years ago
  14. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
  15. 8e53948 Move EE dtor where it belongs by Brian Gaeke · 22 years ago
  16. f58815e Interpreter cleanups: by Brian Gaeke · 22 years ago
  17. 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 22 years ago
  18. 0c8c0e8 Remove some long-dead code by Chris Lattner · 22 years ago
  19. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 22 years ago
  20. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need 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. 6ae73dc Remove ".bc" from the end of InputFile if it is there, in by Brian Gaeke · 22 years ago
  23. 19669f3 The JIT is the default mode for LLI now by Chris Lattner · 22 years ago
  24. e0b235c Build the appropriate target machine for the input pointer size and endianness by Chris Lattner · 22 years ago
  25. d6840ac Fixes to compile with GCC 3.2 by Chris Lattner · 23 years ago
  26. fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 23 years ago
  27. bbdabce Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 23 years ago
  28. db14500 Namespace correctness is good by Chris Lattner · 23 years ago
  29. b865894 REmove extra blank lines by Chris Lattner · 23 years ago
  30. 5ff62e9 *** empty log message *** by Chris Lattner · 23 years ago
  31. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  32. aca8e90 Fix problem where lli < foo.bc would have argc = 0 by Chris Lattner · 24 years ago
  33. 2b2e5b3 Initialize map for purify by Chris Lattner · 24 years ago
  34. aa7420b Oops, accidentally broke reading from stdin when doing command line arguments by Chris Lattner · 24 years ago
  35. 43e3f7c Implement a -trace command line option and a trace option in the interpreter. by Chris Lattner · 24 years ago
  36. 204eec3 Provide argv for commands by Chris Lattner · 24 years ago
  37. f8f2afb Enhancements to pass argc & argv to main if required by Chris Lattner · 24 years ago
  38. 2e42d3a Implement global variables. Struct and Pointer initializers are not implemented yet though by Chris Lattner · 24 years ago
  39. 92101ac Initial checkin of interpreter by Chris Lattner · 24 years ago