De-constify Types in FunctionType::get().
[oota-llvm.git] / unittests / ExecutionEngine / JIT / JITMemoryManagerTest.cpp
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...