summaryrefslogtreecommitdiff
path: root/lld/wasm/Driver.cpp
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-06-28[WebAssembly] Fix --export of LTO symbolsSam 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] Error on mismatched function signature in final outputSam Clegg
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-18[WebAssembly] Add option to remove LEB padding at relocate sitesSam Clegg
2018-05-15[lld] Make helpers static. NFC.Benjamin Kramer
2018-05-14[WebAssembly] Allow signautre of entry function to be flexibleSam 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-05[WebAssembly] Check function signatures by defaultSam Clegg
2018-05-03[WebAssembly] Add --stack-first option which places the shadow stack at start...Sam Clegg
2018-04-20[WebAssembly] Implement -print-gc-sections, to better test GC of globalsNicholas Wilson
2018-04-20[WebAssembly] Implement --print-gc-sections for synthetic functionsNicholas Wilson
2018-04-05[WebAssembly] Remove StackPointerGlobal member variable from the driver.Rui Ueyama
2018-03-30[WebAssembly] Error if both --export-table and --import-table are specified.Rui Ueyama
2018-03-28[WebAssembly] Name Config members after commandline argument. NFCNicholas Wilson
2018-03-27[WebAssembly] Add export/import for function pointer tableNicholas Wilson
2018-03-13[WebAssembly] Demangle symbol names for use by the browser debuggerNicholas Wilson
2018-03-13[WebAssembly] Add missing --demangle argNicholas Wilson
2018-03-09[WebAssembly] Remove a second parameter from toString().Rui Ueyama
2018-03-09[WebAssembly] Handle weak undefined functions with a synthetic stubNicholas Wilson
2018-03-09[WebAssembly] Refactor order of creation for SyntheticFunctionNicholas Wilson
2018-03-08[WebAssembly] Honor --allow-undefined even for explicit exportsSam Clegg
2018-03-07[WebAssembly] Run clang-format. NFCNicholas Wilson
2018-02-28[WebAssembly] Do not use default arguments for SymbolTable.Rui Ueyama
2018-02-28[WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}.Rui Ueyama
2018-02-24[WebAssebmly] Minor simplification. NFC.Rui Ueyama
2018-02-23Inline printHelp.Rui Ueyama
2018-02-23Handle --version before handling --mllvm.Rui Ueyama
2018-02-23Inline a trivial ctor.Rui Ueyama
2018-02-23[WebAssembly] Add explicit symbol tableSam Clegg
2018-02-20[WebAssembly] Rename GlobalSymbol types. NFC.Sam Clegg
2018-02-20[WebAssembly] Remove unused headerSam Clegg
2018-02-16Do not print out "no input files" twice.Rui Ueyama
2018-02-13[WebAssembly] Cleanup methods for add synthetic symbols to symbtab. NFC.Sam Clegg
2018-02-07[WebAssembly] Add __data_end link-sythentic symbol.Sam Clegg
2018-02-02[WebAssembly] Refactor linker-generated symbols. NFC.Sam Clegg
2018-01-31[WebAssembly] Add support for --gc-sectionsSam Clegg
2018-01-22[WebAssembly] Remove --emit-relocsSam Clegg
2018-01-20[WebAssembly] Remove special handling of entry point export.Sam Clegg
2018-01-20[WebAssembly] Remove redundant function: addSyntheticUndefinedFunction. NFC.Sam Clegg
2018-01-20[WebAssembly] Remove custom handling for undefined entrySam Clegg
2018-01-17[WebAssembly] Define __heap_base globalSam Clegg
2018-01-17[WebAssembly] Create synthetic __dso_handle symbolSam Clegg
2018-01-12[WebAssembly] Add --export flag to force a symbol to be exportedSam Clegg