Restore sanity to 131601.
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / MCJIT.cpp
2011-05-18 Jim GrosbachRestore sanity to 131601.
2011-05-18 Jim GrosbachObjective C functions may use a magic '\1' on the name...
2011-05-13 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clien...
2011-05-13 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplicati...
2011-05-12 Jim GrosbachThe MCJIT memory manager needs to initialize its Module...
2011-05-07 Jakob Stoklund OlesenRevert ExecutionEngine patches, they either failed...
2011-05-06 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clients
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
2011-04-22 Eric Christopher80-col fix.
2011-04-13 Jim GrosbachMCJIT relocation resolution.
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-03-29 Jim GrosbachInstantiate a JITMemoryManager for MCJIT Dyld
2011-03-23 Jim GrosbachFix double-free of Module.
2011-03-23 Jim GrosbachMake sure to report any errors from the runtime dyld.
2011-03-22 Jim GrosbachAdd simple arg passing to MC-JIT and support for exit...
2011-03-22 Eric ChristopherFix comment in header.
2011-03-22 Jim GrosbachHook up the MCJIT to the RuntimeDyld library.
2011-03-18 Jim GrosbachSilence a warning.
2011-03-18 Jim GrosbachBeginnings of MC-JIT code generation.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-17 Daniel DunbarMCJIT: Stub out MCJIT implementation, still doesn't...