summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-1/+0
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-3/+3
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-3/+3
* [ExecutionEngine] Re-apply r241962 with fixes for ARM.Lang Hames2015-07-141-0/+82
* Revert "[ExecutionEngine] Use std::function rather than a function pointer fo...Renato Golin2015-07-111-64/+0
* [ExecutionEngine] Add a static cast to the unittest for r241962 to suppress aLang Hames2015-07-111-1/+1
* [ExecutionEngine] Remove cruft and fix a couple of warnings in the test case forLang Hames2015-07-111-3/+2
* [ExecutionEngine] Use std::function rather than a function pointer for theLang Hames2015-07-101-0/+65
* Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie2015-05-181-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".Lang Hames2015-01-281-42/+0
* [ExecutionEngine] Add weak symbol support to RuntimeDyldKeno Fischer2015-01-271-0/+42
* [MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe.Lang Hames2014-10-221-0/+12
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-5/+5
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-1/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-5/+5
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-191-9/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-3/+6
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-5/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-3/+5
* Tests for MCJIT multiple module supportAndrew Kaylor2013-10-011-73/+28
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-10/+13
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-1/+1
* Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor2012-11-271-2/+6
* MCJIT unit test: add calls to ensure that instruction caches are properly inv...Amara Emerson2012-10-311-0/+5
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-041-0/+226
OpenPOWER on IntegriCloud