summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mach-o] Extend LC_DATA_IN_CODE support to x86_64Rui Ueyama2019-08-281-8/+42
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-0/+1
* [ELF] Fix IsPreemptible comment and typo. NFCFangrui Song2018-02-231-2/+2
* [MACH-O] Fix the ASM code generated for __stub_helpers sectionRui Ueyama2017-08-241-0/+4
* 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-8/+8
* [lld][MachO] Re-apply r276921 with fix - initialize strings for debug stringLang Hames2016-07-271-1/+4
* [lld][MachO] Temporarily revert r276921 - it's causing bot-failures on Linux.Lang Hames2016-07-271-4/+1
* [lld][MachO] Add debug info support for MachO.Lang Hames2016-07-271-1/+4
* [lld][MachO] Add support for x86-64 negDelta64 references and fix negDelta32.Lang Hames2016-06-251-37/+59
* Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.Pete Cooper2016-03-301-34/+32
* 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-0/+4
* 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
* Fix x86_64 delta*Anon relocs.Pete Cooper2016-01-041-2/+22
* Fix Clang-tidy misc-use-override warnings, other minor fixes.Rui Ueyama2015-09-101-9/+4
* [lld] Add MachO thread-local storage support.Lang Hames2015-06-231-2/+42
* [LLD] Add support for MachO ripRel32MinusNAnon relocations.Lang Hames2015-05-131-2/+48
* Define make_dynamic_error_code(const char *).Rui Ueyama2015-04-141-3/+3
* [Core,MachO,Test] Remove trailing whitespace.Shankar Easwaran2015-02-221-20/+20
* [Mach-O] Rename enum typename for consistency. NFCJean-Daniel Dupas2015-02-191-4/+4
* Update ARM and x86 ArchHandler to check switch completeness. NFCJean-Daniel Dupas2015-02-151-2/+5
* [cleanup] Re-sort #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+0
* Follow-up to r221913. Fix some -Wcast-qual warning reasons.Simon Atanasyan2014-11-141-12/+12
* [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-7/+7
* [mach-o] use the addend in GOT-based relocations.Tim Northover2014-10-301-1/+1
* TMP: fix readN & writeN to not encourage UBTim Northover2014-10-271-47/+51
* [mach-o] Support missing MH_SUBSECTIONS_VIA_SYMBOLSNick Kledzik2014-10-211-1/+2
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* [mach-o] avoid overly clever std::find_ifTim Northover2014-10-151-1/+14
* [mach-o] make __unwind_info defer to __eh_frame when necessary.Tim Northover2014-10-151-15/+32
* [macho] Create references from __eh_frame FDEs to their function.Tim Northover2014-10-151-0/+14
* [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-5/+52
* [mach-o] Add support for arm64 (AAarch64)Nick Kledzik2014-09-091-1/+4
* [mach-o] Improve x86_64 reference kind switch statements.Nick Kledzik2014-09-031-46/+57
* [mach-o] implement more x86 and x86_64 relocation supportNick Kledzik2014-07-171-24/+210
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-161-0/+421
OpenPOWER on IntegriCloud