1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/Target/WebAssembly/MCTargetDesc
Derek Schuff b35f7499a1 [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
LLVMBuild.txt
WebAssemblyAsmBackend.cpp Fix branch relaxation in 16-bit mode. 2016-07-11 14:23:53 +00:00
WebAssemblyELFObjectWriter.cpp
WebAssemblyMCAsmInfo.cpp
WebAssemblyMCAsmInfo.h
WebAssemblyMCCodeEmitter.cpp
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