summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/ArchHandler_x86.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/X86_64] Simplify isDataInCodeTransition().Davide Italiano2017-04-151-8/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-2/+2
* Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.Pete Cooper2016-03-301-29/+25
* Fix more cases of UB from allocating 0 sized data. NFC.Pete Cooper2016-03-231-3/+4
* Move empty atom check to target independent code. NFC.Pete Cooper2016-03-221-5/+0
* Avoid memcpy from nullptr. NFC.Pete Cooper2016-03-221-0/+5
* 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 Clang-tidy misc-use-override warnings, other minor fixes.Rui Ueyama2015-09-101-9/+4
* Define make_dynamic_error_code(const char *).Rui Ueyama2015-04-141-4/+4
* [Core,MachO,Test] Remove trailing whitespace.Shankar Easwaran2015-02-221-11/+11
* [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-8/+10
* Break some test. Revert until I got a proper fixJean-Daniel Dupas2015-02-141-35/+33
* Update ARM and x86 ArchHandler to match 64bits counterparts. NFCJean-Daniel Dupas2015-02-141-33/+35
* [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-10/+14
* [mach-o] Fix lazy binding offsetsNick Kledzik2014-11-111-1/+3
* [mach-o] explicitly cast little_n uses to ints to silence MSVCTim Northover2014-10-311-6/+6
* TMP: fix readN & writeN to not encourage UBTim Northover2014-10-271-34/+38
* [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-0/+4
* [mach-o] make __unwind_info defer to __eh_frame when necessary.Tim Northover2014-10-151-0/+11
* [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-3/+16
* [mach-o] Add support for arm64 (AAarch64)Nick Kledzik2014-09-091-1/+4
* [mach-o] Add support for LC_DATA_IN_CODENick Kledzik2014-07-241-0/+33
* [mach-o] add support for old x86 __eh_frame sectionsNick Kledzik2014-07-211-24/+45
* [mach-o] Add support for x86 pointers which use scattered relocationsNick Kledzik2014-07-181-4/+20
* [mach-o] Add support for x86 CALL instruction that uses a scattered relocationNick Kledzik2014-07-181-14/+47
* [mach-o] implement more x86 and x86_64 relocation supportNick Kledzik2014-07-171-25/+184
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-161-0/+331
OpenPOWER on IntegriCloud