summaryrefslogtreecommitdiff
path: root/lld/wasm/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [lld][WebAssembly] Fix stub library parsing with windows line endingsSam Clegg2023-04-041-1/+1
* [lld][WebAssembly] Process stub libraries before performing LTOSam Clegg2023-03-301-4/+10
* [lld][WebAssembly] Initial support for stub librariesSam Clegg2023-03-231-0/+55
* [NFC] Fix typo lld::wasm in commentCongcong Cai2023-03-231-1/+1
* [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFCSam Clegg2023-03-091-4/+2
* [lld][WebAssembly] Implement --why-extract flag from the ELF backendSam Clegg2023-03-061-7/+37
* Reapply: [WebAssembly] Implement build-id featureDerek Schuff2023-03-031-0/+29
* Revert "[WebAssembly] Implement build-id feature"Derek Schuff2023-03-021-29/+0
* [WebAssembly] Implement build-id featureDerek Schuff2023-03-021-0/+29
* [LLD] Add --lto-CGO[0-3] optionScott Linder2023-02-151-2/+8
* [NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2023-02-101-1/+1
* [lld] fix comment typos to cycle botsNico Weber2023-02-041-1/+1
* [OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille2023-01-121-2/+2
* [lld] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-021-14/+16
* [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
* Store OptTable::Info::Name as a StringRefserge-sans-paille2022-12-081-1/+1
* [lld] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-021-9/+10
* [lld][WebAssembly] Add support for LLD_REPRODUCESam Clegg2022-11-031-2/+7
* [NFC] use has_value instead of hasValueFlorian Mayer2022-10-311-3/+3
* [wasm-ld] Allow importing/exporting the output module's memory with arbitrary...Dan Gohman2022-10-311-2/+34
* [lld][WebAssembly] Don't allow `--global-base` to be specified in -share/-pie...Sam Clegg2022-10-181-1/+7
* [wasm-ld] Define a `__heap_end` symbol marking the end of allocated memory.Dan Gohman2022-10-171-0/+1
* [lld][WebAssembly] Add symbols marking start/end of stack regionSam Clegg2022-10-131-0/+2
* [lld][WebAssembly] Add `--extra-features` flag to add addional featuresSam Clegg2022-10-131-0/+7
* [lld][WebAssemlby] Improve support for -L / -l and add testingSam Clegg2022-10-031-10/+41
* [lld][WebAssembly] Rename SymbolTable::getSymbols to match ELF backend. NFCSam Clegg2022-08-311-1/+1
* [lld][WebAssemby] Demote LazySymbols back to undefined symbols if they are no...Sam Clegg2022-07-291-0/+18
* [lld][WebAssembly] Don't apply data relocations at static constructor timeSam Clegg2022-06-271-0/+11
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-201-1/+1
* [lld] Use value_or instead of getValueOr (NFC)Kazu Hirata2022-06-191-4/+4
* [lld][WebAssemlby] Check for command line flags with missing argumentsSam Clegg2022-05-261-0/+3
* [lld] Remove support for legacy pass managerNikita Popov2022-04-071-2/+0
* [cmake] Remove LLVM_ENABLE_NEW_PASS_MANAGER cmake optionNikita Popov2022-04-061-3/+2
* [lld][WebAssembly] Add --unresolved-symbols=import-dynamicSam Clegg2022-03-151-0/+7
* [lld][WebAssemlby] Warn on unknown -z flagsSam Clegg2022-02-151-4/+18
* [lld][WebAssembly] Remove redundant config settingSam Clegg2022-01-201-1/+0
* Re-land [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-201-21/+12
* Revert [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-12/+21
* [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-21/+12
* [NFC] Inclusive language: Remove instances of master in URLsQuinn Pham2021-11-051-1/+1
* [lld] Rename addCombinedLTOObjects to match ELF driver. NFCSam Clegg2021-10-281-1/+1