Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lld/tools
AgeCommit message (Expand)Author
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-09[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-10[lld] Enable ANSI escape code for WindowsFangrui Song
2021-08-05[CMake][gn] lldMachO=>lldMachOOld, lldMachO2=>lldMachOFangrui Song
2021-07-28[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-30Reland D78837 [lld] Remove special cases from default ld driver mode.Fangrui Song
2020-04-30Revert "[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-15Enable 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-24[lld] Enabling loading LLVM pass pluginsEli Friedman
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama
2019-10-19Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner
2019-07-11Fix build breakage on Darwin.Rui Ueyama
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-06-11Fix -DBUILD_SHARED_LIBS=on build after r362977Fangrui Song
2019-06-10[Driver] Look for -m in response files as wellMartin Storsjo
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-13Fix typo in error message. NFC.Azharuddin Mohammed
2018-07-17Add wasm-ld to help text Improve error textSam Clegg
2018-06-12[Darwin] Use errorHandler from liblldCommonBrian Gesiak
2018-06-08Expand comments.Rui Ueyama
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-02-17Remove "--full-shutdown" and instead use an environment variable LLD_IN_TEST.Rui Ueyama
2018-01-30Update a help message.Rui Ueyama
2017-12-06[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-12lld: Reorder libdeps.NAKAMURA Takumi