aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/JIT/JITTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-728/+0
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-8/+8
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-20/+24
* 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
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-2/+2
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-2/+2
* missed a use of SizeRequired.Chris Lattner2010-07-221-2/+0
* instead of migrating it to the MC instruction encoder, justChris Lattner2010-07-221-25/+0
* update unit test for api change.Chris Lattner2010-04-051-3/+1
* Fix PR6360. It's easy for a stub's address to escape to user code, so we can'tJeffrey Yasskin2010-03-041-0/+23
* Fix PR5291, in which a SmallPtrSet iterator was held across an insertion intoJeffrey Yasskin2010-03-041-0/+27
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-22/+52
* Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin2010-01-261-14/+0
* Revert 94484. Re-disable unittests that need RTTI.Bob Wilson2010-01-261-0/+14
* Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin2010-01-261-14/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+14
* Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's notJeffrey Yasskin2009-12-231-0/+4