llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc
Derek Schuff c64d7655b2 [WebAssembly] Support CFI for WebAssembly target
Summary: This patch implements CFI for WebAssembly. It modifies the
LowerTypeTest pass to pre-assign table indexes to functions that are
called indirectly, and lowers type checks to test against the
appropriate table indexes. It also modifies the WebAssembly backend to
support a special ".indidx" assembly directive that propagates the table
index assignments out to the linker.

Patch by Dominic Chen

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

llvm-svn: 277398
2016-08-01 22:25:02 +00:00
..
CMakeLists.txt [WebAssembly] Introduce a WebAssemblyTargetStreamer class. 2016-01-12 20:30:51 +00:00
LLVMBuild.txt
WebAssemblyAsmBackend.cpp Fix branch relaxation in 16-bit mode. 2016-07-11 14:23:53 +00:00
WebAssemblyELFObjectWriter.cpp WebAssembly: fix build break introduced by ELFObjectWriter churn 2016-01-13 23:36:00 +00:00
WebAssemblyMCAsmInfo.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
WebAssemblyMCAsmInfo.h [WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmInfo to MCAsmInfoELF. 2015-12-17 20:50:45 +00:00
WebAssemblyMCCodeEmitter.cpp Fix the wasm build by including EndianStream.h 2016-06-23 18:12:31 +00:00
WebAssemblyMCTargetDesc.cpp [WebAssembly] Update for Target API (TargetRegistry::RegisterMCAsmBackend) change 2016-07-25 21:41:42 +00:00
WebAssemblyMCTargetDesc.h [WebAssembly] Support CFI for WebAssembly target 2016-08-01 22:25:02 +00:00
WebAssemblyTargetStreamer.cpp [WebAssembly] Support CFI for WebAssembly target 2016-08-01 22:25:02 +00:00
WebAssemblyTargetStreamer.h [WebAssembly] Support CFI for WebAssembly target 2016-08-01 22:25:02 +00:00