llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc
Derek Schuff 77a7a38006 [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm
MCContext does not destroy MCSymbols on shutdown. So, rather than putting
SmallVectors (which may heap-allocate) inside MCSymbolWasm, use unowned pointer
to a WasmSignature instead. The signatures are now owned by the AsmPrinter.
Also uses WasmSignature instead of param and result vectors in TargetStreamer,
and leaves some TODOs for further simplification.

 Differential Revision: https://reviews.llvm.org/D52580

llvm-svn: 343733
2018-10-03 22:22:48 +00:00
..
CMakeLists.txt [WebAssembly] Remove ELF file support. 2018-07-16 23:09:29 +00:00
LLVMBuild.txt
WebAssemblyAsmBackend.cpp [WebAssembly] clang-format (NFC) 2018-09-05 01:27:38 +00:00
WebAssemblyFixupKinds.h [WebAssembly] clang-format (NFC) 2018-09-05 01:27:38 +00:00
WebAssemblyMCAsmInfo.cpp [WebAssembly] Remove ELF file support. 2018-07-16 23:09:29 +00:00
WebAssemblyMCAsmInfo.h [WebAssembly] Remove ELF file support. 2018-07-16 23:09:29 +00:00
WebAssemblyMCCodeEmitter.cpp [WebAssembly] clang-format (NFC) 2018-09-05 01:27:38 +00:00
WebAssemblyMCTargetDesc.cpp [WebAssembly] Add V128 value type to binary format 2018-09-20 22:04:44 +00:00
WebAssemblyMCTargetDesc.h [WebAssembly] clang-format (NFC) 2018-09-05 01:27:38 +00:00
WebAssemblyTargetStreamer.cpp [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm 2018-10-03 22:22:48 +00:00
WebAssemblyTargetStreamer.h [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm 2018-10-03 22:22:48 +00:00
WebAssemblyWasmObjectWriter.cpp [WebAssembly] clang-format (NFC) 2018-09-05 01:27:38 +00:00