summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/WriterMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Fix a bunch of -Wpessimizing-move issues.Pete Cooper2016-03-311-2/+2
* Convert lld file writing to llvm::Error. NFC.Pete Cooper2016-03-301-5/+6
* Rename ExecutableAtom.hpp to ExecutableAtom.hDavide Italiano2015-04-141-1/+1
* Do s/_context/_ctx/g globally.Rui Ueyama2015-04-101-11/+11
* Replace the `createImplicitFiles` method return type with `void`Simon Atanasyan2015-04-061-3/+1
* Fix five of the shared library build targetsGreg Fitzgerald2015-01-211-1/+1
* [mach-o] Support linker synthesized mach_header symbols.Nick Kledzik2014-11-121-0/+3
* [mach-o] Fix stub generation to work for dylibs and bundlesNick Kledzik2014-08-131-4/+7
* MachO: rename _outputFileType to avoid shadowing parent field.Tim Northover2014-06-201-1/+1
* include system_error directly.Rafael Espindola2014-06-121-1/+1
* Run llvm/utils/sort_includes.py in a few files.Rafael Espindola2014-06-121-8/+4
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-2/+2
* Add -print_atoms options to DarwinLdDriver which dumps final state of all ato...Nick Kledzik2014-05-141-2/+5
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-2/+2
* Fix trailing whitespace.Shankar Easwaran2014-01-271-4/+4
* Use getError instead of the error_code operator.Rafael Espindola2014-01-081-2/+2
* [mach-o] binary reader and writer Nick Kledzik2013-11-061-1464/+27
* [MachO] Fix uninitialized field bug found on Windows.Rui Ueyama2013-11-021-0/+2
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-16/+17
* add InputGraph functionalityShankar Easwaran2013-08-211-3/+4
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-67/+58
* Fix unused field warning.Rui Ueyama2013-06-221-21/+10
* Removed unnecessary "class" keyword.Rui Ueyama2013-06-211-14/+17
* Remove unreachable statement.Rui Ueyama2013-05-261-3/+0
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-44/+25
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-20/+20
* [Core,Driver,ELF] Differentiate static and dynamic executables.Michael J. Spencer2013-02-141-2/+7
* Add PassManager.Michael J. Spencer2013-01-231-17/+1
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-66/+66
* rename dylibNamesToOrdinal now that it is an ivarNick Kledzik2012-11-011-6/+6
* [MachO] Fix use after free.Michael J. Spencer2012-11-011-1/+1
* ELF support for LLD writer. The writer at present emits ELF header and section Hemant Kulkarni2012-09-141-4/+1
* Move implementation of WriterOptionsMachO to its own file. Reduced redundantNick Kledzik2012-06-111-58/+45
* abstract load commands to that WriterMachO can write 64-bit and 32-bit mach-o...Nick Kledzik2012-06-071-41/+74
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-0/+1533
OpenPOWER on IntegriCloud