summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
Commit message (Expand)AuthorAge
* [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] Remove relocation bounds check introduced in r208375 (MachO only).Lang Hames2014-05-23
* [RuntimeDyld] Teach RuntimeDyldMachO how to handle scattered VANILLA relocs onLang Hames2014-05-22
* [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
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-29
* 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
* Make createObjectImage and createObjectImageFromFile static methods on theLang Hames2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* 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
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-15
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Add EH support to the MCJIT.Rafael Espindola2013-05-05
* Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.Rafael Espindola2013-04-29
* 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
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-26
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* 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
* RuntimeDyld code cleanup:Eli Bendersky2012-05-01
* 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
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Re-factored RuntimeDyld.Danil Malyshev2012-03-21
* RuntimeDyldMachO has the ability to keep track ofSean Callanan2012-03-20
* Improved support in RuntimeDyldMachO for generatingSean Callanan2012-03-07
* Remove duplicate code in this header file which seemed to undergo a copy/past...Ahmed Charles2012-02-13
* Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky2012-01-22