Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI
[oota-llvm.git] / unittests / ExecutionEngine / JIT / JITEventListenerTest.cpp
2009-10-27 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-18 Daniel DunbarUnbreak unittests build.
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-10 Owen AndersonFix unit tests.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonFix unit tests for LLVMContext+Module.
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...