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
Sam Clegg a436cdc95a [WebAssembly] Only write 32-bits for WebAssembly::OPERAND_OFFSET32
A bug was found where an offset of -1 would generate an encoding
of max int64 which is invalid in the binary format.

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

llvm-svn: 329238
2018-04-04 22:27:58 +00:00
..
CMakeLists.txt
LLVMBuild.txt
WebAssemblyAsmBackend.cpp
WebAssemblyELFObjectWriter.cpp
WebAssemblyFixupKinds.h
WebAssemblyMCAsmInfo.cpp [WebAssembly] Add exception handling option and feature 2018-02-24 00:40:50 +00:00
WebAssemblyMCAsmInfo.h
WebAssemblyMCCodeEmitter.cpp [WebAssembly] Only write 32-bits for WebAssembly::OPERAND_OFFSET32 2018-04-04 22:27:58 +00:00
WebAssemblyMCTargetDesc.cpp [WebAssembly] Add except_ref as a first-class type 2018-03-08 04:05:37 +00:00
WebAssemblyMCTargetDesc.h [WebAssembly] Add except_ref as a first-class type 2018-03-08 04:05:37 +00:00
WebAssemblyTargetStreamer.cpp [WebAssembly] Use uint8_t for single byte values to match the spec 2018-03-01 18:06:21 +00:00
WebAssemblyTargetStreamer.h Fix layering of MachineValueType.h by moving it from CodeGen to Support 2018-03-23 23:58:25 +00:00
WebAssemblyWasmObjectWriter.cpp