Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyldMachO.cpp
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-18 Lang HamesConsistently check 'IsCode' when allocating sections...
2014-01-29 Lang HamesAdd support for PC-relative non-extern relocations...
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2013-12-07 NAKAMURA TakumiWhitespace cleanups.
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-19 Andrew KaylorAdding comments to document RuntimeDyld relocation...
2013-08-15 Lang HamesSupport X86_64_GOTLoad relocations in RuntimeDyldMachO...
2013-08-09 Lang HamesOptimistically ignore scattered relocations in MachO...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-04-30 Rafael EspindolaFix Addend computation for non external relocations...
2013-04-30 Rafael EspindolaCollect the Addend for external relocs.
2013-04-29 Rafael EspindolaUse a RelocationRef instead of a relocation_iterator.
2013-04-29 Rafael EspindolaPropagate relocation info to resolveRelocation.
2013-04-29 Rafael EspindolaReplace ObjRelocationInfo with relocation_iterator.
2013-01-31 Jim GrosbachRuntimeDyld: Fix errant fallthrough.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
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