summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/JIT/JITTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-730/+0
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-3/+3
* Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola2014-08-261-3/+2
* Modernize the .ll parsing interface.Rafael Espindola2014-08-191-10/+8
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-9/+14
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+728
* Nuke the old JIT.Rafael Espindola2014-08-071-728/+0
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-6/+7
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-7/+6
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-7/+7
* Replace a virtual with an override.Rafael Espindola2014-05-071-2/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-12/+14
* Disable old JIT unittests for AARch64Renato Golin2014-02-251-3/+4
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-131-4/+5
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-161-12/+0
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-6/+10
* Alternative fix for problem addressed in r182233Ulrich Weigand2013-05-211-42/+19
* Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.Bob Wilson2013-05-201-3/+25
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-1/+1
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-071-110/+0
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-061-3/+3
* Simplify JIT unit test #ifdefsUlrich Weigand2013-05-061-25/+7
* Fix bug in exception table allocation (PR13678)Eli Bendersky2013-01-111-3/+50
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-12/+12
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-9/+8
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-2/+3
* Disable all old-JIT unit tests on PowerPC.Ulrich Weigand2012-10-311-18/+19
* Marked this variable as 'used' so that LTO doesn't get rid of it.Bill Wendling2012-10-171-1/+1
* JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!NAKAMURA Takumi2012-10-121-1/+1
* Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling2012-10-121-0/+1
* Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...NAKAMURA Takumi2012-10-121-1/+1
* Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling2012-10-121-1/+1
* Some regression tests which are testing the old jit and are exercising functi...James Molloy2012-10-081-1/+14
* Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka2012-08-011-2/+2
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-151-1/+1
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-10/+10
* Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubsSimon Atanasyan2012-05-161-6/+8
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-281-0/+4
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-4/+0
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-211-0/+4
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-0/+8
* 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-3/+0
* Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick2011-08-261-0/+9
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-6/+6
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-2/+2
OpenPOWER on IntegriCloud