summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine
Commit message (Expand)AuthorAge
* Exclude more arm jit failures pending PR10783.Andrew Trick2011-09-03
* Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick2011-08-26
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Explicitly cast narrowing conversions inside {}s that will become errors inJeffrey Yasskin2011-07-27
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* add some #includes that will soon be needed.Chris Lattner2011-06-16
* unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...NAKAMURA Takumi2010-11-19
* missed a use of SizeRequired.Chris Lattner2010-07-22
* instead of migrating it to the MC instruction encoder, justChris Lattner2010-07-22
* Update unittest for allocator laziness.Benjamin Kramer2010-04-13
* update unit test for api change.Chris Lattner2010-04-05
* Fix PR6360. It's easy for a stub's address to escape to user code, so we can'tJeffrey Yasskin2010-03-04
* Fix PR5291, in which a SmallPtrSet iterator was held across an insertion intoJeffrey Yasskin2010-03-04
* Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin2010-02-11
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin2010-01-26
* Revert 94484. Re-disable unittests that need RTTI.Bob Wilson2010-01-26
* Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin2010-01-26
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's notJeffrey Yasskin2009-12-23
* Partially revert r91626. Materializing extra functions to determine whetherJeffrey Yasskin2009-12-22
* Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCIJeffrey Yasskin2009-12-22
* Don't codegen available_externally functions. Fixes http://llvm.org/PR5735.Jeffrey Yasskin2009-12-17
* Reinstate r91208 to fix available_externally linkage for globals, withJeffrey Yasskin2009-12-13
* Revert r91208. Something on Linux prevents the JIT from looking up a symbolJeffrey Yasskin2009-12-12
* Fix available_externally linkage for globals. It's probably still notJeffrey Yasskin2009-12-12
* Oops. Re-disable JITTest.NoStubs on ARM and PPC since they still use stubs toJeffrey Yasskin2009-11-24
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-23
* Revert the test from r88984. It relies on being able to mmap 16GB ofJeffrey Yasskin2009-11-16
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-16
* This test doesn't work on arm either.Benjamin Kramer2009-11-14
* Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implementBill Wendling2009-11-13
* Use stubs when we have them, otherwise use code we already have,Eric Christopher2009-11-12
* Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfoJeffrey Yasskin2009-11-11
* Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin2009-11-09
* Fix the ModuleDeletion test on PPC and ARM.Jeffrey Yasskin2009-10-28
* Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin2009-10-27
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-27
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-27
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-27
* Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin2009-10-23
* Move the Function*->allocated blocks map from the JITMemoryManager to theJeffrey Yasskin2009-10-20
* PowerPC ifdef'ing considered more complicated than one might like.Daniel Dunbar2009-10-20
* Correct test for PowerPC.Nick Lewycky2009-10-20
* Also check for __POWERPC__ when skipping these tests.Daniel Dunbar2009-10-19
* Disable another unittest that doesn't work on arm and ppc.Benjamin Kramer2009-10-15
* The ARM and PowerPC jits are broken in this regard.Nick Lewycky2009-10-14