1. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  2. 0a96231 Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old by Jeffrey Yasskin · 16 years ago
  3. feba756 Update unittest for LLVM API change. by Benjamin Kramer · 16 years ago
  4. debcb01 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  5. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
  6. 535c9c3 Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U . by Reid Kleckner · 16 years ago
  7. 10b4fc5 Re-committing r76828 with the JIT memory manager changes now that the build by Reid Kleckner · 16 years ago
  8. 4bf3706 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 16 years ago
  9. 81ce3ed Make the JIT code emitter properly retry and ask for more memory when it runs by Reid Kleckner · 16 years ago
  10. d370d77 Unbreak unittests build. by Daniel Dunbar · 16 years ago
  11. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  12. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  13. 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
  14. c6f40b6 Don't use a void return type with a function that returns a value. by Dan Gohman · 16 years ago
  15. a439ee0 Fix unit tests. by Owen Anderson · 16 years ago
  16. 489393d Add an option to allocate JITed global data separately from code. By by Jeffrey Yasskin · 16 years ago
  17. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  18. 0b19bb7 Fix unit tests for LLVMContext+Module. by Owen Anderson · 16 years ago
  19. df5a7da Add a JITEventListener interface that gets called back when a new function is by Jeffrey Yasskin · 16 years ago