summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
Commit message (Expand)AuthorAge
* Silencing some -Wcast-qual warnings. No functional changes intended.Aaron Ballman2014-06-27
* [RuntimeDyld] Teach MachOObjectImage to deregister itself with the debugger uponLang Hames2014-06-26
* [RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generatedLang Hames2014-06-25
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* [RuntimeDyld] Teach RuntimeDyldMachO how to handle scattered VANILLA relocs onLang Hames2014-05-22
* [RuntimeDyld] Fix x86-64 MachO GOT relocation handling.Lang Hames2014-05-19
* [RuntimeDyld] Fix handling of i386 PC-rel external relocations. This fixesLang Hames2014-05-13
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-12
* [RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Relocation method signaturesLang Hames2014-05-09
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* ARM64: initial backend importTim Northover2014-03-29
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-21
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-21
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Consistently check 'IsCode' when allocating sections in RuntimeDyld (viaLang Hames2014-02-18
* Add support for PC-relative non-extern relocations to RuntimeDyldMachO.Lang Hames2014-01-29
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* Whitespace cleanups.NAKAMURA Takumi2013-12-07
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-07
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-07
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Adding comments to document RuntimeDyld relocation handlingAndrew Kaylor2013-08-19
* Support X86_64_GOTLoad relocations in RuntimeDyldMachO by treating them theLang Hames2013-08-15
* Optimistically ignore scattered relocations in MachO in RuntimeDyld. ThisLang Hames2013-08-09
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Add EH support to the MCJIT.Rafael Espindola2013-05-05
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-30
* Collect the Addend for external relocs.Rafael Espindola2013-04-30
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-29
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-29
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-29
* RuntimeDyld: Fix errant fallthrough.Jim Grosbach2013-01-31
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-02
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* MCJIT: relocation addends encoded in the target aren't quite so easy.Jim Grosbach2012-09-13
* MCJIT: Make sure to mask off non-type-field bits.Jim Grosbach2012-09-13
* MCJIT: Pass the i386 MachO relocation type properly.Jim Grosbach2012-09-13
* RuntimeDyld cleanup:Eli Bendersky2012-05-01
* RuntimeDyld code cleanup:Eli Bendersky2012-05-01
* Code cleanup in RuntimeDyld:Eli Bendersky2012-04-30
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-16
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-30
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-29
* Re-factored RuntimeDyld.Danil Malyshev2012-03-29
* Made RuntimeDyldMachO support vanilla i386Sean Callanan2012-03-26