1. 7f00d0a Bitcode: Change the materializer interface to return llvm::Error. by Peter Collingbourne · 9 years ago
  2. c4a0348 Drop materializeAllPermanently. by Rafael Espindola · 10 years ago
  3. a3fcefb Make ExecutionEngine owning a DataLayout by Mehdi Amini · 10 years ago
  4. 8c3b4f2 Revert "Make ExecutionEngine owning a DataLayout" by Michael Kuperstein · 10 years ago
  5. f2643f4 Make ExecutionEngine owning a DataLayout by Mehdi Amini · 10 years ago
  6. bd7b1c8 [ExecutionEngine] ArrayRefize argument passing. by Benjamin Kramer · 10 years ago
  7. 2a8a279 Make it explicit that ExecutionEngine takes ownership of the modules. by Rafael Espindola · 11 years ago
  8. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  9. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  10. 353eda4 [C++] Use 'nullptr'. by Craig Topper · 11 years ago
  11. e9fab9b Return an error_code from materializeAllPermanently. by Rafael Espindola · 12 years ago
  12. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  13. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  14. 091217b Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  15. fc8a2d5 Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  16. 70415d9 Add an option to allocate JITed global data separately from code. By by Jeffrey Yasskin · 16 years ago
  17. a1d3e66 Fix the Ocaml bindings for the ExecutionEngine: with the change to build by Bob Wilson · 16 years ago
  18. 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  19. 9f79513 The second part of the change from -fast to -O#. This changes the JIT to accept by Bill Wendling · 16 years ago
  20. 7ff05bf Add new parameter Fast to createJIT to enable the fast codegen path. by Evan Cheng · 17 years ago
  21. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  22. 579f071 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  23. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  24. dc351b9 simplify creation of the interpreter, make ExecutionEngine ctor protected, by Chris Lattner · 18 years ago
  25. ff38cf8 For PR1486: by Reid Spencer · 18 years ago
  26. 2d89fa8 Remove the insufficient code in Interpreter::create that computed the by Reid Spencer · 19 years ago
  27. 04a1829 Remove unnecessary #include. by Reid Spencer · 19 years ago
  28. 603682a Deal with error handling better. by Reid Spencer · 19 years ago
  29. 42b2c08 Remove tabs. by Reid Spencer · 19 years ago
  30. 1e960cd Implement use of new IntrinsicLowering interface. by Reid Spencer · 19 years ago
  31. 3ac38e9 For PR761: by Reid Spencer · 19 years ago
  32. 2775aba Simplify IntrinsicLowering and clarify that it is only for use by the by Chris Lattner · 19 years ago
  33. 6c79005 Simplify TargetData ctor call by Chris Lattner · 19 years ago
  34. 91f228b Simplify interpreter construction. by Chris Lattner · 19 years ago
  35. 20a631f 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
  36. 0eafbc3 Get JIT/Interpreter working on Windows again. by Jeff Cohen · 20 years ago
  37. 0b2de9f remove the intrinsiclowering hook by Chris Lattner · 20 years ago
  38. 2d52c1b Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries. by Chris Lattner · 20 years ago
  39. 2439669 The interpreter assumes that the caller of runFunction() must be lli, and by Jeff Cohen · 20 years ago
  40. 5f4ef3c Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  41. 5191b4b Convert tabs to spaces by Misha Brukman · 20 years ago
  42. 91fb9ab * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  43. bcdadf3 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
  44. fa829be Start using the new and improve interface to FunctionType arguments by Chris Lattner · 22 years ago
  45. c8c6c03 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 22 years ago
  46. d94296c No longer run atExit functions from run() rename run to runFunction by Chris Lattner · 22 years ago
  47. 1809966 Finegrainify namespacification by Chris Lattner · 22 years ago
  48. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  49. b5b9ba6 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 22 years ago
  50. 65c60e2 ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
  51. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  52. 2caaaba Squelch warning by Chris Lattner · 22 years ago
  53. a766903 Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
  54. 8421765 Remove support for interactive (step finish next) instructions. by Brian Gaeke · 22 years ago
  55. e80e5ba Interpreter cleanups: by Brian Gaeke · 22 years ago
  56. 4bd3bd5 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 22 years ago
  57. 4d4f424 Targets now configure themselves based on the source module, not on the by Chris Lattner · 22 years ago
  58. 71c3e62 The JIT now passes the environment pointer to the main() function when it by John Criswell · 22 years ago
  59. 4a5bb95 Add support for atexit function, remove support for __main function by Chris Lattner · 22 years ago
  60. b78244f Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 22 years ago
  61. 470754e A large number of simple changes: by Chris Lattner · 22 years ago
  62. 4f6cdbd Remove two fields from TargetData which are target specific. by Chris Lattner · 22 years ago
  63. 6fac66e MAke sure that LLI properly configures align_of(double) by Chris Lattner · 22 years ago
  64. 996fe01 Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago