Convert more code to use Operator instead of explicitly handling both
[oota-llvm.git] / unittests / ExecutionEngine /
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-11 Dan GohmanDon't use a void return type with a function that retur...
2009-07-10 Owen AndersonFix unit tests.
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
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...