summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
Commit message (Expand)AuthorAgeFilesLines
* [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.Lang Hames2014-11-271-2/+1
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-20/+12
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-12/+20
* Add missing "override".Evgeniy Stepanov2014-11-261-1/+1
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-20/+12
* [MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT.Lang Hames2014-09-111-0/+10
* [MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's.Lang Hames2014-09-041-23/+5
* unique_ptrify a bunch of stuff through RuntimeDyld::loadObjectDavid Blaikie2014-09-031-2/+3
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-1/+2
* [MCJIT] Move endian-aware read/writes from RuntimeDyldMachO intoLang Hames2014-08-291-4/+0
* [MCJIT] Respect target endianness in RuntimeDyldMachO and RuntimeDyldChecker.Lang Hames2014-08-181-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy.Lang Hames2014-08-081-30/+25
* [MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.Lang Hames2014-07-301-1/+2
* [RuntimeDyld][AArch64] Make encode/decodeAddend more typesafe by using the re...Juergen Ributzka2014-07-291-2/+3
* [MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.Lang Hames2014-07-221-0/+1
* [RuntimeDyld] Change the return type of decodeAddend to match the storage type.Juergen Ributzka2014-07-221-3/+3
* [MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO and teachLang Hames2014-07-191-6/+30
* [MCJIT] Significantly refactor the RuntimeDyldMachO class.Lang Hames2014-07-171-68/+93
* [RuntimeDyld] Revert r211652 - MachO object GDB registration support.Lang Hames2014-07-151-2/+7
* [RuntimeDyld] Fix stub size and offset for AArch64 in RuntimeDyldMachO.h.Lang Hames2014-07-121-2/+10
* [RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generatedLang Hames2014-06-251-7/+2
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-1/+1
* [RuntimeDyld] Remove relocation bounds check introduced in r208375 (MachO only).Lang Hames2014-05-231-4/+1
* [RuntimeDyld] Teach RuntimeDyldMachO how to handle scattered VANILLA relocs onLang Hames2014-05-221-0/+6
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-121-1/+16
* [RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Relocation method signaturesLang Hames2014-05-091-16/+20
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-291-2/+2
* ARM64: initial backend importTim Northover2014-03-291-0/+3
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-211-39/+22
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-211-4/+4
* Make createObjectImage and createObjectImageFromFile static methods on theLang Hames2014-03-081-0/+10
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-13/+11
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-081-0/+1
* Whitespace cleanups.NAKAMURA Takumi2013-12-071-1/+1
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-071-1/+0
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-071-0/+1
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-151-0/+13
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-1/+18
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-0/+1
* Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.Rafael Espindola2013-04-291-11/+8
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-291-1/+1
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-291-5/+8
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-291-1/+2
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-261-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-021-2/+2
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-1/+1
* RuntimeDyld code cleanup:Eli Bendersky2012-05-011-1/+2
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-161-2/+2
OpenPOWER on IntegriCloud