[flang] Add COMDAT to global variables where needed
[platform/upstream/llvm.git] / lld / include /
2023-06-19 Alexandre GaneaRe-land [LLD] Allow usage of LLD as a library
2023-06-14 Leonard ChanRevert "[LLD] Allow usage of LLD as a library"
2023-06-13 Alexandre Ganea[LLD] Allow usage of LLD as a library
2023-02-15 Scott Linder[LLD] Add --lto-CGO[0-3] option
2022-12-28 Fangrui Song[lld] Fix iwyu problems after 83d59e05b201760e3f364ff63...
2022-12-05 Fangrui SongRemove unused #include "llvm/ADT/Optional.h"
2022-12-03 Fangrui SongCodeGen/CommandFlags: Convert Optional to std::optional
2022-12-03 Krzysztof ParzyszekConvert Optional<CodeModel> to std::optional<CodeModel>
2022-11-28 Fangrui Song[lld] Change Optional to std::optional
2022-10-14 Jez Ng[lld][nfc] Remove lld::demangle() (partial revert of...
2022-08-04 Fangrui Song[ELF] Add makeThreadLocal/makeThreadLocalN and remove...
2022-07-31 Fangrui Song[lld] Change vector to SmallVector. NFC
2022-06-23 Daniel Bertalan[NFC][lld] Fix typos to test commit access
2022-06-20 Nico Weber[lld] Remove lld/include/lld/Core
2022-06-12 Keith Smiley[lld-macho] Add support for -w
2022-02-17 Fangrui Song[lld] Make error handling functions opaque
2022-02-17 Jez Ng[lld-macho] Don't include CommandFlags.h in CommonLinke...
2022-02-10 Krzysztof Drewniak[MLIR][GPU][lld] Use LLD bundled in ROCm, removing...
2022-02-09 Alexandre Ganea[MLIR] Temporary workaround for calling the LLD ELF...
2022-01-20 Alexandre GaneaRe-land [LLD] Remove global state in lldCommon
2022-01-16 Alexandre GaneaRevert [LLD] Remove global state in lldCommon
2022-01-16 Alexandre Ganea[LLD] Supplement with more comments. Clarify the intent...
2022-01-16 Alexandre Ganea[LLD] Remove global state in lldCommon
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2022-01-05 Nico WeberRevert "Revert D109159 "[amdgpu] Enable selection of...
2022-01-05 David SalinasRevert D109159 "[amdgpu] Enable selection of `s_cselect...
2022-01-05 Luís Ferreira[lld] Add support for other demanglers other than Itanium
2021-12-30 Luís FerreiraRevert "[lld] Add support for other demanglers other...
2021-12-30 Luís Ferreira[lld] Add support for other demanglers other than Itanium
2021-12-02 Keith Smiley[lld-macho] Remove old macho darwin lld
2021-11-02 Nico Weber[lld/mac] Write -v output to stderr
2021-10-06 Heejin Ahn[WebAssembly] Remove WasmTagType
2021-09-18 Amy HuangReland "[LLD] Remove global state in lld/COFF" after...
2021-09-16 Amy HuangTemporarily revert "[LLD] Remove global state in lld...
2021-09-16 Amy Huang[LLD] Remove global state in lld/COFF
2021-09-09 Fangrui Song[lld] Buffer writes when composing a single diagnostic
2021-07-28 Fangrui Song[lld] Replace LLVM_ATTRIBUTE_NORETURN with [[noreturn]]
2021-06-18 Heejin Ahn[WebAssembly] Rename event to tag
2021-06-03 Nikita Popov[lld] Add missing includes (NFC)
2021-04-02 Yang Fan[lld] Add missing header guard (NFC)
2021-03-31 Jez Ng[lld-macho] Parallelize UUID hash computation
2021-02-17 Nico Weberfix comment typo to cycle bots
2021-02-11 Andy Wingo[lld][WebAssembly] Common superclass for input globals...
2021-01-14 Andy Wingo[lld][WebAssembly] Add support for handling table symbols
2020-11-12 Alexandre Ganea[LLD][COFF] When using LLD-as-a-library, always prevent...
2020-11-09 serge-sans-paille[lld] Provide a hook to customize undefined symbols...
2020-11-03 serge-sans-pailleProvide a hook to customize missing library error handling
2020-09-30 Reid KlecknerRe-land "[PDB] Merge types in parallel when using ghashing"
2020-09-30 Reid KlecknerRevert "[PDB] Merge types in parallel when using ghashing"
2020-09-30 Reid Kleckner[PDB] Merge types in parallel when using ghashing
2020-09-24 Alexandre Ganea[LLD][COFF] Cover usage of LLD-as-a-library in tests
2020-09-16 Andrew Ng[LLD][ELF] Optimize linker script filename glob pattern...
2020-07-30 Jez Ng[lld-macho] Implement -headerpad
2020-06-20 Eric Christopher[lld] As part of using inclusive language within the...
2020-06-02 Reid Kleckner[LLD] Have only one SpecificAllocator per type
2020-05-20 Reid Kleckner[LLD] Make scoped timers thread safe
2020-05-05 Reid Kleckner[Support] Move LLD's parallel algorithm wrappers to...
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-04-02 Fangrui SongReland D75382 "[lld] Initial commit for new Mach-O...
2020-04-02 Oliver StannardRevert "[lld] Initial commit for new Mach-O backend"
2020-04-01 Kazuaki Ishizaki[lld] NFC: fix trivial typos in comments
2020-03-31 Jez Ng[lld] Initial commit for new Mach-O backend
2020-03-31 Fangrui Song[lld][COFF][ELF][WebAssembly] Replace --[no-]threads...
2020-03-06 Alexey LapshinLLD already has a mechanism for caching creation of...
2020-01-28 Benjamin KramerMake llvm::StringRef to std::string conversions explicit.
2020-01-22 Thomas Preud'homme[lld/ELF] PR44498: Support input filename in double...
2020-01-16 Nico WeberMake lld cmake not compute commit revision twice
2020-01-06 Kazuaki Ishizaki[lld] Fix trivial typos in comments
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-11-21 James Y KnightLLD: Don't use the stderrOS stream in link before it...
2019-11-18 Rui UeyamaFix Windows buildbots
2019-11-18 Rui UeyamaMake it possible to redirect not only errs() but also...
2019-10-22 LLVM GN Syncbottypo fix test commit
2019-10-22 Nico Weberfix a few typos to test git committing
2019-10-21 Martin Storsjo[LLD] Move duplicated dwarf parsing code to the Common...
2019-10-19 Reid KlecknerMove endian constant from Host.h to SwapByteOrder.h...
2019-09-27 Martin Storsjo[LLD] Simplify the demangleItanium function. NFC.
2019-09-27 Martin Storsjo[LLD] [COFF] Use the unified llvm demangle frontend...
2019-08-14 Jonas Devlieghere[LLD] Migrate llvm::make_unique to std::make_unique
2019-08-07 Rui UeyamaRe-submit r367649: Improve raw_ostream so that you...
2019-08-02 Rui UeyamaRevert r367649: Improve raw_ostream so that you can...
2019-08-02 Rui UeyamaImprove raw_ostream so that you can "write" colors...
2019-08-01 Igor Kudrin[ELF] With --vs-diagnostics, print a separate message...
2019-07-20 Petr Hosek[ELF] Support explicitly overriding relocation model...
2019-07-17 Chris Jackson[lld] Add Visual Studio compatible diagnostics
2019-07-11 Rui Ueyama[Coding style change][lld] Rename variables for non...
2019-06-07 Sam Clegg[lld] Allow args::getInterger to parse args larger...
2019-05-24 Sam Clegg[WebAssebmly] Add support for --wrap
2019-03-11 Rui UeyamaFail early if an output file is not writable
2019-02-27 Alexandre Ganea[LLD][COFF] Support /threads[:no] like the ELF driver
2019-02-22 Rui UeyamaRemove a function from header and move the implementati...
2019-02-01 Sam CleggFix names of functions in TargetOptionsCommandFlags...
2019-01-30 Sam Clegg[LTO] Set CGOptLevel in LTO config.
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-14 Nico Weberlld/include/lld/Core/TODO.txt
2018-12-08 Heejin Ahn[WebAssembly] Add support for the event section
2018-12-07 Heejin Ahnclang-format LLVM.h (NFC)
2018-11-27 Rui UeyamaRemove SaveAndRestore and SmallVectorImpl from lld...
2018-11-27 Sam Clegg[WebAssembly] Remove `using` statements from header...
2018-11-27 Fangrui Song[Common] Threads: use function_ref instead of std:...
next