Interface changes to allow RuntimeDyld memory managers to set memory permissions...
[oota-llvm.git] / unittests / ExecutionEngine / JIT / JITMemoryManagerTest.cpp
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-06-16 Chris Lattneradd some #includes that will soon be needed.
2010-04-13 Benjamin KramerUpdate unittest for allocator laziness.
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-20 Jeffrey YasskinMove the Function*->allocated blocks map from the JITMe...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-23 Reid KlecknerFixing unittests on 32-bit Darwin, using 0x...ULL inste...
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...