summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver
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] Do not error on '-lto_library' optionBrian Gesiak2018-06-131-0/+4
* [Darwin] Use errorHandler from liblldCommonBrian Gesiak2018-06-123-161/+154
* [lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-1/+1
* lld: Prune unused libdeps.NAKAMURA Takumi2017-10-121-1/+0
* lld: Reorder libdeps.NAKAMURA Takumi2017-10-111-1/+1
* Build fix: don't try to link in lldConfigHans Wennborg2017-10-021-1/+0
* 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
* [lld][cmake] Fix LLVM_LINK_LLVM_DYLIB buildPavel Labath2017-01-091-3/+5
* 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-023-118/+83
* Tidy up CMakefiles.Rui Ueyama2016-03-021-3/+0
* Remove unused #include's.Rui Ueyama2016-03-021-8/+0
* Make a few utility functions file-scoped.Rui Ueyama2016-03-012-17/+19
* Remove dead code.Rui Ueyama2016-03-011-17/+0
* Remove CoreDriver.Rui Ueyama2016-03-013-191/+0
* Remove dead code for ELF.Rui Ueyama2016-02-281-5/+2
* Move functionality of UniversalDriver to the entry point file.Rui Ueyama2016-02-283-242/+0
* Remove obsolte TODOs. They are for the old gnu driver.Rui Ueyama2016-02-281-99/+0
* Remove a few bits of elf from the old linker.Rafael Espindola2016-02-281-1/+0
* Rename elf2 to elf.Rafael Espindola2016-02-282-2/+2
* Remove the old ELF linker.Rafael Espindola2016-02-284-1175/+0
OpenPOWER on IntegriCloud