aboutsummaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
AgeCommit message (Expand)Author
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-07-18Unbreak unittests build.Daniel Dunbar
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner
2009-07-10Fix unit tests.Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Fix unit tests for LLVMContext+Module.Owen Anderson
2009-06-25Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin