1. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  2. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  3. 489393d Add an option to allocate JITed global data separately from code. By by Jeffrey Yasskin · 16 years ago
  4. e46161f Fix the Ocaml bindings for the ExecutionEngine: with the change to build by Bob Wilson · 16 years ago
  5. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  6. 5e5cb79 The second part of the change from -fast to -O#. This changes the JIT to accept by Bill Wendling · 16 years ago
  7. 502f20b Add new parameter Fast to createJIT to enable the fast codegen path. by Evan Cheng · 17 years ago
  8. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  9. ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  10. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  11. 9f2f142 simplify creation of the interpreter, make ExecutionEngine ctor protected, by Chris Lattner · 18 years ago
  12. e770787 For PR1486: by Reid Spencer · 18 years ago
  13. deca08d Remove the insufficient code in Interpreter::create that computed the by Reid Spencer · 18 years ago
  14. b90fc7e Remove unnecessary #include. by Reid Spencer · 19 years ago
  15. d4c0e62 Deal with error handling better. by Reid Spencer · 19 years ago
  16. 73a27c8 Remove tabs. by Reid Spencer · 19 years ago
  17. 519e239 Implement use of new IntrinsicLowering interface. by Reid Spencer · 19 years ago
  18. 26f2385 For PR761: by Reid Spencer · 19 years ago
  19. b71fd78 Simplify IntrinsicLowering and clarify that it is only for use by the by Chris Lattner · 19 years ago
  20. 426b782 Simplify TargetData ctor call by Chris Lattner · 19 years ago
  21. 276f4b5 Simplify interpreter construction. by Chris Lattner · 19 years ago
  22. 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
  23. 2f51914 Get JIT/Interpreter working on Windows again. by Jeff Cohen · 19 years ago
  24. 726c1ef remove the intrinsiclowering hook by Chris Lattner · 19 years ago
  25. 2fe4bb0 Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries. by Chris Lattner · 19 years ago
  26. 8c9191c The interpreter assumes that the caller of runFunction() must be lli, and by Jeff Cohen · 20 years ago
  27. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  28. 3c94497 Convert tabs to spaces by Misha Brukman · 20 years ago
  29. d1c881a * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  30. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
  31. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 22 years ago
  32. 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 22 years ago
  33. 2cab55d No longer run atExit functions from run() rename run to runFunction by Chris Lattner · 22 years ago
  34. f7a743d Finegrainify namespacification by Chris Lattner · 22 years ago
  35. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  36. 502dda0 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 22 years ago
  37. a824f42 ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
  38. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  39. 021c190 Squelch warning by Chris Lattner · 22 years ago
  40. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
  41. 413ab66 Remove support for interactive (step finish next) instructions. by Brian Gaeke · 22 years ago
  42. f58815e Interpreter cleanups: by Brian Gaeke · 22 years ago
  43. 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 22 years ago
  44. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 22 years ago
  45. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 22 years ago
  46. 44edb6b Add support for atexit function, remove support for __main function by Chris Lattner · 22 years ago
  47. 56adf15 Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 22 years ago
  48. da82ed5 A large number of simple changes: by Chris Lattner · 22 years ago
  49. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 22 years ago
  50. 6b73fec MAke sure that LLI properly configures align_of(double) by Chris Lattner · 22 years ago
  51. bd199fb Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago