aboutsummaryrefslogtreecommitdiff
path: root/lld/wasm/MarkLive.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-02-12[WebAssembly] Backport custom import name changes for lld to 8.0.Hans Wennborg1-1/+1
2018-12-08[WebAssembly] Add support for the event sectionHeejin Ahn1-0/+4
2018-11-21[WebAssembly] Delete unused using statements (NFC)Heejin Ahn1-2/+0
2018-06-28[WebAssembly] Add support for bitcode archive membersSam Clegg1-2/+2
2018-06-22Revert "[WebAssembly] Error on mismatched function signature in final output"Sam Clegg1-2/+3
2018-06-21[WebAssembly] Only mark non-hidden symbols as live if they are also definedSam Clegg1-2/+3
2018-06-21[WebAssembly] Error on mismatched function signature in final outputSam Clegg1-3/+2
2018-05-15[lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-1/+1
2018-04-20[WebAssembly] Implement -print-gc-sections, to better test GC of globalsNicholas Wilson1-0/+7
2018-04-20[WebAssembly] Implement GC for importsNicholas Wilson1-6/+4
2018-04-20[WebAssembly] Implement --print-gc-sections for synthetic functionsNicholas Wilson1-0/+3
2018-03-09[WebAssembly] Handle weak undefined functions with a synthetic stubNicholas Wilson1-2/+19
2018-02-23[WebAssembly] Add explicit symbol tableSam Clegg1-14/+3
2018-02-20[WebAssembly] Rename GlobalSymbol types. NFC.Sam Clegg1-1/+1
2018-02-19[WebAssembly] Expand a lambda that is used only once.Rui Ueyama1-9/+9
2018-02-19[WebAssembly] Define toString(wasm::InputChunk *) and use that in MarkLive.cpp.Rui Ueyama1-8/+4
2018-02-16[WebAssembly] Remove unneeded Chunk::getFileName() method. NFC.Sam Clegg1-1/+1
2018-02-16[WebAssembly] Fix typos in comment. NFC.Sam Clegg1-3/+3
2018-02-02[WebAssembly] Refactor linker-generated symbols. NFC.Sam Clegg1-1/+1
2018-01-31[WebAssembly] Add support for --gc-sectionsSam Clegg1-0/+107