summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h
Commit message (Expand)AuthorAgeFilesLines
* lld: Fix initial Mach-O load commands size calculation omitting LC_FUNCTION_S...Rui Ueyama2019-04-171-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* MachONormalizedFile.h: Remove unimplemented functionDavid Blaikie2017-11-221-9/+0
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [lld][MachO] Remove some debugging output code that was mistakenly left in inLang Hames2016-07-281-14/+0
* [lld][MachO] Re-apply r276921 with fix - initialize strings for debug stringLang Hames2016-07-271-1/+16
* [lld][MachO] Temporarily revert r276921 - it's causing bot-failures on Linux.Lang Hames2016-07-271-16/+1
* [lld][MachO] Add debug info support for MachO.Lang Hames2016-07-271-1/+16
* Use Expected<T> instead of ErrorOr<T>in yaml reader. NFCPete Cooper2016-03-311-1/+1
* Convert readBinary to llvm::Error. NFCPete Cooper2016-03-301-1/+1
* Convert normalized file to atoms methods to new error handling. NFC.Pete Cooper2016-03-301-3/+3
* Convert lld file writing to llvm::Error. NFC.Pete Cooper2016-03-301-2/+2
* Parsed alignment should be a power of 2.Pete Cooper2016-03-241-1/+4
* Add cmdline options for LC_DATA_IN_CODE load command.Pete Cooper2016-02-091-0/+1
* Generate LC_FUNCTION_STARTS load command.Pete Cooper2016-02-091-0/+1
* Move includes inside guards. NFC.Pete Cooper2016-02-081-3/+3
* Set max segment protection level.Pete Cooper2016-02-061-1/+2
* Generate version min load commands when the platform is unknown.Pete Cooper2016-02-041-0/+1
* Add generation of LC_VERSION_MIN load commands.Pete Cooper2016-02-031-0/+1
* Add more debugging output to MachO lld. NFC.Pete Cooper2015-12-161-0/+10
* [lld][MachO] Recognize __thread_bss sections as zero-fill and set all theLang Hames2015-12-111-0/+8
* [MachO] Initialize all fields of NormalizedFile.Benjamin Kramer2015-06-231-20/+14
* [LLD] Add support for the -stack_size option to Darwin ld.Lang Hames2015-05-201-0/+1
* Use MemoryBufferRef instead of MemoryBuffer&. NFC.Rafael Espindola2015-04-271-2/+2
* Use arithmetic type to represent alignments (not in log2) everywhere.Rui Ueyama2015-03-261-1/+1
* Define an implicit constructor which takes actual alignment value to PowerOf2.Rui Ueyama2015-03-261-1/+1
* Make PowerOf2's constructor private.Rui Ueyama2015-03-261-1/+1
* Remove implicit constructor and operator int from PowerOf2.Rui Ueyama2015-03-261-1/+1
* Separate file parsing from File's constructors.Rui Ueyama2014-12-121-0/+10
* [mach-o] propagate dylib version numbersNick Kledzik2014-11-191-5/+11
* Sort include files according to convention.Shankar Easwaran2014-10-181-1/+0
* [mach-o] Support fat archivesNick Kledzik2014-10-081-0/+6
* [mach-o] Add support for arm64 (AAarch64)Nick Kledzik2014-09-091-0/+1
* [mach-o] Let darwin driver infer arch from .o files if -arch not used.Nick Kledzik2014-09-041-0/+2
* [mach-o] Add support for LC_DATA_IN_CODENick Kledzik2014-07-241-1/+11
* [mach-o] improve errors when mixing architecturesNick Kledzik2014-06-301-0/+5
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-5/+2
* [MachO] Remove "virtual" and add "override".Rui Ueyama2014-03-281-2/+1
* Remove extra semicolon for -WpedanticAlexey Samsonov2014-03-191-6/+6
* Fix trailing whitespace.Shankar Easwaran2014-01-271-33/+33
* [MachO] Begin support for reading fat binaries.Joey Gouly2014-01-141-2/+3
* [mach-o] enable mach-o and native yaml to be intermixedNick Kledzik2014-01-111-3/+15
* [MachO] Begin to add some MachO specific File/Atoms, and add the start ofJoey Gouly2014-01-031-5/+1
* Run clang-format on r197727.Rui Ueyama2013-12-201-1/+1
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-1/+1
* Fix include guards.Rui Ueyama2013-11-151-3/+3
* Remove unnecessary namespace qualifier.Rui Ueyama2013-11-051-1/+1
* fix typosNick Kledzik2013-10-081-1/+1
* Supoort mach-o encoded in yaml.Nick Kledzik2013-10-081-0/+279
OpenPOWER on IntegriCloud