1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/lib/Target/WebAssembly/MCTargetDesc
Derek Schuff 678c4acd7c [WebAssembly] Fix some broken type encodings in wasm binary
A recent change switch the in-memory wasm value types
to be signed integers, but I missing a few cases where
these were being writing to the binary.

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

Patch by Sam Clegg

llvm-svn: 297991
2017-03-16 20:49:48 +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 [WebAssembly] Add some comments and tidy up whitespace. 2017-02-27 22:41:39 +00:00
WebAssemblyELFObjectWriter.cpp
WebAssemblyFixupKinds.h [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
WebAssemblyMCAsmInfo.cpp [WebAssembly] Add skeleton MC support for the Wasm container format 2017-02-22 01:23:18 +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] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +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] Fix some broken type encodings in wasm binary 2017-03-16 20:49:48 +00:00
WebAssemblyTargetStreamer.h [WebAssembly] Fix some broken type encodings in wasm binary 2017-03-16 20:49:48 +00:00
WebAssemblyWasmObjectWriter.cpp [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00