1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/BinaryFormat
Scott Linder c46ffa9c82 [BinaryFormat] Add MessagePack reader/writer
Add support for reading and writing MessagePack, a binary object serialization
format which aims to be more compact than text formats like JSON or YAML.

The specification can be found at
https://github.com/msgpack/msgpack/blob/master/spec.md

Will be used for encoding metadata in AMDGPU code objects.

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

llvm-svn: 340457
2018-08-22 21:42:50 +00:00
..
CMakeLists.txt [BinaryFormat] Add MessagePack reader/writer 2018-08-22 21:42:50 +00:00
Dwarf.cpp [dwarfdump] Add pretty printer for accelerator table based on Atom. 2018-07-13 17:21:51 +00:00
LLVMBuild.txt
Magic.cpp
MsgPackReader.cpp [BinaryFormat] Add MessagePack reader/writer 2018-08-22 21:42:50 +00:00
MsgPackWriter.cpp [BinaryFormat] Add MessagePack reader/writer 2018-08-22 21:42:50 +00:00
Wasm.cpp [WebAssembly] Move toString helpers to BinaryFormat 2018-05-14 22:42:07 +00:00