aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-2/+1
* Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U .Reid Kleckner2009-07-231-4/+4
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-231-0/+276
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-231-276/+0
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-231-0/+276
* Unbreak unittests build.Daniel Dunbar2009-07-182-2/+2
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-182-12/+17
* 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
* Fix unit tests.Owen Anderson2009-07-101-2/+2
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-081-0/+126
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Fix unit tests for LLVMContext+Module.Owen Anderson2009-07-011-1/+2
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-253-0/+275