summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-13/+13
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-30/+30
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-191-8/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+7
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-7/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+7
* MCJIT: skip some more new multi-module tests on unsupported platforms.Tim Northover2013-10-021-0/+8
* Tests for MCJIT multiple module supportAndrew Kaylor2013-10-011-0/+387
OpenPOWER on IntegriCloud