summaryrefslogtreecommitdiffstats
path: root/lld/wasm/Symbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld][WebAssembly] Add libcall symbols to the link when LTO is being used.Sam Clegg2020-01-101-0/+11
* [WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song2019-10-101-43/+45
* [LLD] Simplify the demangleItanium function. NFC.Martin Storsjo2019-09-271-2/+1
* [WebAssembly] Initialize memory in start functionThomas Lively2019-09-041-0/+1
* [WebAssembly] Implement NO_STRIPDan Gohman2019-08-291-0/+4
* [lld][WebAssembly] Allow linking of pic code into static binariesSam Clegg2019-08-131-3/+7
* [WebAssembly] Compute and export TLS block alignmentGuanzhong Chen2019-07-191-0/+1
* [WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen2019-07-161-1/+10
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-151/+151
* [WebAssembly] Add option to emit passive segmentsThomas Lively2019-07-031-0/+1
* [wasm-ld] Add __global_base symbol to mark the value of --global-baseGuanzhong Chen2019-06-261-0/+1
* [WebAssembly] Fix for discarded init functionsSam Clegg2019-06-071-0/+7
* [lld] Trace all references with lld --trace-symbolSam Clegg2019-05-241-3/+10
* [WebAssembly] Refactor synthetic sections and relocation processing. NFC.Sam Clegg2019-05-211-12/+10
* [WebAssembly] Always take into account added when applying runtime relocationsSam Clegg2019-04-251-0/+3
* [WebAssembly] Apply data relocations at runtime in shared objectsSam Clegg2019-04-041-0/+1
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-261-0/+6
* [WebAssembly] Don't generate invalid modules when function signatures mismatchSam Clegg2019-02-201-0/+8
* [WebAssembly] Honor WASM_SYMBOL_EXPORT symbol flagSam Clegg2019-02-071-1/+1
* [WebAssembly] Implement --trace and --trace-symbolSam Clegg2019-02-061-0/+13
* 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/+35
* [WebAssembly] Import the stack pointer when building shared librariesSam Clegg2018-11-151-3/+3
* [WebAssembly] Initial support for shared objects (-shared)Sam Clegg2018-11-151-0/+2
* [WebAssembly] Respect `--no-mangle` in more locationsSam Clegg2018-11-091-2/+6
* [WebAssembly] Add --[no]-export-dynamic to replace --export-defaultSam Clegg2018-09-271-3/+3
* [WebAssembly] Add --export-default/--no-export-default optionsSam Clegg2018-09-251-0/+3
* [WebAssembly] Fix --export of LTO symbolsSam Clegg2018-06-281-1/+1
* [WebAssembly] Add support for bitcode archive membersSam Clegg2018-06-281-0/+10
* [lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-12/+13
* [WebAssembly] Update to match llvm changesSam Clegg2018-05-141-18/+4
* [WebAssembly] Add support for debug (DWARF) sectionsSam Clegg2018-05-041-0/+17
* [LLD][WASM] Handle WASM_SYMBOL_TYPE_SECTION in toString().Roman Lebedev2018-04-261-0/+2
* [WebAssembly] Implement GC for importsNicholas Wilson2018-04-201-2/+9
* [WebAssembly] Refactor to avoid conflating global and fucntion index space. NFCSam Clegg2018-03-121-29/+38
* [WebAssembly] Remove a second parameter from toString().Rui Ueyama2018-03-091-2/+2
* [WebAssembly] Handle weak undefined functions with a synthetic stubNicholas Wilson2018-03-091-2/+2
* [WebAssembly] Reduce code repetition. NFC.Rui Ueyama2018-02-281-0/+2
* [WebAssembly] Simplify Symbol::getWasmType. NFC.Rui Ueyama2018-02-281-10/+4
* [WebAssembly] Inline translateVA as it's trivial.Rui Ueyama2018-02-281-1/+3
* [WebAssembly] Remove trivial accessors.Rui Ueyama2018-02-281-1/+1
* [WebAssembly] Add explicit symbol tableSam Clegg2018-02-231-6/+85
* [WebAssembly] Rename GlobalSymbol types. NFC.Sam Clegg2018-02-201-11/+11
* Consistent (non) use of empty lines in include blocksSam Clegg2018-02-201-1/+0
* [WebAssembly] Remove InputChunk from Symbol baseclassSam Clegg2018-02-201-17/+27
* [WebAssembly] Remove unneeded classifer methods from Symbol class. NFC.Sam Clegg2018-02-171-2/+0
* [WebAssembly] Simplify FunctionSymbol::get/set/hasFunctionType. NFC.Sam Clegg2018-02-161-13/+3
* [WebAssebmly] Remove use of Optional to fix assertion in gccSam Clegg2018-02-141-6/+8
* [WebAssembly] Use a Symbol class heirarchy. NFC.Sam Clegg2018-02-141-62/+52
* [WebAssembly] Add __data_end link-sythentic symbol.Sam Clegg2018-02-071-0/+1
OpenPOWER on IntegriCloud