summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-1/+0
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+1
* Nuke the old JIT.Rafael Espindola2014-08-071-1/+0
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-12/+12
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-5/+4
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-12/+12
* Convert Windows to Unix line endings, no functionality change.Stephen Lin2013-07-131-172/+172
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-3/+3
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-2/+2
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-271-0/+172
OpenPOWER on IntegriCloud