aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko1-3/+3
2015-10-06Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg1-3/+3
2015-07-14[ExecutionEngine] Re-apply r241962 with fixes for ARM.Lang Hames1-0/+82
2015-07-11Revert "[ExecutionEngine] Use std::function rather than a function pointer fo...Renato Golin1-64/+0
2015-07-11[ExecutionEngine] Add a static cast to the unittest for r241962 to suppress aLang Hames1-1/+1
2015-07-11[ExecutionEngine] Remove cruft and fix a couple of warnings in the test case forLang Hames1-3/+2
2015-07-10[ExecutionEngine] Use std::function rather than a function pointer for theLang Hames1-0/+65
2015-05-18Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie1-1/+1
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2015-01-28Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".Lang Hames1-42/+0
2015-01-27[ExecutionEngine] Add weak symbol support to RuntimeDyldKeno Fischer1-0/+42
2014-10-22[MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe.Lang Hames1-0/+12
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola1-5/+5
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-1/+1
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-5/+5
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka1-9/+3
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-3/+6
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-5/+3
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-3/+5
2013-10-01Tests for MCJIT multiple module supportAndrew Kaylor1-73/+28
2013-05-17Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed1-10/+13
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-1/+1
2012-11-27Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor1-2/+6
2012-10-31MCJIT unit test: add calls to ensure that instruction caches are properly inv...Amara Emerson1-0/+5
2012-10-04Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor1-0/+226