[flang] Add COMDAT to global variables where needed
[platform/upstream/llvm.git] / lld / wasm /
2023-06-25 Elliot Goodrich[llvm] Add missing StringExtras.h includes
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-06-06 Nick Desaulniersreland: [Demangle] make llvm::demangle take std::string...
2023-06-05 Fangrui Song[lld] StringRef::{starts,ends}with => {starts,ends...
2023-05-10 Nico Weberfix typos to cycle bots
2023-05-02 Nick DesaulniersRevert "[Demangle] make llvm::demangle take std::string...
2023-05-02 Nick Desaulniers[Demangle] make llvm::demangle take std::string_view...
2023-04-14 Sam Clegg[lld][WebAssembly] stub objects: Fix handling of LTO...
2023-04-13 Sam Clegg[lld][WebAssembly] Trace export of symbols when specifi...
2023-04-10 Kazu HirataFix warnings
2023-04-04 Sam Clegg[lld][WebAssembly] Fix stub library parsing with window...
2023-03-30 Sam Clegg[lld][WebAssembly] Process stub libraries before perfor...
2023-03-23 Sam Clegg[lld][WebAssembly] Initial support for stub libraries
2023-03-23 Congcong Cai[NFC] Fix typo lld::wasm in comment
2023-03-18 Heejin Ahn[WebAssembly] Replace Bugzilla links with Github issues
2023-03-15 Alexandre Ganea[wasm] Silence 'not all control paths return a value...
2023-03-10 Sam Clegg[lld][WebAssembly] Use C++17 nested namespace syntax...
2023-03-07 Sam Clegg[lld][WebAssembly] Implement --why-extract flag from...
2023-03-04 Derek SchuffReapply: [WebAssembly] Implement build-id feature
2023-03-02 Derek SchuffRevert "[WebAssembly] Implement build-id feature"
2023-03-02 Derek Schuff[WebAssembly] Implement build-id feature
2023-02-27 Sam Clegg[lld][WebAssembly] Fix handling of mixed strong and...
2023-02-15 Scott Linder[LLD] Add --lto-CGO[0-3] option
2023-02-13 Sam Clegg[lld][WebAssembly] Limit size of shared 64-bit memories...
2023-02-10 Archibald Elliott[NFC][TargetParser] Replace uses of llvm/Support/Host.h
2023-02-07 Archibald Elliott[NFC][TargetParser] Remove llvm/ADT/Triple.h
2023-02-04 Nico Weber[lld] fix comment typos to cycle bots
2023-01-31 Sam Clegg[lld][WebAssembly] Apply relocations to TLS data
2023-01-26 Arthur Eubanks[lld] Remove transitional legacy pass manager flags
2023-01-12 serge-sans-paille[OptTable] Precompute OptTable prefixes union table...
2023-01-10 Sam Clegg[lld][WebAssembly] Fix memory.fill argument in 64-bit...
2023-01-03 Kazu Hirata[lld] Use std::optional instead of llvm::Optional ...
2022-12-28 Fangrui Song[lld] Fix iwyu problems after 83d59e05b201760e3f364ff63...
2022-12-27 serge-sans-paille[clang] Use a StringRef instead of a raw char pointer...
2022-12-26 Vitaly BukaRevert "[clang] Use a StringRef instead of a raw char...
2022-12-24 serge-sans-paille[clang] Use a StringRef instead of a raw char pointer...
2022-12-23 serge-sans-pailleRevert "[clang] Use a StringRef instead of a raw char...
2022-12-23 serge-sans-paille[clang] Use a StringRef instead of a raw char pointer...
2022-12-23 serge-sans-pailleRevert "[clang] Use a StringRef instead of a raw char...
2022-12-23 serge-sans-paille[clang] Use a StringRef instead of a raw char pointer...
2022-12-20 Archibald Elliott[Support] Move TargetParsers to new component
2022-12-20 Guillaume ChateletRevert D139181 "[lld][Alignment][NFC] Use Align instead...
2022-12-17 Fangrui Song[lld] llvm::Optional::value => operator*/operator->
2022-12-17 Fangrui Songllvm::Optional::value => operator*/operator->
2022-12-08 serge-sans-pailleStore OptTable::Info::Name as a StringRef
2022-12-03 Kazu Hirata[lld] Use std::nullopt instead of None (NFC)
2022-12-02 Guillaume Chatelet[lld][Alignment][NFC] Use Align instead of log2 of...
2022-12-02 Guillaume Chatelet[Alignment][NFC] Use Align in StringTableBuilder ctor
2022-11-22 Zequan WuReland "[LTO][COFF] Use bitcode file names in lto nativ...
2022-11-22 Roman LebedevRevert "Reland "[LTO][COFF] Use bitcode file names...
2022-11-22 Zequan WuReland "[LTO][COFF] Use bitcode file names in lto nativ...
2022-11-22 Zequan WuRevert "[LTO][COFF] Use bitcode file names in lto nativ...
2022-11-22 Zequan Wu[LTO][COFF] Use bitcode file names in lto native object...
2022-11-14 Ying Yi[ThinLTO] a ThinLTO warning is added if cache_size_byte...
2022-11-09 Fangrui Song[lld] Fix duplicate word typos. NFC
2022-11-03 Sam Clegg[lld][WebAssembly] Add support for LLD_REPRODUCE
2022-10-31 Florian Mayer[NFC] use has_value instead of hasValue
2022-10-31 Dan Gohman[wasm-ld] Allow importing/exporting the output module...
2022-10-19 Sam Clegg[lld][WebAssembly] Don't allow `--global-base` to be...
2022-10-17 Dan Gohman[wasm-ld] Define a `__heap_end` symbol marking the...
2022-10-14 Jez Ng[lld][nfc] Remove lld::demangle() (partial revert of...
2022-10-13 Sam Clegg[lld][WebAssembly] Add symbols marking start/end of...
2022-10-13 Sam Clegg[lld][WebAssembly] Add `--extra-features` flag to add...
2022-10-03 Sam Clegg[lld][WebAssemlby] Improve support for -L / -l and...
2022-09-17 Kazu Hirata[lld] Don't include SetVector.h (NFC)
2022-09-14 Nico Weberlld: Include name of output file in "failed to write...
2022-09-03 Kazu HirataUse llvm::count_if (NFC)
2022-08-31 Sam Clegg[lld][WebAssembly] Rename SymbolTable::getSymbols to...
2022-08-14 Kazu HirataUse llvm::none_of (NFC)
2022-07-31 Fangrui Song[lld] Change vector to SmallVector. NFC
2022-07-29 Sam Clegg[lld][WebAssemby] Demote LazySymbols back to undefined...
2022-07-22 Kazu HirataUse any_of (NFC)
2022-07-16 Kazu HirataUse value instead of getValue (NFC)
2022-07-13 Kazu HirataUse has_value instead of hasValue (NFC)
2022-06-27 Sam Clegg[lld][WebAssembly] Don't apply data relocations at...
2022-06-27 Kazu Hirata[lld] Don't use Optional::hasValue (NFC)
2022-06-25 Kazu HirataRevert "Don't use Optional::hasValue (NFC)"
2022-06-25 Kazu HirataDon't use Optional::hasValue (NFC)
2022-06-21 Kazu HirataDon't use Optional::hasValue (NFC)
2022-06-20 Kazu HirataDon't use Optional::hasValue (NFC)
2022-06-19 Nico Weberfix comment typos to cycle bots
2022-06-19 Nico WeberRename parallelForEachN to just parallelFor
2022-06-19 Kazu Hirata[lld] Use value_or instead of getValueOr (NFC)
2022-06-10 Sam Clegg[lld][WebAssembly] Revert moving of data relocations...
2022-06-04 Fangrui SongRevert D126950 "[lld][WebAssembly] Retain data segments...
2022-06-04 Yuta Saito[lld][WebAssembly] Retain data segments referenced...
2022-06-03 Sam Clegg[lld][WebAssembly] Remove unnecessary accessor methods...
2022-05-27 Sam Clegg[lld][WebAssembly] Fix crash on undefined+weak function...
2022-05-27 Derek Schuff[WebAssembly] Consolidate sectionTypeToString in Binary...
2022-05-26 Sam Clegg[lld][WebAssembly] Require double dash for modern linke...
2022-05-26 Sam Clegg[lld][WebAssembly] Avoid importing/exporting hidden...
2022-05-26 Sam Clegg[lld][WebAssemlby] Check for command line flags with...
2022-05-24 Sam Clegg[lld][WebAssembly] Allow use of statically allocated...
2022-04-07 Nikita Popov[lld] Remove support for legacy pass manager
2022-04-06 Nikita Popov[cmake] Remove LLVM_ENABLE_NEW_PASS_MANAGER cmake option
2022-04-06 Martin StorsjöFix warnings about variables that are set but only...
2022-03-17 Sam Clegg[lld][WebAssembly] Fix crash accessing non-live __tls_b...
2022-03-16 Sam Clegg[lld][WebAssembly] Take advantage of extended const...
next