aboutsummaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine
AgeCommit message (Expand)Author
2010-11-19unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...NAKAMURA Takumi
2010-07-22missed a use of SizeRequired.Chris Lattner
2010-07-22instead of migrating it to the MC instruction encoder, justChris Lattner
2010-04-13Update unittest for allocator laziness.Benjamin Kramer
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-02-11Make it possible to create multiple JIT instances at the same time, by removingJeffrey 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
2009-11-12Use stubs when we have them, otherwise use code we already have,Eric Christopher
2009-11-11Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfoJeffrey Yasskin
2009-11-09Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin
2009-10-28Fix the ModuleDeletion test on PPC and ARM.Jeffrey Yasskin
2009-10-27Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin
2009-10-27Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin
2009-10-27Type.h doesn't need to #include LLVMContext.hChris Lattner
2009-10-27Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin
2009-10-23Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin
2009-10-20Move the Function*->allocated blocks map from the JITMemoryManager to theJeffrey Yasskin
2009-10-20PowerPC ifdef'ing considered more complicated than one might like.Daniel Dunbar
2009-10-20Correct test for PowerPC.Nick Lewycky
2009-10-19Also check for __POWERPC__ when skipping these tests.Daniel Dunbar
2009-10-15Disable another unittest that doesn't work on arm and ppc.Benjamin Kramer
2009-10-14The ARM and PowerPC jits are broken in this regard.Nick Lewycky
2009-10-13Keep track of stubs that are created. This fixes PR5162 and probably PR4822 andJeffrey Yasskin
2009-10-13Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin
2009-10-09ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverseJeffrey Yasskin
2009-10-06Fix illegal cross-type aliasing. Found by baldrick on a newer gcc.Jeffrey Yasskin
2009-10-06Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittestsJeffrey Yasskin
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-04Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's oldJeffrey Yasskin
2009-07-31Update unittest for LLVM API change.Benjamin Kramer
2009-07-29Move types back to the 2.5 API.Owen Anderson