summaryrefslogtreecommitdiff
path: root/lld/wasm
Commit message (Expand)AuthorAgeFilesLines
* fix typos to cycle botsNico Weber2023-05-102-2/+2
* Revert "[Demangle] make llvm::demangle take std::string_view rather than cons...Nick Desaulniers2023-05-021-1/+1
* [Demangle] make llvm::demangle take std::string_view rather than const std::s...Nick Desaulniers2023-05-021-1/+1
* [lld][WebAssembly] stub objects: Fix handling of LTO libcall dependenciesSam Clegg2023-04-131-7/+31
* [lld][WebAssembly] Trace export of symbols when specified with --trace-symbol...Sam Clegg2023-04-131-2/+6
* Fix warningsKazu Hirata2023-04-101-1/+1
* [lld][WebAssembly] Fix stub library parsing with windows line endingsSam Clegg2023-04-042-8/+12
* [lld][WebAssembly] Process stub libraries before performing LTOSam Clegg2023-03-301-4/+10
* [lld][WebAssembly] Initial support for stub librariesSam Clegg2023-03-239-5/+133
* [NFC] Fix typo lld::wasm in commentCongcong Cai2023-03-231-1/+1
* [WebAssembly] Replace Bugzilla links with Github issuesHeejin Ahn2023-03-172-3/+4
* [wasm] Silence 'not all control paths return a value' warning whenAlexandre Ganea2023-03-151-0/+1
* [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFCSam Clegg2023-03-0917-69/+34
* [lld][WebAssembly] Implement --why-extract flag from the ELF backendSam Clegg2023-03-064-8/+56
* Reapply: [WebAssembly] Implement build-id featureDerek Schuff2023-03-036-0/+197
* Revert "[WebAssembly] Implement build-id feature"Derek Schuff2023-03-026-196/+0
* [WebAssembly] Implement build-id featureDerek Schuff2023-03-026-0/+196
* [lld][WebAssembly] Fix handling of mixed strong and weak referencesSam Clegg2023-02-271-0/+10
* [LLD] Add --lto-CGO[0-3] optionScott Linder2023-02-154-3/+16
* [lld][WebAssembly] Limit size of shared 64-bit memories of 2^^34Sam Clegg2023-02-131-1/+6
* [NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2023-02-101-1/+1
* [NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott2023-02-071-1/+1
* [lld] fix comment typos to cycle botsNico Weber2023-02-041-1/+1
* [lld][WebAssembly] Apply relocations to TLS dataSam Clegg2023-01-314-13/+68
* [lld] Remove transitional legacy pass manager flagsArthur Eubanks2023-01-261-2/+0
* [OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille2023-01-121-2/+2
* [lld][WebAssembly] Fix memory.fill argument in 64-bit modeSam Clegg2023-01-101-1/+1
* [lld] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-0212-68/+79
* [lld] Fix iwyu problems after 83d59e05b201760e3f364ff6316301d347cbad95Fangrui Song2022-12-281-0/+1
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-271-1/+4
* Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka2022-12-251-4/+1
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-241-1/+4
* Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille2022-12-231-3/+2
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-231-2/+3
* Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille2022-12-231-3/+2
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-231-2/+3
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+1
* Revert D139181 "[lld][Alignment][NFC] Use Align instead of log2 of alignment ...Guillaume Chatelet2022-12-205-17/+15
* [lld] llvm::Optional::value => operator*/operator->Fangrui Song2022-12-172-4/+4
* llvm::Optional::value => operator*/operator->Fangrui Song2022-12-172-3/+3
* Store OptTable::Info::Name as a StringRefserge-sans-paille2022-12-081-1/+1
* [lld] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-023-15/+17
* [lld][Alignment][NFC] Use Align instead of log2 of alignment in Wasm SectionsGuillaume Chatelet2022-12-025-15/+17
* [Alignment][NFC] Use Align in StringTableBuilder ctorGuillaume Chatelet2022-12-021-1/+2
* Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu2022-11-221-6/+6
* Revert "Reland "[LTO][COFF] Use bitcode file names in lto native object file ...Roman Lebedev2022-11-231-6/+6
* Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu2022-11-221-6/+6
* Revert "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu2022-11-221-6/+6
* [LTO][COFF] Use bitcode file names in lto native object file names.Zequan Wu2022-11-221-6/+6
* [ThinLTO] a ThinLTO warning is added if cache_size_bytes or cache_size_files ...Ying Yi2022-11-141-1/+1