aboutsummaryrefslogtreecommitdiff
path: root/tools/lld/lld.cpp
AgeCommit message (Expand)Author
2019-10-19Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner
2019-07-11Fix build breakage on Darwin.Rui Ueyama
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-06-10[Driver] Look for -m in response files as wellMartin Storsjo
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-13Fix typo in error message. NFC.Azharuddin Mohammed
2018-07-17Add wasm-ld to help text Improve error textSam Clegg
2018-06-12[Darwin] Use errorHandler from liblldCommonBrian Gesiak
2018-06-08Expand comments.linaro-local/peter.smith/icfRui Ueyama
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-02-16Remove "--full-shutdown" and instead use an environment variable LLD_IN_TEST.Rui Ueyama
2018-01-29Update a help message.Rui Ueyama
2017-11-17[WebAssembly] Initial wasm linker implementationSam Clegg
2017-10-23lld::COFF: better behavior when using as a libraryRui Ueyama
2017-10-15MACHO: ld64.lld alias for the MACHO LLD targetMartell Malone
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-09-11LLD: Introduce a GNU LD style driver for COFFMartell Malone
2017-04-12Accept not only lld-link but also LLD-LINK, for example.Rui Ueyama
2017-02-23s/Mac/macOS/ because that's now the official name of the OS.Rui Ueyama
2016-10-26Call _exit.Rafael Espindola
2016-09-29Use StringSwitch::Cases. NFC.Rui Ueyama
2016-07-14Update error message to use "ld.lld" instead of "lld -flavor gnu".Rui Ueyama
2016-06-09Update to match LLVM r272232.Richard Smith
2016-05-15Remove unused include. NFC.Davide Italiano
2016-03-03Use StringRef member function instead of including StringExtras.hRui Ueyama
2016-03-02Merge DarwinLdDriver and Driver.Rui Ueyama
2016-03-01Remove CoreDriver.Rui Ueyama
2016-02-28Make the entry point function calls consistent. NFC.Rui Ueyama
2016-02-28Move functionality of UniversalDriver to the entry point file.Rui Ueyama
2015-09-30test commitGeorge Rimar
2015-09-29NFC: Fix spelling error in comment.Cameron Esfahani
2015-06-21ArrayRef-ify Driver::parse and related functions.David Blaikie
2014-10-18Sort include files according to convention.Shankar Easwaran
2013-09-24Make Driver::link and LinkingContext::validate return true on success.Rui Ueyama
2013-04-04This is my Driver refactoring patch. Nick Kledzik
2013-01-08[lld] Add support for -mllvm.Michael J. Spencer
2013-01-05[Driver] Add -flavor core support. This will be tested by other tests using -...Michael J. Spencer
2012-12-22Fix build issue when building lld against libstdc++ 4.7Andy Gibbs
2012-12-09[Driver] Add -### support for printing out the core command line.Michael J. Spencer
2012-12-08Add the core architecture for the lld driver.Michael J. Spencer
2011-12-18Initial commit. Code by Nick Kledzik. Cleanups and build system by me.Michael J. Spencer