summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/JIT/MultiJITTest.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* MultiJITTest.cpp: Tweak getPointerToNamedFunction() to be aware of also Windo...NAKAMURA Takumi2014-03-11
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Disable old JIT unittests for AARch64Renato Golin2014-02-25
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-26
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-26
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-06
* Simplify JIT unit test #ifdefsUlrich Weigand2013-05-06
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Disable all old-JIT unit tests on PowerPC.Ulrich Weigand2012-10-31
* unittests/MultiJITTest.cpp: Tweak how to check symbol value for Win32 --enabl...NAKAMURA Takumi2011-11-09
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Exclude more arm jit failures pending PR10783.Andrew Trick2011-09-03
* Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin2010-02-11