Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITTest.cpp
2015-01-28 Lang HamesRevert r227247 and r227228: "Add weak symbol support...
2015-01-27 Keno Fischer[ExecutionEngine] Add weak symbol support to RuntimeDyld
2014-10-22 Lang Hames[MCJIT] Make repeat calls to MCJIT::getPointerToFunctio...
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
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-01 Andrew KaylorTests for MCJIT multiple module support
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-11-27 Andrew KaylorImplementing page permission setting in MCJIT unit...
2012-10-31 Amara EmersonMCJIT unit test: add calls to ensure that instruction...
2012-10-04 Andrew KaylorAdding MCJIT and MemoryBuffer unit tests