summaryrefslogtreecommitdiff
path: root/lld/tools
Commit message (Expand)AuthorAgeFilesLines
* Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata2023-05-161-1/+1
* [llvm-driver] Pass extra arguments to toolsAlex Brachet2023-02-101-1/+2
* [NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2023-02-101-1/+1
* [NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott2023-02-071-1/+1
* [lld] Fix iwyu problems after 83d59e05b201760e3f364ff6316301d347cbad95Fangrui Song2022-12-281-0/+1
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+1
* [lld] Use std::optional in lld.cpp (NFC)Kazu Hirata2022-11-261-1/+2
* [lld] Check errors from expanding response filesHans Wennborg2022-11-071-1/+3
* [llvm-driver] Add lldAlex Brachet2022-10-132-4/+14
* [LLD][ELF] Add FORCE_LLD_DIAGNOSTICS_CRASH to force LLD to crashBen Dunbobbin2022-07-051-0/+6
* [LLD] Fix issue in HIP due to unspecified order of evaluation of the function...Alexandre Ganea2022-02-081-2/+2
* Re-land [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-201-19/+35
* Revert [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-33/+16
* [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-16/+33
* [lld][CMake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson2021-12-311-1/+1
* [lld-macho] Remove old macho darwin lldKeith Smiley2021-12-022-12/+6
* [lld] Enable ANSI escape code for WindowsFangrui Song2021-09-091-0/+2
* [CMake][gn] lldMachO=>lldMachOOld, lldMachO2=>lldMachOFangrui Song2021-08-041-1/+1
* [lld] Replace LLVM_ATTRIBUTE_NORETURN with [[noreturn]]Fangrui Song2021-07-271-1/+1
* [lld] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö2021-06-251-1/+1
* [lld-macho] Fix BUILD_SHARED_LIBS buildAlex Richardson2021-06-031-4/+0
* Fix lld macho standalone build by including llvm/Config/llvm-config.h instead...Mariusz Ceier2021-05-191-1/+1
* [lld] Delete unused includes. NFCFangrui Song2021-04-191-6/+0
* [lld-macho] Initial groundwork for -bitcode_bundleJez Ng2021-04-161-0/+4
* [lld-macho] Switch default to new Darwin backendJez Ng2021-03-012-6/+7
* lld: Fix darwinnew symlink name added in e16c0a9a68971Nico Weber2020-11-241-1/+1
* clang+lld: Improve clang+ld.darwinnew.lld interaction, pass -demangleNico Weber2020-11-241-1/+2
* lld/mach-o: Infer darwinnew from filename ld64.lld.darwinnew tooNico Weber2020-11-161-1/+1
* [LLD][COFF] When using LLD-as-a-library, always prevent re-entrance on failuresAlexandre Ganea2020-11-121-11/+2
* [LLD][COFF] Cover usage of LLD-as-a-library in testsAlexandre Ganea2020-09-241-17/+92
* [LLD] Allow configuring default ld.lld backendMateusz Mikuła2020-09-151-0/+5
* Reland D78837 [lld] Remove special cases from default ld driver mode.Fangrui Song2020-04-291-9/+1
* Revert "[lld] Remove special cases from default ld driver mode."Dan Albert2020-04-291-1/+9
* [lld] Remove special cases from default ld driver mode.Dan Albert2020-04-291-9/+1
* Enable new passmanager plugin support for LTO.Eli Friedman2020-04-141-1/+0
* Reland D75382 "[lld] Initial commit for new Mach-O backend"Fangrui Song2020-04-022-4/+9
* Revert "[lld] Initial commit for new Mach-O backend"Oliver Stannard2020-04-022-9/+4
* [lld] Initial commit for new Mach-O backendJez Ng2020-03-312-4/+9
* [lld] Enabling loading LLVM pass pluginsEli Friedman2020-03-232-0/+5
* 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