summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine
Commit message (Expand)AuthorAge
* 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
* Keep track of stubs that are created. This fixes PR5162 and probably PR4822 andJeffrey Yasskin2009-10-13
* Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin2009-10-13
* ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverseJeffrey Yasskin2009-10-09
* Fix illegal cross-type aliasing. Found by baldrick on a newer gcc.Jeffrey Yasskin2009-10-06
* Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittestsJeffrey Yasskin2009-10-06
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's oldJeffrey Yasskin2009-08-04
* Update unittest for LLVM API change.Benjamin Kramer2009-07-31
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U .Reid Kleckner2009-07-23
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-23
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-23
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-23
* Unbreak unittests build.Daniel Dunbar2009-07-18
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-18
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Don't use a void return type with a function that returns a value.Dan Gohman2009-07-11
* Fix unit tests.Owen Anderson2009-07-10
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-08