Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated...
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITMultipleModuleTest.cpp
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-06-20 Keno Fischer[MCJIT] Add a FindGlobalVariableNamed utility
2015-01-27 Keno Fischer[ExecutionEngine] FindFunctionNamed: Skip declarations
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2013-11-19 Juergen Ributzka[weak vtables] Place class definitions into anonymous...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-02 Tim NorthoverMCJIT: skip some more new multi-module tests on unsuppo...
2013-10-01 Andrew KaylorTests for MCJIT multiple module support