summaryrefslogtreecommitdiff
path: root/lld/wasm/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld][WebAssembly] Fix stub library parsing with windows line endingsSam Clegg2023-04-041-7/+11
* [lld][WebAssembly] Initial support for stub librariesSam Clegg2023-03-231-0/+43
* [WebAssembly] Replace Bugzilla links with Github issuesHeejin Ahn2023-03-171-2/+3
* [lld] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-021-1/+2
* [lld] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-021-3/+3
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-201-1/+1
* [lld] Use value_or instead of getValueOr (NFC)Kazu Hirata2022-06-191-1/+1
* Fix warnings about variables that are set but only used in debug modeMartin Storsjö2022-04-061-0/+1
* [WebAssembly] Second phase of implemented extended const proposalSam Clegg2022-03-141-4/+6
* [lld][WebAssembly] Improve error reporting for bad ar archive membersSam Clegg2022-03-011-1/+6
* [MC][WebAssembly] Fix crash when relocation addend underlows U32Sam Clegg2022-02-251-1/+1
* [lld][WebAssembly] Handle TLS symbols in older object fileSam Clegg2022-01-271-7/+7
* Re-land [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-201-6/+5
* Revert [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-5/+6
* [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-6/+5
* [lld][WebAssembly] Fix for debug relocations against undefined function symbolsSam Clegg2021-12-021-0/+3
* [lld][WebAssembly] Handle TLS variables in Symbol::getVA. NFCSam Clegg2021-10-291-14/+2
* [lld][WebAssembly] Handle duplicate archive member names in ThinLTOSam Clegg2021-10-281-5/+32
* fix comment typos to cycle botsNico Weber2021-10-271-1/+1
* [WebAssembly] Make EH work with dynamic linkingHeejin Ahn2021-10-121-0/+8
* [WebAssembly] Remove WasmTagTypeHeejin Ahn2021-10-051-4/+3
* [Object][WebAssemlby] Report function types (signatures). NFCSam Clegg2021-10-041-4/+3
* [lld][WebAssembly] Cleanup output of --verboseSam Clegg2021-09-101-9/+0
* [WebAssembly] Add explict TLS symbol flagSam Clegg2021-09-091-1/+11
* [LTO] Add SelectionKind to IRSymtab and use it in ld.lld/LLVMgoldFangrui Song2021-07-201-2/+3
* [WebAssembly] Support R_WASM_MEMORY_ADDR_TLS_SLEB64 for wasm64Wouter van Oortmerssen2021-07-191-0/+2
* [WebAssembly] Rename event to tagHeejin Ahn2021-06-171-15/+14
* [lld][WebAssemlby] Fix for string merging of -dwarf-5 sectionsSam Clegg2021-06-011-2/+5
* [WebAssembly] Fix PIC/GOT codegen for wasm64Wouter van Oortmerssen2021-05-201-3/+4
* [lld][WebAssembly] Enable string tail merging in debug sectionsSam Clegg2021-05-181-4/+19
* [lld][WebAssembly] Refactor input chunk class hierarchy. NFCSam Clegg2021-05-171-3/+3
* [lld][WebAssembly] Fix for string merging + negative addendsSam Clegg2021-05-111-1/+1
* [lld][WebAssembly] Remove relocation target verificationSam Clegg2021-05-111-65/+0
* Reland: "[lld][WebAssembly] Initial support merging string data"Sam Clegg2021-05-101-1/+29
* Revert "[lld][WebAssembly] Initial support merging string data"Nico Weber2021-05-101-29/+1
* [lld][WebAssembly] Initial support merging string dataSam Clegg2021-05-101-1/+29
* [lld][WebAssembly] Disallow exporting of TLS symbolsSam Clegg2021-05-101-1/+1
* [lld][WebAssembly] Allow relocations against non-live global symbolsSam Clegg2021-04-281-1/+1
* [WebAssembly] Add new relocation for location relative dataYuta Saito2021-03-081-4/+16
* [lld][WebAssembly] Rename methods/members to match ELF backend. NFC.Sam Clegg2021-02-261-5/+5
* [WebAssembly][lld] Preassign table number 0 to indirect function table for MV...Andy Wingo2021-02-121-65/+100
* [lld][WebAssembly] Common superclass for input globals/events/tablesAndy Wingo2021-02-111-3/+1
* [WebAssembly] Add support for table linking to wasm-ldAndy Wingo2021-01-181-0/+75
* Revert "[WebAssembly] Add support for table linking to wasm-ld"Derek Schuff2021-01-151-75/+0
* [WebAssembly] Add support for table linking to wasm-ldAndy Wingo2021-01-151-0/+75
* [lld][WebAssembly] Add support for handling table symbolsAndy Wingo2021-01-141-2/+30
* [lld][WebAssembly] Fix for TLS + --relocatableSam Clegg2021-01-131-0/+1
* [WebAssembly][lld] Exclude COMDAT sectionsDerek Schuff2020-12-101-6/+13
* [lld] Use -1 as tombstone value for discarded code rangesEric Leese2020-12-011-5/+6
* [WebAssembly] Added R_WASM_FUNCTION_OFFSET_I64 for use with DWARF DW_AT_low_pcWouter van Oortmerssen2020-11-131-2/+5