summaryrefslogtreecommitdiff
path: root/lld/tools
AgeCommit message (Expand)Author
2024-08-08[CMake] Remove EXPORT_SYMBOLS_FOR_PLUGINS from #102138 (#102396)Steven Wu
2024-08-07Reapply "[CMake] Fold export_executable_symbols_* into function args. (#10174...Steven Wu
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu
2024-08-05[CMake] Fold export_executable_symbols_* into function args. (#101741)Steven Wu
2024-04-29[driver] Allow `ld` as a driver alias to lld (#90515)Jordan Rupprecht
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea
2024-01-11[LLD] Fix llvm-driver cmake integration for LLD (#76305)Alexandre Ganea
2023-08-23[lld] Do not include StringSwitch.h (NFC)Kazu Hirata
2023-06-19Re-land [LLD] Allow usage of LLD as a libraryAlexandre Ganea
2023-06-14Revert "[LLD] Allow usage of LLD as a library"Leonard Chan
2023-06-13[LLD] Allow usage of LLD as a libraryAlexandre Ganea
2023-05-16Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-12-28[lld] Fix iwyu problems after 83d59e05b201760e3f364ff6316301d347cbad95Fangrui Song
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott
2022-11-26[lld] Use std::optional in lld.cpp (NFC)Kazu Hirata
2022-11-07[lld] Check errors from expanding response filesHans Wennborg
2022-10-13[llvm-driver] Add lldAlex Brachet
2022-07-05[LLD][ELF] Add FORCE_LLD_DIAGNOSTICS_CRASH to force LLD to crashBen Dunbobbin
2022-02-08[LLD] Fix issue in HIP due to unspecified order of evaluation of the function...Alexandre Ganea
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea
2021-12-31[lld][CMake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson
2021-12-02[lld-macho] Remove old macho darwin lldKeith Smiley
2021-09-09[lld] Enable ANSI escape code for WindowsFangrui Song
2021-08-04[CMake][gn] lldMachO=>lldMachOOld, lldMachO2=>lldMachOFangrui Song
2021-07-27[lld] Replace LLVM_ATTRIBUTE_NORETURN with [[noreturn]]Fangrui Song
2021-06-25[lld] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-06-03[lld-macho] Fix BUILD_SHARED_LIBS buildAlex Richardson
2021-05-19Fix lld macho standalone build by including llvm/Config/llvm-config.h instead...Mariusz Ceier
2021-04-19[lld] Delete unused includes. NFCFangrui Song
2021-04-16[lld-macho] Initial groundwork for -bitcode_bundleJez Ng
2021-03-01[lld-macho] Switch default to new Darwin backendJez Ng
2020-11-24lld: Fix darwinnew symlink name added in e16c0a9a68971Nico Weber
2020-11-24clang+lld: Improve clang+ld.darwinnew.lld interaction, pass -demangleNico Weber
2020-11-16lld/mach-o: Infer darwinnew from filename ld64.lld.darwinnew tooNico Weber
2020-11-12[LLD][COFF] When using LLD-as-a-library, always prevent re-entrance on failuresAlexandre Ganea
2020-09-24[LLD][COFF] Cover usage of LLD-as-a-library in testsAlexandre Ganea
2020-09-15[LLD] Allow configuring default ld.lld backendMateusz Mikuła
2020-04-29Reland D78837 [lld] Remove special cases from default ld driver mode.Fangrui Song
2020-04-29Revert "[lld] Remove special cases from default ld driver mode."Dan Albert
2020-04-29[lld] Remove special cases from default ld driver mode.Dan Albert
2020-04-14Enable new passmanager plugin support for LTO.Eli Friedman
2020-04-02Reland D75382 "[lld] Initial commit for new Mach-O backend"Fangrui Song
2020-04-02Revert "[lld] Initial commit for new Mach-O backend"Oliver Stannard
2020-03-31[lld] Initial commit for new Mach-O backendJez Ng
2020-03-23[lld] Enabling loading LLVM pass pluginsEli Friedman