aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.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-06-20[MCJIT] Add a FindGlobalVariableNamed utilityKeno Fischer1-3/+12
2015-01-27[ExecutionEngine] FindFunctionNamed: Skip declarationsKeno Fischer1-0/+19
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola1-30/+30
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-13/+13
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-30/+30
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka1-8/+2
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+7
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-7/+1
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+7
2013-10-02MCJIT: skip some more new multi-module tests on unsupported platforms.Tim Northover1-0/+8
2013-10-01Tests for MCJIT multiple module supportAndrew Kaylor1-0/+387