aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-1/+0
* Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin2010-01-261-2/+0
* Revert 94484. Re-disable unittests that need RTTI.Bob Wilson2010-01-261-0/+2
* Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin2010-01-261-2/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+4
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-271-9/+2
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-2/+2
* 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-2/+4
* Fix unit tests.Owen Anderson2009-07-101-2/+2
* 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-251-0/+241