1. a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago
  2. debcb01 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  3. 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 16 years ago
  4. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  5. 8e9b171 PR4591: Make sure to initialize the pass manager before using it. by Eli Friedman · 16 years ago
  6. 6ce6daa Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpreter.h by Xerxes Ranby · 16 years ago
  7. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  8. 914e50c Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 16 years ago
  9. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
  10. d1fbd14 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 16 years ago
  11. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  12. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  13. da06288 make sure that JIT examples link in their appropriate target. by Chris Lattner · 16 years ago
  14. d25bff6 silence a warning. by Chris Lattner · 16 years ago
  15. 7126702 Get rid of some compile warnings. by Bill Wendling · 16 years ago
  16. 9f85634 Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice by Nick Lewycky · 16 years ago