1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 9f2f142 simplify creation of the interpreter, make ExecutionEngine ctor protected, by Chris Lattner · 17 years ago
  3. e770787 For PR1486: by Reid Spencer · 17 years ago
  4. deca08d Remove the insufficient code in Interpreter::create that computed the by Reid Spencer · 17 years ago
  5. b90fc7e Remove unnecessary #include. by Reid Spencer · 17 years ago
  6. d4c0e62 Deal with error handling better. by Reid Spencer · 17 years ago
  7. 73a27c8 Remove tabs. by Reid Spencer · 18 years ago
  8. 519e239 Implement use of new IntrinsicLowering interface. by Reid Spencer · 18 years ago
  9. 26f2385 For PR761: by Reid Spencer · 18 years ago
  10. b71fd78 Simplify IntrinsicLowering and clarify that it is only for use by the by Chris Lattner · 18 years ago
  11. 426b782 Simplify TargetData ctor call by Chris Lattner · 18 years ago
  12. 276f4b5 Simplify interpreter construction. by Chris Lattner · 18 years ago
  13. a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 18 years ago
  14. 2f51914 Get JIT/Interpreter working on Windows again. by Jeff Cohen · 18 years ago
  15. 726c1ef remove the intrinsiclowering hook by Chris Lattner · 18 years ago
  16. 2fe4bb0 Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries. by Chris Lattner · 18 years ago
  17. 8c9191c The interpreter assumes that the caller of runFunction() must be lli, and by Jeff Cohen · 19 years ago
  18. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  19. 3c94497 Convert tabs to spaces by Misha Brukman · 19 years ago
  20. d1c881a * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  21. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 20 years ago
  22. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 21 years ago
  23. 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 21 years ago
  24. 2cab55d No longer run atExit functions from run() rename run to runFunction by Chris Lattner · 21 years ago
  25. f7a743d Finegrainify namespacification by Chris Lattner · 21 years ago
  26. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  27. 502dda0 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 21 years ago
  28. a824f42 ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 21 years ago
  29. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  30. 021c190 Squelch warning by Chris Lattner · 21 years ago
  31. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 21 years ago
  32. 413ab66 Remove support for interactive (step finish next) instructions. by Brian Gaeke · 21 years ago
  33. f58815e Interpreter cleanups: by Brian Gaeke · 21 years ago
  34. 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 21 years ago
  35. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 21 years ago
  36. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 21 years ago
  37. 44edb6b Add support for atexit function, remove support for __main function by Chris Lattner · 21 years ago
  38. 56adf15 Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 21 years ago
  39. da82ed5 A large number of simple changes: by Chris Lattner · 21 years ago
  40. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 21 years ago
  41. 6b73fec MAke sure that LLI properly configures align_of(double) by Chris Lattner · 21 years ago
  42. bd199fb Initial checkin of new LLI with JIT compiler by Chris Lattner · 22 years ago