summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix code to deal with recent LLVM changes.Greg Clayton2016-11-111-2/+5
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-16/+16
* Fix build breakage on buildbots that was due to 285309.Greg Clayton2016-10-271-3/+4
* [lld][MachO] Replace some std::string with char* buffers to eliminate mem leaks.Lang Hames2016-07-291-4/+4
* [lld][MachO] Remove some debugging output code that was mistakenly left in inLang Hames2016-07-281-16/+0
* [lld][MachO] Re-apply r276921 with fix - initialize strings for debug stringLang Hames2016-07-271-12/+322
* [lld][MachO] Temporarily revert r276921 - it's causing bot-failures on Linux.Lang Hames2016-07-271-321/+12
* [lld][MachO] Add debug info support for MachO.Lang Hames2016-07-271-12/+321
* Fix a bunch of -Wpessimizing-move issues.Pete Cooper2016-03-311-1/+1
* Convert normalized file to atoms methods to new error handling. NFC.Pete Cooper2016-03-301-105/+110
* Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.Pete Cooper2016-03-301-62/+68
* Fix EHFrame processing to add implicit references when needed.Pete Cooper2016-03-151-30/+199
* Generate version min load commands when the platform is unknown.Pete Cooper2016-02-041-0/+2
* Move SimpleDefinedAtom::addReference to DefinedAtom.Pete Cooper2016-02-011-16/+18
* Atomize the ObjC category list section.Pete Cooper2016-02-011-0/+3
* Add an ObjCPass to the MachO linker.Pete Cooper2016-01-191-31/+27
* Cache the objc image info constraints in file.Pete Cooper2016-01-191-6/+7
* Only emit files with subsections_via_symbols if all inputs had that set.Pete Cooper2016-01-161-0/+1
* Give error on binaries containing GC objc image infos.Pete Cooper2016-01-161-4/+12
* Add checking of differing swift versions in input files.Pete Cooper2016-01-161-0/+3
* Check that the objc image info version is exactly 0Pete Cooper2016-01-151-0/+8
* Error check the size of the __objc_imageinfo sectionPete Cooper2016-01-141-0/+44
* Check for mismatched arch and OS when linking MachO files.Pete Cooper2016-01-141-0/+4
* Don't emit relocs for the __eh_frame section as they can be implicit.Pete Cooper2016-01-071-1/+5
* Add more debugging output to MachO lld. NFC.Pete Cooper2015-12-161-0/+15
* [lld][MachO] Recognize __thread_bss sections as zero-fill and set all theLang Hames2015-12-111-1/+3
* Verify that macho-o delta64 relocs have the same offset.Pete Cooper2015-12-101-21/+47
* [lld] Add MachO thread-local storage support.Lang Hames2015-06-231-0/+3
* [LLD] Make sure MachO FDEs read their augmentation data strings from the rightLang Hames2015-05-161-18/+28
* [LLD] Properly relocate the LSDA field of MachO eh-frames.Lang Hames2015-05-131-40/+153
* Define make_dynamic_error_code(const char *).Rui Ueyama2015-04-141-3/+3
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-1/+2
* [Core,MachO,Test] Remove trailing whitespace.Shankar Easwaran2015-02-221-19/+19
* Separate file parsing from File's constructors.Rui Ueyama2014-12-121-19/+36
* [mach-o] propagate dylib version numbersNick Kledzik2014-11-191-1/+3
* [mach-o] remove extra leading underscore on __bss and __gotNick Kledzik2014-11-061-2/+2
* [mach-o] Add support for interposing tuples sectionNick Kledzik2014-11-061-0/+2
* MachO: Remove an unused variable from processSectionDavid Majnemer2014-11-051-2/+0
* TMP: fix readN & writeN to not encourage UBTim Northover2014-10-271-19/+17
* [mach-o] Support missing MH_SUBSECTIONS_VIA_SYMBOLSNick Kledzik2014-10-211-14/+37
* Sort include files according to convention.Shankar Easwaran2014-10-181-4/+1
* [mach-o] update __eh_frame handling for Nick's suggestionsTim Northover2014-10-161-1/+3
* [mach-o] avoid overly clever std::find_ifTim Northover2014-10-151-4/+19
* [mach-o] make __unwind_info defer to __eh_frame when necessary.Tim Northover2014-10-151-12/+1
* [macho] Create references from __eh_frame FDEs to their function.Tim Northover2014-10-151-0/+91
* [mach-o] preserve custom section names on coalesable stringsNick Kledzik2014-10-021-5/+23
* [mach-o] Add support for arm64 (AAarch64)Nick Kledzik2014-09-091-2/+15
* [mach-o] Add support for using export triesNick Kledzik2014-09-031-5/+14
* [mach-o] support N_NO_DEAD_STRIP nlist.desc bitNick Kledzik2014-08-211-6/+7
* [mach-o] Support re-exported dylibsNick Kledzik2014-08-131-3/+11
OpenPOWER on IntegriCloud