aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ExecutionEngine/ExecutionEngineTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-01[MCJIT] Turn the getSymbolAddress free function created in r218626 into a staticLang Hames1-3/+6
2014-09-29Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior ...David Blaikie1-0/+30
2014-09-23Rework r218304, "ExecutionEngineTests: Call llvm_shutdown() on exit for Manag...NAKAMURA Takumi1-2/+3
2014-09-23ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduc...NAKAMURA Takumi1-0/+3
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola1-5/+6
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-11/+11
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-2/+2
2011-12-02unittests: add ErrorStr to ExecutionEngine testDylan Noblesmith1-3/+5
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-1/+1
2009-10-13Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin1-0/+13
2009-10-09ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverseJeffrey Yasskin1-0/+20
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-4/+8
2009-08-04Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's oldJeffrey Yasskin1-0/+92