summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MACH-O] Fix the ASM code generated for __stub_helpers sectionRui Ueyama2017-08-241-0/+4
* [MachO/AArch64] Merge multiple switch cases into one. NFCI.Davide Italiano2017-04-151-4/+0
* Fix wrong formatting in lld introduced in r286561 (NFC)Mehdi Amini2016-11-111-1/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-15/+15
* Arm64 stubs alignment is 2, not 4.Pete Cooper2016-08-111-2/+2
* Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.Pete Cooper2016-03-301-30/+31
* Use unaligned read to fix UB. NFC.Pete Cooper2016-03-241-3/+4
* Fix more cases of UB from allocating 0 sized data. NFC.Pete Cooper2016-03-231-3/+4
* Fix EHFrame processing to add implicit references when needed.Pete Cooper2016-03-151-2/+36
* Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs.Pete Cooper2016-02-091-0/+3
* Aligned __stub_helper section to 4-bytes.Pete Cooper2016-02-091-0/+2
* Add pointerKind() method to the MachO ArchHandler's. NFC.Pete Cooper2016-02-021-0/+4
* Always generate the fixup content for unwindFDEToFunction as we noPete Cooper2016-01-071-3/+11
* Fix MachO arm64 delta32ToGOT reloc encoding in -r.Pete Cooper2016-01-061-1/+1
* Improved debugging printing. NFCPete Cooper2016-01-051-0/+17
* Fix negDelta32 relocatable fixups for arm64 in mach-o.Pete Cooper2015-12-161-1/+1
* Verify that macho-o delta64 relocs have the same offset.Pete Cooper2015-12-101-0/+3
* Don't bypass the GOT for delta32toGOT references.Pete Cooper2015-12-091-0/+6
* Fix Clang-tidy misc-use-override warnings, other minor fixes.Rui Ueyama2015-09-101-6/+2
* Define make_dynamic_error_code(const char *).Rui Ueyama2015-04-141-2/+2
* [Mach-O] Rename enum typename for consistency. NFCJean-Daniel Dupas2015-02-191-6/+6
* [cleanup] Re-sort #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+0
* [mach-o] add support for arm64 compact unwind infoNick Kledzik2014-12-021-11/+68
* Silence a -Wcast-qual warningDavid Majnemer2014-11-221-1/+1
* [mach-o] enhance arm64 reloc parser to support local pointer relocationsNick Kledzik2014-11-181-1/+5
* [mach-o] fix typos. No function changeNick Kledzik2014-11-181-5/+1
* [mach-o] enhance arm64 reloc parser to support local pointer relocationsNick Kledzik2014-11-181-5/+19
* [mach-o] fix typos. No function changeNick Kledzik2014-11-181-4/+3
* Follow-up to r221913. Fix some -Wcast-qual warning reasons.Simon Atanasyan2014-11-141-4/+4
* [mach-o] Fix lazy binding offsetsNick Kledzik2014-11-111-1/+3
* Fix warnings about missing override.Rafael Espindola2014-11-031-1/+1
* [mach-o] explicitly cast little_n uses to ints to silence MSVCTim Northover2014-10-311-2/+2
* TMP: fix readN & writeN to not encourage UBTim Northover2014-10-271-49/+42
* [mach-o] Support missing MH_SUBSECTIONS_VIA_SYMBOLSNick Kledzik2014-10-211-2/+2
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* [mach-o] avoid overly clever std::find_ifTim Northover2014-10-151-0/+4
* [mach-o] make __unwind_info defer to __eh_frame when necessary.Tim Northover2014-10-151-5/+14
* [macho] Create references from __eh_frame FDEs to their function.Tim Northover2014-10-151-0/+4
* [mach-o] Add Pass to create are shim Atoms for ARM interworking.Nick Kledzik2014-10-141-0/+4
* [mach-o] create __unwind_info section on x86_64Tim Northover2014-09-301-0/+13
* Remove unused local typedef.Eric Christopher2014-09-101-1/+0
* [mach-o] Add support for arm64 (AAarch64)Nick Kledzik2014-09-091-0/+727
OpenPOWER on IntegriCloud