summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/JIT/MultiJITTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* MultiJITTest.cpp: Tweak getPointerToNamedFunction() to be aware of also Windo...NAKAMURA Takumi2014-03-111-0/+8
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-6/+6
* Disable old JIT unittests for AARch64Renato Golin2014-02-251-1/+2
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-261-2/+1
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-261-1/+2
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-061-3/+3
* Simplify JIT unit test #ifdefsUlrich Weigand2013-05-061-3/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-4/+4
* Disable all old-JIT unit tests on PowerPC.Ulrich Weigand2012-10-311-3/+3
* unittests/MultiJITTest.cpp: Tweak how to check symbol value for Win32 --enabl...NAKAMURA Takumi2011-11-091-2/+15
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-1/+1
* Exclude more arm jit failures pending PR10783.Andrew Trick2011-09-031-0/+4
* Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin2010-02-111-0/+164
OpenPOWER on IntegriCloud