[C++11] Use 'nullptr'.
[oota-llvm.git] / unittests / ExecutionEngine / JIT / MultiJITTest.cpp
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-11 NAKAMURA TakumiMultiJITTest.cpp: Tweak getPointerToNamedFunction(...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-25 Renato GolinDisable old JIT unittests for AARch64
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-07-26 Rafael EspindolaRevert "[PowerPC] Improve consistency in use of __ppc__...
2013-07-26 Bill Schmidt[PowerPC] Improve consistency in use of __ppc__, __powe...
2013-05-06 Ulrich Weigand[SystemZ] Set up JIT/MCJIT test cases
2013-05-06 Ulrich WeigandSimplify JIT unit test #ifdefs
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-10-31 Ulrich WeigandDisable all old-JIT unit tests on PowerPC.
2011-11-09 NAKAMURA Takumiunittests/MultiJITTest.cpp: Tweak how to check symbol...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-09-03 Andrew TrickExclude more arm jit failures pending PR10783.
2010-02-11 Jeffrey YasskinMake it possible to create multiple JIT instances at...