aboutsummaryrefslogtreecommitdiff
path: root/lld/lib/ReaderWriter/MachO/WriterMachO.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-31Fix a bunch of -Wpessimizing-move issues.Pete Cooper1-2/+2
2016-03-30Convert lld file writing to llvm::Error. NFC.Pete Cooper1-5/+6
2015-04-14Rename ExecutableAtom.hpp to ExecutableAtom.hDavide Italiano1-1/+1
2015-04-10Do s/_context/_ctx/g globally.Rui Ueyama1-11/+11
2015-04-06Replace the `createImplicitFiles` method return type with `void`Simon Atanasyan1-3/+1
2015-01-21Fix five of the shared library build targetsGreg Fitzgerald1-1/+1
2014-11-12[mach-o] Support linker synthesized mach_header symbols.Nick Kledzik1-0/+3
2014-08-13[mach-o] Fix stub generation to work for dylibs and bundlesNick Kledzik1-4/+7
2014-06-20MachO: rename _outputFileType to avoid shadowing parent field.Tim Northover1-1/+1
2014-06-12include system_error directly.Rafael Espindola1-1/+1
2014-06-12Run llvm/utils/sort_includes.py in a few files.Rafael Espindola1-8/+4
2014-06-12Don't import error_code into the lld namespace.Rafael Espindola1-2/+2
2014-05-14Add -print_atoms options to DarwinLdDriver which dumps final state of all ato...Nick Kledzik1-2/+5
2014-03-06Add "override" and remove "virtual" where appropriate.Rui Ueyama1-2/+2
2014-01-27Fix trailing whitespace.Shankar Easwaran1-4/+4
2014-01-08Use getError instead of the error_code operator.Rafael Espindola1-2/+2
2013-11-06[mach-o] binary reader and writer Nick Kledzik1-1464/+27
2013-11-02[MachO] Fix uninitialized field bug found on Windows.Rui Ueyama1-0/+2
2013-10-07[lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran1-16/+17
2013-08-21add InputGraph functionalityShankar Easwaran1-3/+4
2013-08-06Rename TargetInfo -> LinkingContext.Rui Ueyama1-67/+58
2013-06-22Fix unused field warning.Rui Ueyama1-21/+10
2013-06-21Removed unnecessary "class" keyword.Rui Ueyama1-14/+17
2013-05-26Remove unreachable statement.Rui Ueyama1-3/+0
2013-04-04This is my Driver refactoring patch. Nick Kledzik1-44/+25
2013-03-14[lld] remove trailing whitespaceShankar Easwaran1-20/+20
2013-02-14[Core,Driver,ELF] Differentiate static and dynamic executables.Michael J. Spencer1-2/+7
2013-01-23Add PassManager.Michael J. Spencer1-17/+1
2013-01-23Move everything over to TargetInfo.Michael J. Spencer1-66/+66
2012-11-01rename dylibNamesToOrdinal now that it is an ivarNick Kledzik1-6/+6
2012-11-01[MachO] Fix use after free.Michael J. Spencer1-1/+1
2012-09-14ELF support for LLD writer. The writer at present emits ELF header and section Hemant Kulkarni1-4/+1
2012-06-11Move implementation of WriterOptionsMachO to its own file. Reduced redundantNick Kledzik1-58/+45
2012-06-07abstract load commands to that WriterMachO can write 64-bit and 32-bit mach-o...Nick Kledzik1-41/+74
2012-05-31Major refactoring: Remove Platform concept. In its place there are Nick Kledzik1-0/+1533