summaryrefslogtreecommitdiff
path: root/lld/wasm/InputChunks.h
Commit message (Expand)AuthorAgeFilesLines
* [lld] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-021-7/+8
* Revert D139181 "[lld][Alignment][NFC] Use Align instead of log2 of alignment ...Guillaume Chatelet2022-12-201-3/+3
* llvm::Optional::value => operator*/operator->Fangrui Song2022-12-171-2/+2
* [lld][Alignment][NFC] Use Align instead of log2 of alignment in Wasm SectionsGuillaume Chatelet2022-12-021-3/+3
* [Alignment][NFC] Use Align in StringTableBuilder ctorGuillaume Chatelet2022-12-021-1/+2
* Use value instead of getValue (NFC)Kazu Hirata2022-07-151-2/+2
* Use has_value instead of hasValue (NFC)Kazu Hirata2022-07-131-2/+2
* [lld] Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-261-5/+5
* Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata2022-06-251-9/+9
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-251-9/+9
* [lld][WebAssembly] Remove unnecessary accessor methods. NFCSam Clegg2022-06-031-2/+0
* [lld][WebAssembly] Handle TLS symbols in older object fileSam Clegg2022-01-271-5/+1
* [WebAssembly] Add explict TLS symbol flagSam Clegg2021-09-091-7/+6
* [lld][WebAssembly] Enable string tail merging in debug sectionsSam Clegg2021-05-181-21/+28
* [lld][WebAssembly] Refactor input chunk class hierarchy. NFCSam Clegg2021-05-171-139/+115
* [lld][WebAssembly] Remove unused method declaration. NFCSam Clegg2021-05-141-4/+0
* [WebAssembly] Add TLS data segment flag: WASM_SEG_FLAG_TLSSam Clegg2021-05-121-2/+5
* Reland: "[lld][WebAssembly] Initial support merging string data"Sam Clegg2021-05-101-12/+135
* Revert "[lld][WebAssembly] Initial support merging string data"Nico Weber2021-05-101-135/+12
* [lld][WebAssembly] Initial support merging string dataSam Clegg2021-05-101-12/+135
* [lld][WebAssembly] Disallow exporting of TLS symbolsSam Clegg2021-05-101-0/+3
* [lld][WebAssembly] Minor refactor in preparation for SHF_STRINGS supports. NFC.Sam Clegg2021-03-011-5/+7
* [lld][WebAssembly] Rename methods/members to match ELF backend. NFC.Sam Clegg2021-02-261-3/+6
* [lld][WebAssembly] Delay the merging of data section when dynamic linkingSam Clegg2021-02-111-0/+1
* [WebAssembly][lld] Exclude COMDAT sectionsDerek Schuff2020-12-101-1/+1
* [lld] Use -1 as tombstone value for discarded code rangesEric Leese2020-12-011-1/+5
* [WebAssembly] New-style command supportDan Gohman2020-09-301-2/+8
* [lld][WebAssembly] Add initial support for -Map/--print-mapSam Clegg2020-09-121-2/+2
* [WebAssembly] Support wasm exports with zero-length names.Dan Gohman2020-03-261-2/+2
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-2/+2
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-0/+3
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-77/+77
* Make functions and member variables distinguishable even after the name style...Rui Ueyama2019-07-101-1/+1
* [WebAssembly] Fix for discarded init functionsSam Clegg2019-06-071-1/+4
* [WebAssembly] Refactor synthetic sections and relocation processing. NFC.Sam Clegg2019-05-211-0/+3
* [WebAssembly] Apply data relocations at runtime in shared objectsSam Clegg2019-04-041-0/+2
* Re-land "[WebAssembly] Improve invalid relocation error message""Sam Clegg2019-03-291-0/+2
* Revert "[WebAssembly] Improve invalid relocation error message"Derek Schuff2019-03-291-2/+0
* Revert "[WebAssembly] Improve invalid relocation error message"Derek Schuff2019-03-291-1/+1
* [WebAssembly] Fix typo from rL357143Sam Clegg2019-03-281-1/+1
* [WebAssembly] Improve invalid relocation error messageSam Clegg2019-03-281-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Remove `using` statements from header files. NFC.Sam Clegg2018-11-271-10/+1
* [WebAssembly] Update Config member to match command line optionSam Clegg2018-09-271-2/+2
* [WebAssembly] Optimise relocation processing. NFC.Sam Clegg2018-08-221-14/+11
* [WebAssembly] Add option to remove LEB padding at relocate sitesSam Clegg2018-05-181-2/+23
* [WebAssembly] Fix R_WEBASSEMBLY_FUNCTION_OFFSET_I32 relocation entriesSam Clegg2018-05-151-1/+1
* [WebAssembly] Only perform sanity checking of relocation targets in debug buildsSam Clegg2018-05-051-0/+4
* [WebAssembly] Add support for debug (DWARF) sectionsSam Clegg2018-05-041-0/+2
* [WebAssembly] Implement --print-gc-sections for synthetic functionsNicholas Wilson2018-04-201-3/+10