aboutsummaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/JIT/JITTest.cpp
AgeCommit message (Expand)Author
2013-01-11Fix bug in exception table allocation (PR13678)Eli Bendersky
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor
2012-10-31Disable all old-JIT unit tests on PowerPC.Ulrich Weigand
2012-10-17Marked this variable as 'used' so that LTO doesn't get rid of it.Bill Wendling
2012-10-12JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!NAKAMURA Takumi
2012-10-12Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling
2012-10-12Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...NAKAMURA Takumi
2012-10-12Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling
2012-10-08Some regression tests which are testing the old jit and are exercising functi...James Molloy
2012-08-01Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka
2012-07-15Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth
2012-05-16Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubsSimon Atanasyan
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth
2012-03-21Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev
2012-01-16MCJIT support for non-function sections.Jim Grosbach
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-09-03Exclude more arm jit failures pending PR10783.Andrew Trick
2011-08-26Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling
2011-07-11De-constify Types in FunctionType::get().Jay Foad
2010-07-22missed a use of SizeRequired.Chris Lattner
2010-07-22instead of migrating it to the MC instruction encoder, justChris Lattner
2010-04-05update unit test for api change.Chris Lattner
2010-03-04Fix PR6360. It's easy for a stub's address to escape to user code, so we can'tJeffrey Yasskin
2010-03-04Fix PR5291, in which a SmallPtrSet iterator was held across an insertion intoJeffrey Yasskin
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2010-01-26Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin
2010-01-26Revert 94484. Re-disable unittests that need RTTI.Bob Wilson
2010-01-26Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-12-23Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's notJeffrey Yasskin
2009-12-22Partially revert r91626. Materializing extra functions to determine whetherJeffrey Yasskin
2009-12-22Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCIJeffrey Yasskin
2009-12-17Don't codegen available_externally functions. Fixes http://llvm.org/PR5735.Jeffrey Yasskin
2009-12-13Reinstate r91208 to fix available_externally linkage for globals, withJeffrey Yasskin
2009-12-12Revert r91208. Something on Linux prevents the JIT from looking up a symbolJeffrey Yasskin
2009-12-12Fix available_externally linkage for globals. It's probably still notJeffrey Yasskin
2009-11-24Oops. Re-disable JITTest.NoStubs on ARM and PPC since they still use stubs toJeffrey Yasskin
2009-11-23* Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin
2009-11-16Revert the test from r88984. It relies on being able to mmap 16GB ofJeffrey Yasskin
2009-11-16Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin
2009-11-14This test doesn't work on arm either.Benjamin Kramer
2009-11-13Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implementBill Wendling