Add to RuntimeDyld support different object formats
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyld.cpp
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats
2011-05-13 Jim GrosbachBe a bit more permissive about symbols we don't underst...
2011-05-13 Jim GrosbachTeach the RtDyld to tell the memory manager about how...
2011-05-12 Jim GrosbachMCJIT section loading should just skip non-text section...
2011-04-12 Jim GrosbachMCJIT lazy relocation resolution and symbol address...
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-09 Benjamin KramerMake error message more useful.
2011-04-08 Jim GrosbachWorkaround g++ 4.2.1 warning diagnostic false positive.
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-06 Jim Grosbachtidy up.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Chandler CarruthMake the virtual destructor out-of-line so we have...
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 GrosbachRuntime dylib simple ARM 24-bit branch relocation support.
2011-03-23 Jim GrosbachSplit out relocation resolution into target-specific...
2011-03-23 Jim GrosbachStart of relocation resolution for the runtime dyld...
2011-03-22 Jim GrosbachTidy up.
2011-03-22 Jim GrosbachPropogate the error message, not just the error state.
2011-03-22 Jim GrosbachHook up the MCJIT to the RuntimeDyld library.
2011-03-22 Jim GrosbachInitialize HasError.
2011-03-21 Jim GrosbachLibrary-ize the dyld components of llvm-rtdyld.