aboutsummaryrefslogtreecommitdiff
path: root/wasm
AgeCommit message (Expand)Author
2019-07-17[lld][WebAssembly] Fix handling of comdat functions in init array.Sam Clegg
2019-07-16[WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen
2019-07-16[WebAssembly] Rename variale references in comments after VariableName -> var...Fangrui Song
2019-07-15[WebAssembly] Rename except_ref type to exnrefHeejin Ahn
2019-07-12[WebAssembly] i32.const operands should be signedThomas Lively
2019-07-11[WebAssembly] Import __stack_pointer when building -pie binariesSam Clegg
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-07-10Make functions and member variables distinguishable even after the name style...Rui Ueyama
2019-07-09[lld][WebAssembly] Report undefined symbols during scanRelocationsSam Clegg
2019-07-09[lld][WebAssembly] Fix name of data section in PIC modeSam Clegg
2019-07-08Add parentheses to silence warnings.Bill Wendling
2019-07-08[lld][WebAssembly] Fix __start/__stop symbols when combining input segmentsSam Clegg
2019-07-08[lld][WebAssembly] Fix typo in error messageSam Clegg
2019-07-08[WebAssembly] Add static_assert(sizeof(SymbolUnion) <= 96)Fangrui Song
2019-07-05lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber
2019-07-05Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...Nico Weber
2019-07-05[WebAssembly] Delete static_assert(sizeof(SymbolUnion) <= 96) to fix Windows ...Fangrui Song
2019-07-05[WebAssembly] Reorder Symbol fields to make it smallerFangrui Song
2019-07-03[WebAssembly] Add option to emit passive segmentsThomas Lively
2019-06-26[wasm-ld] Add __global_base symbol to mark the value of --global-baseGuanzhong Chen
2019-06-26[WebAssembly] Fix accidental omission from rLLD364367Keno Fischer
2019-06-26[lld/WebAssembly] Slightly nicer error message for malformed input filesKeno Fischer
2019-06-26[WebAssembly] Fix list of relocations with addends in lldKeno Fischer
2019-06-25[WebAssembly] Error on archives without a symbol indexSam Clegg
2019-06-07[WebAssembly] Fix for discarded init functionsSam Clegg
2019-06-05[WebAssembly] Handle object parsing more like the ELF backendSam Clegg
2019-06-05[lld] Explicitly ignore comdat groups when parsing LTO object(s)Sam Clegg
2019-06-04[WebAssembly] make wasm-ld --verbose show data section startVA and nameThomas Lively
2019-06-04[WebAssembly] Add comment as follow-up to rL362276. NFC.Sam Clegg
2019-05-31[WebAssembly] Don't export __data_end and __heap_base by default.Sam Clegg
2019-05-30[WebAssembly] Improve feature validation error messagesThomas Lively
2019-05-29[WebAssembly] Move direct call tracking from member to local. NFC.Sam Clegg
2019-05-29[WebAssembly] Fix signatures of undefined function in LTO object which are no...Sam Clegg
2019-05-24[WebAssembly] Relax signature checking for undefined functions that are not c...Sam Clegg
2019-05-24[WebAssebmly] Add support for --wrapSam Clegg
2019-05-24[lld] Trace all references with lld --trace-symbolSam Clegg
2019-05-24[WebAssembly] Add support for -emit-relocsSam Clegg
2019-05-23Reland: [WebAssembly] Add __start_/_stop_ symbols for data sectionsSam Clegg
2019-05-23[WebAssembly] Seal imports section before counting importsSam Clegg
2019-05-21Revert "[WebAssembly] Add __start_/_stop_ symbols for data sections"Sam Clegg
2019-05-21[WebAssembly] Add --reproduce.Rui Ueyama
2019-05-21[WebAssembly] Add __start_/_stop_ symbols for data sectionsSam Clegg
2019-05-21[WebAssembly] Refactor synthetic sections and relocation processing. NFC.Sam Clegg
2019-05-16[WebAssembly] Move code and data section generation to finalizeContent. NFC.Sam Clegg
2019-05-16[WebAssembly] Don't generate empty type sections.Sam Clegg
2019-05-15[WebAssembly] LTO: Honor comdat groups when loading bitcode filesSam Clegg
2019-05-13[WebAssembly] Refactor relocation processing. NFC.Sam Clegg
2019-05-10[WebAssembly] Don't assume that strongly defined symbols are DSO-localSam Clegg
2019-05-09Revert "[WebAssembly] Don't generate unused table entries."Sam Clegg
2019-05-08[WebAssembly] Handle command line options consistently with the ELF backend.Sam Clegg