Change resolveRelocation parameters so the relocations can find placeholder values...
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyldImpl.h
2012-11-02 Andrew KaylorChange resolveRelocation parameters so the relocations...
2012-10-29 Tim NorthoverMake use of common-symbol alignment info in ELF loader.
2012-10-25 Adhemerval ZanellaPowerPC: Initial support for PowerPC64 MCJIT
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-08-27 Danil MalyshevFix comment for function RuntimeDyldImpl.resolveRelocat...
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-01 Eli BenderskyRuntimeDyld cleanup:
2012-05-01 Eli BenderskyRuntimeDyld code cleanup:
2012-04-30 Eli BenderskyIt doesn't make sense to move symbol relocations to...
2012-04-30 Eli BenderskyCode cleanup in RuntimeDyld:
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
2012-04-16 Preston GurdImplement GDB integration for source level debugging...
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
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-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-01-22 Eli BenderskySplit the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldIm...
2012-01-16 Jim GrosbachTidy up.
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...
2011-07-20 Eric ChristopherExtra semi-colon.
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats