aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/JIT/JITTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use stubs when we have them, otherwise use code we already have,Eric Christopher2009-11-121-0/+41
* Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfoJeffrey Yasskin2009-11-111-1/+7
* Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin2009-11-091-3/+0
* Fix the ModuleDeletion test on PPC and ARM.Jeffrey Yasskin2009-10-281-0/+1
* Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin2009-10-271-3/+3
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-271-3/+3
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-271-0/+160
* Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin2009-10-231-2/+29
* PowerPC ifdef'ing considered more complicated than one might like.Daniel Dunbar2009-10-201-1/+1
* Correct test for PowerPC.Nick Lewycky2009-10-201-1/+1
* Also check for __POWERPC__ when skipping these tests.Daniel Dunbar2009-10-191-1/+1
* Disable another unittest that doesn't work on arm and ppc.Benjamin Kramer2009-10-151-1/+1
* The ARM and PowerPC jits are broken in this regard.Nick Lewycky2009-10-141-0/+2
* Keep track of stubs that are created. This fixes PR5162 and probably PR4822 andJeffrey Yasskin2009-10-131-0/+96
* Fix illegal cross-type aliasing. Found by baldrick on a newer gcc.Jeffrey Yasskin2009-10-061-6/+4
* Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittestsJeffrey Yasskin2009-10-061-0/+53
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-2/+2
* Update unittest for LLVM API change.Benjamin Kramer2009-07-311-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-2/+1
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-2/+1
* Unbreak unittests build.Daniel Dunbar2009-07-181-1/+1
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-10/+13
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-2/+4
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+1
* Don't use a void return type with a function that returns a value.Dan Gohman2009-07-111-1/+2
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-081-0/+126