1. b804a2b Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 14 years ago
  2. a78cd22 Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 14 years ago
  3. 56cc153 De-constify Types in FunctionType::get(). by Jay Foad · 14 years ago
  4. 3e9f21f add some #includes that will soon be needed. by Chris Lattner · 14 years ago
  5. 5d8eb77 Update unittest for allocator laziness. by Benjamin Kramer · 16 years ago
  6. 26a7ae4 Type.h doesn't need to #include LLVMContext.h by Chris Lattner · 16 years ago
  7. 27c6692 Move the Function*->allocated blocks map from the JITMemoryManager to the by Jeffrey Yasskin · 16 years ago
  8. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  9. cbb9348 Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U . by Reid Kleckner · 16 years ago
  10. 4b3a356 Re-committing r76828 with the JIT memory manager changes now that the build by Reid Kleckner · 16 years ago
  11. 9216732 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 16 years ago
  12. 1a722d9 Make the JIT code emitter properly retry and ask for more memory when it runs by Reid Kleckner · 16 years ago