aboutsummaryrefslogtreecommitdiff
path: root/wasm/MarkLive.cpp
AgeCommit message (Expand)Author
2019-07-16[WebAssembly] Rename variale references in comments after VariableName -> var...Fangrui Song
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-07-03[WebAssembly] Add option to emit passive segmentsThomas Lively
2019-06-07[WebAssembly] Fix for discarded init functionsSam Clegg
2019-04-04[WebAssembly] Apply data relocations at runtime in shared objectsSam Clegg
2019-03-01[WebAssebmly] Allow __wasm_call_ctors to be GC'edSam Clegg
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn
2019-02-04[WebAssembly] Update relocation naming to match llvm change. NFC.Sam Clegg
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-08[WebAssembly] Add support for the event sectionHeejin Ahn
2018-11-21[WebAssembly] Delete unused using statements (NFC)Heejin Ahn
2018-06-28[WebAssembly] Add support for bitcode archive membersSam 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-05-15[lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
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-03-09[WebAssembly] Handle weak undefined functions with a synthetic stubNicholas Wilson
2018-02-23[WebAssembly] Add explicit symbol tableSam Clegg
2018-02-20[WebAssembly] Rename GlobalSymbol types. NFC.Sam Clegg
2018-02-19[WebAssembly] Expand a lambda that is used only once.Rui Ueyama
2018-02-19[WebAssembly] Define toString(wasm::InputChunk *) and use that in MarkLive.cpp.Rui Ueyama
2018-02-16[WebAssembly] Remove unneeded Chunk::getFileName() method. NFC.Sam Clegg
2018-02-16[WebAssembly] Fix typos in comment. NFC.Sam Clegg
2018-02-02[WebAssembly] Refactor linker-generated symbols. NFC.Sam Clegg
2018-01-31[WebAssembly] Add support for --gc-sectionsSam Clegg