summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-231-1/+1
* [RuntimeDyld] Change the return type of decodeAddend to match the storage type.Juergen Ributzka2014-07-221-3/+3
* Fixing an MSVC conversion warning about implicitly converting the shift resul...Aaron Ballman2014-07-211-1/+1
* [MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO and teachLang Hames2014-07-191-20/+3
* [MCJIT] Significantly refactor the RuntimeDyldMachO class.Lang Hames2014-07-171-754/+141
* [RuntimeDyld] Revert r211652 - MachO object GDB registration support.Lang Hames2014-07-151-142/+14
* [RuntimeDyld] Handle endiannes differences between the host and target whileLang Hames2014-07-141-14/+19
* [RuntimeDyld] Add GOT support for AArch64 to RuntimeDyldMachO.Lang Hames2014-07-111-24/+174
* Silencing some -Wcast-qual warnings. No functional changes intended.Aaron Ballman2014-06-271-2/+2
* [RuntimeDyld] Teach MachOObjectImage to deregister itself with the debugger uponLang Hames2014-06-261-1/+4
* [RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generatedLang Hames2014-06-251-2/+122
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-3/+4
* [RuntimeDyld] Teach RuntimeDyldMachO how to handle scattered VANILLA relocs onLang Hames2014-05-221-9/+55
* [RuntimeDyld] Fix x86-64 MachO GOT relocation handling.Lang Hames2014-05-191-2/+7
* [RuntimeDyld] Fix handling of i386 PC-rel external relocations. This fixesLang Hames2014-05-131-0/+11
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-121-3/+175
* [RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Relocation method signaturesLang Hames2014-05-091-126/+101
* [C++] Use 'nullptr'.Craig Topper2014-04-241-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* ARM64: initial backend importTim Northover2014-03-291-0/+53
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-211-98/+68
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-211-10/+13
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+0
* Consistently check 'IsCode' when allocating sections in RuntimeDyld (viaLang Hames2014-02-181-1/+3
* Add support for PC-relative non-extern relocations to RuntimeDyldMachO.Lang Hames2014-01-291-0/+2
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-081-0/+5
* Whitespace cleanups.NAKAMURA Takumi2013-12-071-1/+1
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-071-5/+0
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-071-0/+5
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-25/+50
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-31/+31
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-32/+32
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-32/+32
* Adding comments to document RuntimeDyld relocation handlingAndrew Kaylor2013-08-191-0/+20
* Support X86_64_GOTLoad relocations in RuntimeDyldMachO by treating them theLang Hames2013-08-151-4/+4
* Optimistically ignore scattered relocations in MachO in RuntimeDyld. ThisLang Hames2013-08-091-0/+10
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-3/+2
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-1/+87
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-301-28/+10
* Collect the Addend for external relocs.Rafael Espindola2013-04-301-5/+12
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-291-4/+4
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-291-7/+18
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-291-9/+16
* RuntimeDyld: Fix errant fallthrough.Jim Grosbach2013-01-311-0/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-021-5/+6
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-2/+4
* MCJIT: relocation addends encoded in the target aren't quite so easy.Jim Grosbach2012-09-131-1/+6
* MCJIT: Make sure to mask off non-type-field bits.Jim Grosbach2012-09-131-1/+1
* MCJIT: Pass the i386 MachO relocation type properly.Jim Grosbach2012-09-131-1/+1
OpenPOWER on IntegriCloud