aboutsummaryrefslogtreecommitdiff
path: root/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-28[lld][MachO] Remove some debugging output code that was mistakenly left in inLang Hames1-14/+0
2016-07-27[lld][MachO] Re-apply r276921 with fix - initialize strings for debug stringLang Hames1-1/+16
2016-07-27[lld][MachO] Temporarily revert r276921 - it's causing bot-failures on Linux.Lang Hames1-16/+1
2016-07-27[lld][MachO] Add debug info support for MachO.Lang Hames1-1/+16
2016-03-31Use Expected<T> instead of ErrorOr<T>in yaml reader. NFCPete Cooper1-1/+1
2016-03-30Convert readBinary to llvm::Error. NFCPete Cooper1-1/+1
2016-03-30Convert normalized file to atoms methods to new error handling. NFC.Pete Cooper1-3/+3
2016-03-30Convert lld file writing to llvm::Error. NFC.Pete Cooper1-2/+2
2016-03-24Parsed alignment should be a power of 2.Pete Cooper1-1/+4
2016-02-09Add cmdline options for LC_DATA_IN_CODE load command.Pete Cooper1-0/+1
2016-02-09Generate LC_FUNCTION_STARTS load command.Pete Cooper1-0/+1
2016-02-08Move includes inside guards. NFC.Pete Cooper1-3/+3
2016-02-06Set max segment protection level.Pete Cooper1-1/+2
2016-02-04Generate version min load commands when the platform is unknown.Pete Cooper1-0/+1
2016-02-03Add generation of LC_VERSION_MIN load commands.Pete Cooper1-0/+1
2015-12-16Add more debugging output to MachO lld. NFC.Pete Cooper1-0/+10
2015-12-11[lld][MachO] Recognize __thread_bss sections as zero-fill and set all theLang Hames1-0/+8
2015-06-23[MachO] Initialize all fields of NormalizedFile.Benjamin Kramer1-20/+14
2015-05-20[LLD] Add support for the -stack_size option to Darwin ld.Lang Hames1-0/+1
2015-04-27Use MemoryBufferRef instead of MemoryBuffer&. NFC.Rafael Espindola1-2/+2
2015-03-26Use arithmetic type to represent alignments (not in log2) everywhere.Rui Ueyama1-1/+1
2015-03-26Define an implicit constructor which takes actual alignment value to PowerOf2.Rui Ueyama1-1/+1
2015-03-26Make PowerOf2's constructor private.Rui Ueyama1-1/+1
2015-03-26Remove implicit constructor and operator int from PowerOf2.Rui Ueyama1-1/+1
2014-12-12Separate file parsing from File's constructors.Rui Ueyama1-0/+10
2014-11-19[mach-o] propagate dylib version numbersNick Kledzik1-5/+11
2014-10-18Sort include files according to convention.Shankar Easwaran1-1/+0
2014-10-08[mach-o] Support fat archivesNick Kledzik1-0/+6
2014-09-09[mach-o] Add support for arm64 (AAarch64)Nick Kledzik1-0/+1
2014-09-04[mach-o] Let darwin driver infer arch from .o files if -arch not used.Nick Kledzik1-0/+2
2014-07-24[mach-o] Add support for LC_DATA_IN_CODENick Kledzik1-1/+11
2014-06-30[mach-o] improve errors when mixing architecturesNick Kledzik1-0/+5
2014-06-12Don't import error_code into the lld namespace.Rafael Espindola1-5/+2
2014-03-28[MachO] Remove "virtual" and add "override".Rui Ueyama1-2/+1
2014-03-19Remove extra semicolon for -WpedanticAlexey Samsonov1-6/+6
2014-01-27Fix trailing whitespace.Shankar Easwaran1-33/+33
2014-01-14[MachO] Begin support for reading fat binaries.Joey Gouly1-2/+3
2014-01-11[mach-o] enable mach-o and native yaml to be intermixedNick Kledzik1-3/+15
2014-01-03[MachO] Begin to add some MachO specific File/Atoms, and add the start ofJoey Gouly1-5/+1
2013-12-20Run clang-format on r197727.Rui Ueyama1-1/+1
2013-12-19[lld] Introduce registry and Reference kind tupleNick Kledzik1-1/+1
2013-11-15Fix include guards.Rui Ueyama1-3/+3
2013-11-05Remove unnecessary namespace qualifier.Rui Ueyama1-1/+1
2013-10-08fix typosNick Kledzik1-1/+1
2013-10-08Supoort mach-o encoded in yaml.Nick Kledzik1-0/+279