summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/JIT/JITTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
OpenPOWER on IntegriCloud