aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
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-11lld: Reorder libdeps.NAKAMURA Takumi
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
2017-01-09[lld][cmake] Fix LLVM_LINK_LLVM_DYLIB buildPavel Labath
2016-12-23[CMake] Add install target for the lld toolPetr Hosek
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-03Inline a trivial CMakeLists.txt.Rui Ueyama
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-03-01Fix BUILD_SHARED_LIBS build.Rafael Espindola
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
2016-02-28Remove an empty TODO file.Rui Ueyama
2016-02-28Delete the old script parser.Rafael Espindola
2015-11-18Rename ld.lld2 to ld.lld since it is the default.Rafael Espindola
2015-10-02Use ld.lld2 as a argv[0] alias.Rafael Espindola
2015-10-01Remove dead file.Rafael Espindola
2015-09-30test commitGeorge Rimar
2015-09-29NFC: Fix spelling error in comment.Cameron Esfahani
2015-09-24[CMake] Move LLD to the new style for symlink generation, and make the links ...Chris Bieneman
2015-08-27lld-link: revert r246139 from OUTPUT to POST_BUILDMartell Malone
2015-08-27lld-link: Unify symlink code with llvm-libMartell Malone
2015-08-18Create lld-link symlink on "make/ninja/whatever install".Rui Ueyama
2015-08-07COFF: Remove lld-link2 alias.Rui Ueyama
2015-07-14Revert ELF port. Posting to mailing list.Michael J. Spencer
2015-07-13Initial ELF port.Michael J. Spencer
2015-07-08Create lld-link2 symlink/copy for new COFF linker.Peter Collingbourne
2015-06-21ArrayRef-ify Driver::parse and related functions.David Blaikie
2015-05-28COFF: Add a new PE/COFF port.Rui Ueyama
2015-03-26Remove Makefiles.Rui Ueyama
2015-03-12Fix configure & make build by adding support for the ExampleSubTarget.Iain Sandoe
2015-03-11Move the 'linker-script-test' binary to the tools directory.Chandler Carruth
2015-02-20Remove YAML/Native round-trip passes.Rui Ueyama
2015-01-28Remove PPC ELF targetGreg Fitzgerald