1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/include/llvm/BinaryFormat
Heejin Ahn 68b04daf84 [WebAssembly] Make tag attribute's encoding uint8
This changes the encoding of the `attribute` field, which currently only
contains the value `0` denoting this tag is for an exception, from
`varuint32` to `uint8`. This field is effectively unused at the moment
and reserved for future use, and it is not likely to need `varuint32`
even in future.
See https://github.com/WebAssembly/exception-handling/pull/162.

This does not change any encoded binaries because `0` is encoded in the
same way both in `varuint32` and `uint8`.

Reviewed By: tlively

Differential Revision: https://reviews.llvm.org/D104571
2021-06-21 21:22:39 -07:00
..
ELFRelocs BPF: Add more relocation kinds 2021-05-25 08:19:13 -07:00
AMDGPUMetadataVerifier.h
COFF.h fix comment typo to cycle bots 2021-03-29 15:47:16 -04:00
Dwarf.def Implement DW_CFA_LLVM_* for Heterogeneous Debugging 2021-06-14 08:51:50 +05:30
Dwarf.h Reapply "[DebugInfo] Add new instruction and DIExpression operator for variadic debug values" 2021-03-05 12:32:05 +00:00
DynamicTags.def [llvm-readobj/elf] - AArch64: Handle AARCH64_VARIANT_PCS for GNUStyle 2020-12-17 11:09:53 -03:00
ELF.h Reland "[AMDGPU] Add gfx1013 target" 2021-06-08 21:15:35 -04:00
MachO.def
MachO.h [lld-macho] add code signature for native arm64 macOS 2021-02-24 17:05:23 -08:00
Magic.h
Minidump.h
MinidumpConstants.def
MsgPack.def
MsgPack.h
MsgPackDocument.h [docs] Fix doxygen comments wrongly attached to the llvm namespace 2021-04-07 01:20:18 +02:00
MsgPackReader.h [llvm] Fix header guards (NFC) 2021-02-05 21:02:06 -08:00
MsgPackWriter.h [llvm] Fix header guards (NFC) 2021-02-05 21:02:06 -08:00
Wasm.h [WebAssembly] Make tag attribute's encoding uint8 2021-06-21 21:22:39 -07:00
WasmRelocs.def [WebAssembly] Rename event to tag 2021-06-17 20:34:19 -07:00
WasmTraits.h [wasm] Move WasmTraits.h to BinaryFormat 2020-09-28 22:07:28 +02:00
XCOFF.h [AIX][XCOFF] emit vector info of traceback table. 2021-06-14 11:15:22 -04:00