1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/lib/Target/WebAssembly/MCTargetDesc
Derek Schuff bffb7aa988 [WebAssembly] Encode block signatures as SLEB instead of ULEB
Use SLEB (varint) for block_type immediates in accordance with the spec.

Patch by Yury Delendik

llvm-svn: 300490
2017-04-17 20:28:28 +00:00
..
CMakeLists.txt [WebAssembly] Add skeleton MC support for the Wasm container format 2017-02-22 01:23:18 +00:00
LLVMBuild.txt
WebAssemblyAsmBackend.cpp Fix WebAssembly after r299529. 2017-04-05 11:50:43 +00:00
WebAssemblyELFObjectWriter.cpp
WebAssemblyFixupKinds.h [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
WebAssemblyMCAsmInfo.cpp Unbreak build of the wasm backend after r300463. 2017-04-17 19:08:41 +00:00
WebAssemblyMCAsmInfo.h [WebAssembly] Add skeleton MC support for the Wasm container format 2017-02-22 01:23:18 +00:00
WebAssemblyMCCodeEmitter.cpp [WebAssembly] Encode block signatures as SLEB instead of ULEB 2017-04-17 20:28:28 +00:00
WebAssemblyMCTargetDesc.cpp [WebAssembly] Use LEB encoding for value types 2017-03-14 20:23:22 +00:00
WebAssemblyMCTargetDesc.h [WebAssembly] Use LEB encoding for value types 2017-03-14 20:23:22 +00:00
WebAssemblyTargetStreamer.cpp [WebAssembly] Initial linking metadata support 2017-03-30 23:58:19 +00:00
WebAssemblyTargetStreamer.h [WebAssembly] Initial linking metadata support 2017-03-30 23:58:19 +00:00
WebAssemblyWasmObjectWriter.cpp [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00