summaryrefslogtreecommitdiff
path: root/lld/wasm
AgeCommit message (Expand)Author
2018-07-23[WebAssembly] Add support for --whole-archive.Sam Clegg
2018-07-20Omit path to lld binary from lld's error, warning, and log output.Nico Weber
2018-07-18[WebAssembly] Fix archive member display in error messagesSam Clegg
2018-07-17[WebAssemlby] Set IsUsedInRegularObj correctly for undefined data symbolsSam Clegg
2018-07-02[WebAssembly] Set threadmodel during LTOSam Clegg
2018-06-28[WebAssembly] Fix --export of LTO symbolsSam Clegg
2018-06-28[WebAssembly] Add support for bitcode archive membersSam Clegg
2018-06-28[WebAssembly] LTO: Fix signatures of undefined functions in bitcodeSam Clegg
2018-06-22Revert "[WebAssembly] Error on mismatched function signature in final output"Sam Clegg
2018-06-21[WebAssembly] Only mark non-hidden symbols as live if they are also definedSam Clegg
2018-06-21[WebAssembly] Error on mismatched function signature in final outputSam Clegg
2018-06-20[WebAssembly] Update function signature mismatch error message. NFC.Sam Clegg
2018-06-13[WebAssembly] Fix broken build due to missing attributes.incAaron Smith
2018-06-07[WebAssembly] Add --export-all flagSam Clegg
2018-05-30[WebAssembly] Initial support for LTOSam Clegg
2018-05-30[WebAssembly] Add support for response file parsingSam Clegg
2018-05-23Replace last DEBUG occurrence with LLVM_DEBUG in lld.Nicola Zaghen
2018-05-23[WebAssembly] Fix crash when relocation synbol is not liveSam Clegg
2018-05-22[WebAssembly] Remove dead code from LEB compression pass.Sam Clegg
2018-05-22[WebAssembly] Fix two bugs in LEB compression: properly calculate function bo...Sam Clegg
2018-05-19Fix unused variable warning in non-debug builds.Richard Trieu
2018-05-18[WebAssembly] Add option to remove LEB padding at relocate sitesSam Clegg
2018-05-18Support: Simplify endian stream interface. NFCI.Peter Collingbourne
2018-05-15[WebAssembly] Fix R_WEBASSEMBLY_FUNCTION_OFFSET_I32 relocation entriesSam Clegg
2018-05-15[lld] Make helpers static. NFC.Benjamin Kramer
2018-05-15[lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-14[WebAssembly] Allow signautre of entry function to be flexibleSam Clegg
2018-05-14[WebAssembly] Update to match llvm changesSam Clegg
2018-05-10[WebAssembly] Add a flag to control merging data segmentsSam Clegg
2018-05-10lld-link: Add --color-diagnostics(={always,never,auto})?, --no-color-diagnost...Nico Weber
2018-05-10[WebAssembly] Simplify writing of exports section. NFC.Sam Clegg
2018-05-05Fix -Wunused-variable warning introduced at r331566.Andrea Di Biagio
2018-05-05[WebAssembly] Check function signatures by defaultSam Clegg
2018-05-05[WebAssembly] Only perform sanity checking of relocation targets in debug buildsSam Clegg
2018-05-04[WebAssembly] Add support for debug (DWARF) sectionsSam Clegg
2018-05-03[WebAssembly] Add --stack-first option which places the shadow stack at start...Sam Clegg
2018-04-27[ELF] Fix typo. NFCFangrui Song
2018-04-26[LLD][WASM] Handle WASM_SYMBOL_TYPE_SECTION in toString().Roman Lebedev
2018-04-26[WebAssembly] Add version to linking section (to match llvm-side change)Sam Clegg
2018-04-24Style fix.Rui Ueyama
2018-04-24[WebAssembly] Match llvm-side change to reloc section headerSam Clegg
2018-04-20[WebAssembly] Implement -print-gc-sections, to better test GC of globalsNicholas Wilson
2018-04-20[WebAssembly] Implement GC for importsNicholas Wilson
2018-04-20[WebAssembly] Implement --print-gc-sections for synthetic functionsNicholas Wilson
2018-04-19[WebAssembly] Fix bug where reloc addends were written as unsignedSam Clegg
2018-04-12[WebAssembly] Match llvm change to custom section sizeSam Clegg
2018-04-10[WebAssembly] Add support for custom sectionsSam Clegg
2018-04-05[WebAssembly] Remove StackPointerGlobal member variable from the driver.Rui Ueyama
2018-04-05[WebAssembly] Remove another trivial accessor.Rui Ueyama
2018-03-30[WebAssembly] Error if both --export-table and --import-table are specified.Rui Ueyama