summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.Lang Hames2017-08-091-1/+2
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-3/+3
* [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.Lang Hames2016-04-271-13/+14
* [RuntimeDyld] Add accessors to `SectionEntry`; NFCSanjoy Das2015-11-231-1/+1
* [RuntimeDyld] MachO: Add support for ARM scattered vanilla relocations.Lang Hames2015-07-241-0/+6
* Remove getRelocationAddress.Rafael Espindola2015-07-061-1/+0
* Don't return error_code from function that never fails.Rafael Espindola2015-06-291-2/+1
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-4/+10
* [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
OpenPOWER on IntegriCloud