summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/DarwinLdDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-4/+4
* LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight2019-11-211-4/+4
* Fix component buildRui Ueyama2019-11-191-2/+2
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-13/+12
* [LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-1/+1
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-0/+1
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-1/+0
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-12/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Eliminate dependency to formatv(). NFC.Rui Ueyama2018-10-101-4/+3
* Adapt OptTable::PrintHelp change in D51009Fangrui Song2018-10-101-3/+7
* Rename a function to follow the LLVM coding style.Rui Ueyama2018-08-271-1/+1
* win: Omit ".exe" from lld warning and error messages.Nico Weber2018-08-221-1/+1
* Omit path to lld binary from lld's error, warning, and log output.Nico Weber2018-07-201-1/+1
* [Darwin] Use errorHandler from liblldCommonBrian Gesiak2018-06-121-161/+149
* [lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-1/+1
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* NFC: LLD fix OptTable Variable Name StyleMartell Malone2017-08-231-2/+2
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-201-7/+9
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-4/+4
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-041-7/+27
* [Driver] Remove break after return. NFCI.Davide Italiano2016-08-161-1/+0
* [MachO] Factor out some common code in the Driver.Davide Italiano2016-08-041-13/+15
* [MachO] Add a couple of missing braces.Davide Italiano2016-07-201-1/+2
* Change library search methods to return Optional instead of ErrorOr.Pete Cooper2016-03-311-5/+7
* Convert lld file writing to llvm::Error. NFC.Pete Cooper2016-03-301-3/+5
* Change loadFileList to llvm::Error. NFCPete Cooper2016-03-301-14/+16
* Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.Pete Cooper2016-03-301-3/+7
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-1/+8
* Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."Pete Cooper2016-03-221-8/+1
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-1/+8
* Merge DarwinLdDriver and Driver.Rui Ueyama2016-03-021-13/+83
* Remove unused #include's.Rui Ueyama2016-03-021-8/+0
* Make a few utility functions file-scoped.Rui Ueyama2016-03-011-0/+19
* Add cmdline options for LC_DATA_IN_CODE load command.Pete Cooper2016-02-091-0/+49
* Generate LC_FUNCTION_STARTS load command.Pete Cooper2016-02-091-0/+48
* Add support for the source_version cmdline option.Pete Cooper2016-02-041-0/+11
* Default to an unknown OS instead of MacOSX.Pete Cooper2016-02-041-1/+1
* Add support for -sdk_version cmdline option.Pete Cooper2016-02-031-0/+20
* Add generation of LC_VERSION_MIN load commands.Pete Cooper2016-02-031-0/+50
* Add command line option to disable ObjC category merging.Pete Cooper2016-02-011-0/+4
* Add support for export_dynamic cmdline option and behaviour.Pete Cooper2016-01-221-1/+8
* Add the GC commandline options and throw errors if they are usedPete Cooper2016-01-151-0/+16
* Move parsing of LLVM options to parse() method.Pete Cooper2015-12-161-0/+4
* [lld][Darwin] Add support for the -sectcreate option.Lang Hames2015-10-241-1/+17
* Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef....Craig Topper2015-10-211-1/+1
* [lld][MachO] Initial implementation of -flat_namespace and -undefined.Lang Hames2015-09-281-0/+43
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-54/+53
OpenPOWER on IntegriCloud