Add EH support to the MCJIT.
[oota-llvm.git] / include / llvm / ExecutionEngine / RuntimeDyld.h
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-11-27 Andrew KaylorFix comment formatting in RuntimeDyld.h
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-01 Andrew KaylorStreamlined memory manager hierarchy for MCJIT and...
2012-10-16 Eric ChristopherSpacing.
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-21 Danil MalyshevMissed getPointerToNamedFunction() declaration.
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats
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-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
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-05 Chandler CarruthProvide an empty virtual destructor to go with the...
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-22 Jim GrosbachPropogate the error message, not just the error state.
2011-03-21 Jim GrosbachLibrary-ize the dyld components of llvm-rtdyld.