summaryrefslogtreecommitdiffstats
path: root/lld/tools
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-6/+6
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-191-0/+1
* Fix build breakage on Darwin.Rui Ueyama2019-07-111-1/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-44/+44
* Fix -DBUILD_SHARED_LIBS=on build after r362977Fangrui Song2019-06-111-0/+1
* [Driver] Look for -m in response files as wellMartin Storsjo2019-06-101-3/+25
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix typo in error message. NFC.Azharuddin Mohammed2018-09-131-1/+1
* Add wasm-ld to help text Improve error textSam Clegg2018-07-171-1/+2
* [Darwin] Use errorHandler from liblldCommonBrian Gesiak2018-06-121-1/+1
* Expand comments.Rui Ueyama2018-06-081-5/+15
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-7/+2
* Remove "--full-shutdown" and instead use an environment variable LLD_IN_TEST.Rui Ueyama2018-02-161-3/+12
* Update a help message.Rui Ueyama2018-01-291-1/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-172-1/+6
* lld::COFF: better behavior when using as a libraryRui Ueyama2017-10-231-1/+1
* MACHO: ld64.lld alias for the MACHO LLD targetMartell Malone2017-10-152-2/+2
* lld: Reorder libdeps.NAKAMURA Takumi2017-10-111-1/+1
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* LLD: Introduce a GNU LD style driver for COFFMartell Malone2017-09-112-0/+13
* Accept not only lld-link but also LLD-LINK, for example.Rui Ueyama2017-04-121-3/+3
* s/Mac/macOS/ because that's now the official name of the OS.Rui Ueyama2017-02-231-1/+1
* [lld][cmake] Fix LLVM_LINK_LLVM_DYLIB buildPavel Labath2017-01-091-1/+4
* [CMake] Add install target for the lld toolPetr Hosek2016-12-231-5/+2
* Call _exit.Rafael Espindola2016-10-261-1/+1
* Use StringSwitch::Cases. NFC.Rui Ueyama2016-09-291-3/+1
* Update error message to use "ld.lld" instead of "lld -flavor gnu".Rui Ueyama2016-07-141-2/+2
* Update to match LLVM r272232.Richard Smith2016-06-091-1/+1
* Remove unused include. NFC.Davide Italiano2016-05-151-1/+0
* Inline a trivial CMakeLists.txt.Rui Ueyama2016-03-031-1/+0
* Use StringRef member function instead of including StringExtras.hRui Ueyama2016-03-031-2/+1
* Merge DarwinLdDriver and Driver.Rui Ueyama2016-03-021-1/+1
* Remove CoreDriver.Rui Ueyama2016-03-011-13/+3
* Fix BUILD_SHARED_LIBS build.Rafael Espindola2016-03-011-0/+1
* Make the entry point function calls consistent. NFC.Rui Ueyama2016-02-281-5/+4
* Move functionality of UniversalDriver to the entry point file.Rui Ueyama2016-02-281-15/+106
* Remove an empty TODO file.Rui Ueyama2016-02-281-2/+0
* Delete the old script parser.Rafael Espindola2016-02-283-66/+0
* Rename ld.lld2 to ld.lld since it is the default.Rafael Espindola2015-11-181-1/+1
* Use ld.lld2 as a argv[0] alias.Rafael Espindola2015-10-021-1/+1
* Remove dead file.Rafael Espindola2015-10-011-24/+0
* test commitGeorge Rimar2015-09-301-1/+1
* NFC: Fix spelling error in comment.Cameron Esfahani2015-09-291-1/+1
* [CMake] Move LLD to the new style for symlink generation, and make the links ...Chris Bieneman2015-09-241-12/+7
* lld-link: revert r246139 from OUTPUT to POST_BUILDMartell Malone2015-08-271-3/+2
* lld-link: Unify symlink code with llvm-libMartell Malone2015-08-272-10/+14
* Create lld-link symlink on "make/ninja/whatever install".Rui Ueyama2015-08-182-0/+23
* COFF: Remove lld-link2 alias.Rui Ueyama2015-08-071-5/+0
* Revert ELF port. Posting to mailing list.Michael J. Spencer2015-07-141-1/+0
OpenPOWER on IntegriCloud