summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [YAML] Fix mustQuote return type changed in r320996Francis Visoiu Mistrih2017-12-181-3/+3
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-1/+0
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+1
* [lld][MachO] Add support for S_ATTR_DEBUG to the MachO YAML reader/writer.Lang Hames2016-07-261-0/+2
* [lld][MachO] Clean up some unnecessarily verbose code. NFC.Lang Hames2016-04-061-4/+1
* [lld][MachO] Check Expected<T> for error prior to destruction.Lang Hames2016-04-051-15/+17
* Use Expected<T> instead of ErrorOr<T>in yaml reader. NFCPete Cooper2016-03-311-3/+4
* Convert normalized file to atoms methods to new error handling. NFC.Pete Cooper2016-03-301-5/+11
* Use None to construct an empty ArrayRef. NFC.Pete Cooper2016-03-241-1/+1
* Avoid UB when creating empty atoms. NFC.Pete Cooper2016-03-241-0/+2
* Parsed alignment should be a power of 2.Pete Cooper2016-03-241-1/+24
* Set max segment protection level.Pete Cooper2016-02-061-4/+5
* Generate version min load commands when the platform is unknown.Pete Cooper2016-02-041-0/+9
* [lld][MachO] Recognize __thread_bss sections as zero-fill and set all theLang Hames2015-12-111-1/+1
* [lld] Make the MachO -stack_size default '0', add a test case.Lang Hames2015-05-221-1/+1
* [LLD] Add support for the -stack_size option to Darwin ld.Lang Hames2015-05-201-0/+1
* Use arithmetic type to represent alignments (not in log2) everywhere.Rui Ueyama2015-03-261-15/+1
* 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/+15
* [mach-o] propagate dylib version numbersNick Kledzik2014-11-191-4/+30
* [mach-o] Add support for arm64 (AAarch64)Nick Kledzik2014-09-091-0/+26
* [mach-o] Add support for using export triesNick Kledzik2014-09-031-4/+7
* [mach-o] Add support for LC_DATA_IN_CODENick Kledzik2014-07-241-0/+27
* [mach-o] add representation for LC_ID_DYLIB to MachONormalizedFileTim Northover2014-07-011-1/+0
* [mach-o] improve errors when mixing architecturesNick Kledzik2014-06-301-1/+9
* MachO: support atomization of dylibs.Tim Northover2014-06-301-0/+2
* Refer to error_code with an std prefix.Rafael Espindola2014-06-121-4/+2
* include system_error directly.Rafael Espindola2014-06-121-1/+1
* Run llvm/utils/sort_includes.py in a few files.Rafael Espindola2014-06-121-4/+2
* replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* [mach-o] Fix so that mach-o semantic errors return an error rather than assertNick Kledzik2014-05-221-1/+3
* [mach-o] Add support for zero-fill sections.Nick Kledzik2014-05-151-2/+12
* [mach-o] Add support and test cases for parsing tentative definitionsNick Kledzik2014-05-151-2/+12
* Update to match changes made in r205955David Majnemer2014-04-101-0/+1
* s/llvm::dyn_cast/dyn_cast/Rui Ueyama2014-04-021-1/+0
* Fix trailing whitespace.Shankar Easwaran2014-01-271-80/+80
* [mach-o] enable mach-o and native yaml to be intermixedNick Kledzik2014-01-111-17/+50
* Use the mach-o MH_* name for file types in yamlNick Kledzik2014-01-081-4/+4
* [MachO] Add some missing NListTypes.Joey Gouly2014-01-041-0/+2
* [MachO] Begin to add some MachO specific File/Atoms, and add the start ofJoey Gouly2014-01-031-1/+23
* Fix a gcc-4.8 warning, about extraneous semicolons.Joey Gouly2013-12-281-6/+6
* Run clang-format on r197727.Rui Ueyama2013-12-201-1/+1
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-4/+14
* [mach-o] binary reader and writer Nick Kledzik2013-11-061-37/+3
* Remove unnecessary namespace qualifier.Rui Ueyama2013-11-051-2/+2
* Bug 17569: add namespaces to work with gcc-4.7Nick Kledzik2013-10-141-7/+17
OpenPOWER on IntegriCloud