aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-302/+0
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-6/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-17/+16
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-5/+5
* Fix -Wsign-compare warning and remove windows-style line endings introduced b...David Blaikie2013-07-021-17/+17
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-021-0/+23
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-3/+3
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-1/+1
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-1/+1
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-1/+1
* add some #includes that will soon be needed.Chris Lattner2011-06-161-0/+1
* Update unittest for allocator laziness.Benjamin Kramer2010-04-131-4/+4
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-271-0/+1
* Move the Function*->allocated blocks map from the JITMemoryManager to theJeffrey Yasskin2009-10-201-38/+39
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+2
* Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U .Reid Kleckner2009-07-231-4/+4
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-231-0/+276
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-231-276/+0
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-231-0/+276