aboutsummaryrefslogtreecommitdiff
path: root/lld/tools
AgeCommit message (Expand)AuthorFilesLines
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-2/+0
2024-01-11[LLD] Fix llvm-driver cmake integration for LLD (#76305)Alexandre Ganea1-4/+7
2023-08-23[lld] Do not include StringSwitch.h (NFC)Kazu Hirata1-1/+0
2023-06-19Re-land [LLD] Allow usage of LLD as a libraryAlexandre Ganea1-164/+27
2023-06-14Revert "[LLD] Allow usage of LLD as a library"Leonard Chan1-27/+164
2023-06-13[LLD] Allow usage of LLD as a libraryAlexandre Ganea1-164/+27
2023-05-16Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata1-1/+1
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet1-1/+2
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2022-12-28[lld] Fix iwyu problems after 83d59e05b201760e3f364ff6316301d347cbad95Fangrui Song1-0/+1
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-11-26[lld] Use std::optional in lld.cpp (NFC)Kazu Hirata1-1/+2
2022-11-07[lld] Check errors from expanding response filesHans Wennborg1-1/+3
2022-10-13[llvm-driver] Add lldAlex Brachet2-4/+14
2022-07-05[LLD][ELF] Add FORCE_LLD_DIAGNOSTICS_CRASH to force LLD to crashBen Dunbobbin1-0/+6
2022-02-08[LLD] Fix issue in HIP due to unspecified order of evaluation of the function...Alexandre Ganea1-2/+2
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea1-19/+35
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea1-33/+16
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea1-16/+33
2021-12-31[lld][CMake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson1-1/+1
2021-12-02[lld-macho] Remove old macho darwin lldKeith Smiley2-12/+6
2021-09-09[lld] Enable ANSI escape code for WindowsFangrui Song1-0/+2
2021-08-04[CMake][gn] lldMachO=>lldMachOOld, lldMachO2=>lldMachOFangrui Song1-1/+1
2021-07-27[lld] Replace LLVM_ATTRIBUTE_NORETURN with [[noreturn]]Fangrui Song1-1/+1
2021-06-25[lld] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2021-06-03[lld-macho] Fix BUILD_SHARED_LIBS buildAlex Richardson1-4/+0
2021-05-19Fix lld macho standalone build by including llvm/Config/llvm-config.h instead...Mariusz Ceier1-1/+1
2021-04-19[lld] Delete unused includes. NFCFangrui Song1-6/+0
2021-04-16[lld-macho] Initial groundwork for -bitcode_bundleJez Ng1-0/+4
2021-03-01[lld-macho] Switch default to new Darwin backendJez Ng2-6/+7
2020-11-24lld: Fix darwinnew symlink name added in e16c0a9a68971Nico Weber1-1/+1
2020-11-24clang+lld: Improve clang+ld.darwinnew.lld interaction, pass -demangleNico Weber1-1/+2
2020-11-16lld/mach-o: Infer darwinnew from filename ld64.lld.darwinnew tooNico Weber1-1/+1
2020-11-12[LLD][COFF] When using LLD-as-a-library, always prevent re-entrance on failuresAlexandre Ganea1-11/+2
2020-09-24[LLD][COFF] Cover usage of LLD-as-a-library in testsAlexandre Ganea1-17/+92
2020-09-15[LLD] Allow configuring default ld.lld backendMateusz Mikuła1-0/+5
2020-04-29Reland D78837 [lld] Remove special cases from default ld driver mode.Fangrui Song1-9/+1
2020-04-29Revert "[lld] Remove special cases from default ld driver mode."Dan Albert1-1/+9
2020-04-29[lld] Remove special cases from default ld driver mode.Dan Albert1-9/+1
2020-04-14Enable new passmanager plugin support for LTO.Eli Friedman1-1/+0
2020-04-02Reland D75382 "[lld] Initial commit for new Mach-O backend"Fangrui Song2-4/+9
2020-04-02Revert "[lld] Initial commit for new Mach-O backend"Oliver Stannard2-9/+4
2020-03-31[lld] Initial commit for new Mach-O backendJez Ng2-4/+9
2020-03-23[lld] Enabling loading LLVM pass pluginsEli Friedman2-0/+5
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama1-6/+6
2019-10-19Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner1-0/+1
2019-07-11Fix build breakage on Darwin.Rui Ueyama1-1/+1
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama1-44/+44
2019-06-11Fix -DBUILD_SHARED_LIBS=on build after r362977Fangrui Song1-0/+1