summaryrefslogtreecommitdiff
path: root/llvm/unittests/ExecutionEngine/ExecutionEngineTest.cpp
AgeCommit message (Expand)Author
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2016-08-18Revert r279016 -- it breaks win32-elf JIT tests.Lang Hames
2016-08-18[RuntimeDyld] Strip leading '_' from symbols on 32-bit windows inLang Hames
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-03-03[RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInPro...Lang Hames
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-03-31[ExecutionEngine] Fix MCJIT::addGlobalMapping.Lang Hames
2015-03-01Add missing includes. make_unique proliferated everywhere.Benjamin Kramer
2014-10-01[MCJIT] Turn the getSymbolAddress free function created in r218626 into a staticLang Hames
2014-09-29Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior ...David Blaikie
2014-09-23Rework r218304, "ExecutionEngineTests: Call llvm_shutdown() on exit for Manag...NAKAMURA Takumi
2014-09-23ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduc...NAKAMURA Takumi
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola
2014-06-08[C++11] Use 'nullptr'.Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2011-12-02unittests: add ErrorStr to ExecutionEngine testDylan Noblesmith
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2009-10-13Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin
2009-10-09ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverseJeffrey Yasskin
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-04Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's oldJeffrey Yasskin