summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* lld matching change for llvm change r308690 to add error handling toKevin Enderby2017-07-201-1/+4
* [MachO] Add missing byte-swaps when reading dyld_infoTom Stellard2017-07-071-3/+3
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-7/+8
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-2/+2
* [lld][MachO] Re-apply r276921 with fix - initialize strings for debug stringLang Hames2016-07-271-3/+7
* [lld][MachO] Temporarily revert r276921 - it's causing bot-failures on Linux.Lang Hames2016-07-271-7/+3
* [lld][MachO] Add debug info support for MachO.Lang Hames2016-07-271-3/+7
* Convert a few macho reader/writer helpers to new error handling. NFC.Pete Cooper2016-03-311-9/+9
* Convert readBinary to llvm::Error. NFCPete Cooper2016-03-301-6/+7
* Copy MachO struct to temporary to avoid unaligned load UB.Pete Cooper2016-03-231-4/+4
* Generate version min load commands when the platform is unknown.Pete Cooper2016-02-041-0/+9
* Use MemoryBufferRef instead of MemoryBuffer&. NFC.Rafael Espindola2015-04-271-4/+3
* Use MemoryBufferRef instead of MemoryBuffer&. NFC.Rafael Espindola2015-04-241-2/+2
* Return an ErrorOr<std::unique_ptr<File>>. NFC.Rafael Espindola2015-04-241-10/+12
* Delete unnecessary generality in loadFile.Rafael Espindola2015-04-241-10/+9
* Remove a parameter for file extension from canParse.Rui Ueyama2015-04-041-11/+5
* Define an implicit constructor which takes actual alignment value to PowerOf2.Rui Ueyama2015-03-261-2/+2
* Make PowerOf2's constructor private.Rui Ueyama2015-03-261-2/+2
* Remove implicit constructor and operator int from PowerOf2.Rui Ueyama2015-03-261-2/+2
* [Core,MachO,Test] Remove trailing whitespace.Shankar Easwaran2015-02-221-1/+1
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-5/+4
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-4/+5
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-5/+4
* [macho] Minor install_name fixesJean-Daniel Dupas2014-12-201-0/+2
* [macho] -rpath supportJean-Daniel Dupas2014-12-181-0/+5
* Make File always take the ownership of a MemoryBuffer.Rui Ueyama2014-12-121-4/+4
* Separate file parsing from File's constructors.Rui Ueyama2014-12-121-15/+32
* [mach-o] propagate dylib version numbersNick Kledzik2014-11-191-1/+3
* Follow-up to r221913. Fix some -Wcast-qual warning reasons.Simon Atanasyan2014-11-141-6/+6
* TMP: fix readN & writeN to not encourage UBTim Northover2014-10-271-79/+78
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* [mach-o] Support fat archivesNick Kledzik2014-10-081-36/+44
* [mach-o] Let darwin driver infer arch from .o files if -arch not used.Nick Kledzik2014-09-041-19/+54
* [mach-o] Add support for using export triesNick Kledzik2014-09-031-1/+29
* [mach-o] Support re-exported dylibsNick Kledzik2014-08-131-13/+32
* [mach-o] Add support for LC_DATA_IN_CODENick Kledzik2014-07-241-8/+21
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-161-21/+7
* [mach-o] add representation for LC_ID_DYLIB to MachONormalizedFileTim Northover2014-07-011-0/+9
* [mach-o] improve errors when mixing architecturesNick Kledzik2014-06-301-18/+15
* MachO: support atomization of dylibs.Tim Northover2014-06-301-1/+2
* [mach-o] refactor x86_64 relocation handling.Nick Kledzik2014-06-271-1/+1
* Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov2014-06-141-5/+7
* Left two files out of the previous commitArtyom Skrobov2014-06-141-3/+3
* Update for llvm api change.Rafael Espindola2014-06-131-8/+9
* include system_error directly.Rafael Espindola2014-06-121-1/+1
* Run llvm/utils/sort_includes.py in a few files.Rafael Espindola2014-06-121-3/+0
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-20/+19
OpenPOWER on IntegriCloud