summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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