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