summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/JIT/JITTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Partially revert r91626. Materializing extra functions to determine whetherJeffrey Yasskin2009-12-221-6/+96
* Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCIJeffrey Yasskin2009-12-221-0/+31
* Don't codegen available_externally functions. Fixes http://llvm.org/PR5735.Jeffrey Yasskin2009-12-171-0/+29
* Reinstate r91208 to fix available_externally linkage for globals, withJeffrey Yasskin2009-12-131-0/+25
* Revert r91208. Something on Linux prevents the JIT from looking up a symbolJeffrey Yasskin2009-12-121-25/+0
* Fix available_externally linkage for globals. It's probably still notJeffrey Yasskin2009-12-121-0/+25
* Oops. Re-disable JITTest.NoStubs on ARM and PPC since they still use stubs toJeffrey Yasskin2009-11-241-0/+5
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-231-3/+34
* Revert the test from r88984. It relies on being able to mmap 16GB ofJeffrey Yasskin2009-11-161-151/+6
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-161-6/+151
* This test doesn't work on arm either.Benjamin Kramer2009-11-141-3/+1
* Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implementBill Wendling2009-11-131-0/+4
OpenPOWER on IntegriCloud