summaryrefslogtreecommitdiffstats
path: root/lld/wasm/SymbolTable.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* [WebAssembly] Add explicit symbol tableSam Clegg2018-02-231-1/+11
* [WebAssembly] Rename GlobalSymbol types. NFC.Sam Clegg2018-02-201-4/+3
* Consistent (non) use of empty lines in include blocksSam Clegg2018-02-201-1/+0
* [WebAssembly] Split addDefined into two different methods. NFC.Sam Clegg2018-02-201-4/+5
* [WebAssembly] Use a Symbol class heirarchy. NFC.Sam Clegg2018-02-141-4/+5
* [WebAssembly] Cleanup methods for add synthetic symbols to symbtab. NFC.Sam Clegg2018-02-131-3/+3
* clang formatSam Clegg2018-01-281-2/+2
* [WebAssemly] Associate symbol with InputChunk in which they are defined. NFC.Sam Clegg2018-01-281-2/+2
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-121-0/+3
* [WebAssembly] Create synthetic __wasm_call_ctors functionSam Clegg2018-01-121-0/+2
* [WebAssembly] Refactor symbol and symbol table to remove WasmSymbol referencesSam Clegg2018-01-101-6/+5
* [WebAssembly] Output functions individuallySam Clegg2018-01-091-2/+4
* [WebAssembly] Remove used member from SymbolTableSam Clegg2017-12-191-1/+0
* [WebAssembly] Fix symbol exports under -r/--relocatableSam Clegg2017-12-071-0/+2
* [WebAssembly] Allow function signature checking at link timeSam Clegg2017-11-301-1/+2
* Rename `Symtab` private memory to avoid confusion with global `Symtab`Sam Clegg2017-11-271-1/+1
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-171-0/+69
OpenPOWER on IntegriCloud