aboutsummaryrefslogtreecommitdiff
path: root/lld/tools
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-10[Driver] Look for -m in response files as wellMartin Storsjo1-3/+25
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-13Fix typo in error message. NFC.Azharuddin Mohammed1-1/+1
2018-07-17Add wasm-ld to help text Improve error textSam Clegg1-1/+2
2018-06-12[Darwin] Use errorHandler from liblldCommonBrian Gesiak1-1/+1
2018-06-08Expand comments.Rui Ueyama1-5/+15
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-7/+2
2018-02-16Remove "--full-shutdown" and instead use an environment variable LLD_IN_TEST.Rui Ueyama1-3/+12
2018-01-29Update a help message.Rui Ueyama1-1/+1
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-0/+1
2017-11-17[WebAssembly] Initial wasm linker implementationSam Clegg2-1/+6
2017-10-23lld::COFF: better behavior when using as a libraryRui Ueyama1-1/+1
2017-10-15MACHO: ld64.lld alias for the MACHO LLD targetMartell Malone2-2/+2
2017-10-11lld: Reorder libdeps.NAKAMURA Takumi1-1/+1
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama1-1/+1
2017-09-11LLD: Introduce a GNU LD style driver for COFFMartell Malone2-0/+13
2017-04-12Accept not only lld-link but also LLD-LINK, for example.Rui Ueyama1-3/+3