summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Don't use make_error_code from the llvm namespace.Rafael Espindola2014-06-121-8/+8
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-8/+8
* This lambda returns a boolean, update the return statements.Rafael Espindola2014-06-031-7/+7
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-5/+5
* [mach-o] Wire up mach-o binary reader to reader registryNick Kledzik2014-05-301-0/+48
* [mach-o] Support parsing of non-lazy-pointer sectionsNick Kledzik2014-05-281-4/+49
* Fix trailing whitespace.Shankar Easwaran2014-01-271-29/+29
* [MachO] Begin support for reading fat binaries.Joey Gouly2014-01-141-21/+57
* [mach-o] enable mach-o and native yaml to be intermixedNick Kledzik2014-01-111-4/+6
* Run clang-format on r197727.Rui Ueyama2013-12-201-6/+3
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-0/+27
* [mach-o] binary reader and writer Nick Kledzik2013-11-061-0/+310
OpenPOWER on IntegriCloud