summaryrefslogtreecommitdiff
path: root/lld/wasm/SymbolTable.h
Commit message (Expand)AuthorAgeFilesLines
* [lld][WebAssembly] Initial support for stub librariesSam Clegg2023-03-231-0/+1
* [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFCSam Clegg2023-03-091-4/+2
* [lld] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-021-12/+10
* [lld][WebAssembly] Rename SymbolTable::getSymbols to match ELF backend. NFCSam Clegg2022-08-311-2/+2
* [lld] Rename addCombinedLTOObjects to match ELF driver. NFCSam Clegg2021-10-281-1/+1
* [WebAssembly] Make EH work with dynamic linkingHeejin Ahn2021-10-121-0/+4
* [WebAssembly] Rename event to tagHeejin Ahn2021-06-171-2/+2
* [lld][WebAssembly] Refactor input chunk class hierarchy. NFCSam Clegg2021-05-171-2/+1
* [lld][WebAssembly] -Bsymbolic creates indirect function table if neededAndy Wingo2021-03-041-0/+5
* [lld][WebAssembly] Fix typo in function nameSam Clegg2021-02-081-2/+1
* [WebAssembly] Add support for table linking to wasm-ldAndy Wingo2021-01-181-0/+3
* Revert "[WebAssembly] Add support for table linking to wasm-ld"Derek Schuff2021-01-151-3/+0
* [WebAssembly] Add support for table linking to wasm-ldAndy Wingo2021-01-151-0/+3
* [lld][WebAssembly] Add support for handling table symbolsAndy Wingo2021-01-141-0/+7
* [lld][WebAssembly] Implement --unresolved-symbolsSam Clegg2020-11-171-0/+4
* [lld][WebAssembly] Allow references to __tls_base without shared memorySam Clegg2020-11-101-0/+2
* [WebAssembly] wasm64: fix memory.init operand typesWouter van Oortmerssen2020-08-101-1/+1
* [WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocsWouter van Oortmerssen2020-06-151-2/+2
* [lld] NFC: fix trivial typos in commentsKazuaki Ishizaki2020-04-021-1/+1
* [WebAssembly] Use llvm::Optional to store optional symbol attributes. NFC.Sam Clegg2020-02-191-6/+11
* [lld][WebAssembly] Add optional symbols after input file handlingSam Clegg2019-08-081-2/+1
* [WebAssembly] Rename variale references in comments after VariableName -> var...Fangrui Song2019-07-161-1/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-49/+49
* [lld][WebAssembly] Report undefined symbols during scanRelocationsSam Clegg2019-07-091-2/+0
* [WebAssembly] Don't export __data_end and __heap_base by default.Sam Clegg2019-05-311-2/+2
* [WebAssembly] Relax signature checking for undefined functions that are not c...Sam Clegg2019-05-241-1/+2
* [WebAssebmly] Add support for --wrapSam Clegg2019-05-241-6/+9
* Reland: [WebAssembly] Add __start_/_stop_ symbols for data sectionsSam Clegg2019-05-231-0/+2
* Revert "[WebAssembly] Add __start_/_stop_ symbols for data sections"Sam Clegg2019-05-211-2/+0
* [WebAssembly] Add __start_/_stop_ symbols for data sectionsSam Clegg2019-05-211-0/+2
* [WebAssembly] LTO: Honor comdat groups when loading bitcode filesSam Clegg2019-05-151-1/+4
* [WebAssembly] Ensure ArchiveName is set even in the presence of --whole-archive.Sam Clegg2019-04-091-1/+1
* [WebAssembly] Improve support for "needed" list in dylink sectionSam Clegg2019-03-131-0/+1
* [WebAssembly] Don't generate invalid modules when function signatures mismatchSam Clegg2019-02-201-0/+9
* [WebAssembly] Refactor handling of weak undefined functions. NFC.Sam Clegg2019-02-071-1/+6
* [WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman2019-02-071-3/+5
* [WebAssembly] Implement --trace and --trace-symbolSam Clegg2019-02-061-1/+8
* [WebAssembly] Support imports from custom module namesSam Clegg2019-02-011-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-12-081-0/+2
* [WebAssembly] Remove `using` statements from header files. NFC.Sam Clegg2018-11-271-5/+2
* Set IsUsedInRegularObj in a consistent manor between COFF, ELF and wasm. NFCSam Clegg2018-08-021-1/+1
* [WebAssembly] Initial support for LTOSam Clegg2018-05-301-0/+6
* [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFCNicholas Wilson2018-03-141-3/+3
* [WebAssembly] Refactor order of creation for SyntheticFunctionNicholas Wilson2018-03-091-3/+4
* [WebAssembly] Run clang-format. NFCNicholas Wilson2018-03-071-1/+1
* [WebAssembly] Simplify COMDAT handling.Rui Ueyama2018-03-011-3/+4
* [WebAssembly] Do not use default arguments for SymbolTable.Rui Ueyama2018-02-281-5/+5
* [WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}.Rui Ueyama2018-02-281-7/+10
* Remove dead code.Rui Ueyama2018-02-231-2/+0