Change resolveRelocation parameters so the relocations can find placeholder values...
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyldMachO.cpp
2012-11-02 Andrew KaylorChange resolveRelocation parameters so the relocations...
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-09-13 Jim GrosbachMCJIT: relocation addends encoded in the target aren...
2012-09-13 Jim GrosbachMCJIT: Make sure to mask off non-type-field bits.
2012-09-13 Jim GrosbachMCJIT: Pass the i386 MachO relocation type properly.
2012-05-01 Eli BenderskyRuntimeDyld cleanup:
2012-05-01 Eli BenderskyRuntimeDyld code cleanup:
2012-04-30 Eli BenderskyCode cleanup in RuntimeDyld:
2012-04-16 Preston GurdImplement GDB integration for source level debugging...
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-26 Sean CallananMade RuntimeDyldMachO support vanilla i386
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-20 Sean CallananRuntimeDyldMachO has the ability to keep track of
2012-03-07 Sean CallananImproved support in RuntimeDyldMachO for generating
2012-03-01 Sean CallananFixed the 32-bit runtime dynamic loader to allocate
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-13 Ahmed CharlesFix various issues (or do cleanups) found by enabling...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-22 Eli BenderskySplit the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldIm...
2012-01-21 Jim GrosbachRuntimeDyld alignment adjustment from MachO file.
2012-01-20 Jim GrosbachFix inverted condition.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-16 Jim GrosbachTidy up.
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jim GrosbachMCJIT handle a few more simple x86 relocations for...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-06 Eli BenderskyFix typo in string
2011-11-01 Jim GrosbachIgnore MachO symbol flags in the upper nibble of n_desc.
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats