summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/MCJIT
AgeCommit message (Expand)AuthorFilesLines
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-5/+5
2012-12-04Sort the #include lines for unittest/...Chandler Carruth3-4/+4
2012-11-27Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor5-406/+175
2012-11-27Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor3-63/+205
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2-2/+5
2012-10-31MCJIT unit test: add calls to ensure that instruction caches are properly inv...Amara Emerson1-0/+5
2012-10-31Port lli bug fix from r166920 to MCJIT unit test.Amara Emerson1-3/+11
2012-10-31Commit access test.Amara Emerson1-0/+1
2012-10-04Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor7-0/+767