| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix comparison of char and int64 in TestWriteFixNegativeInt | Vitaly Buka | 2018-08-23 | 1 | -1/+1 |
| | | | | | | | It was broken on clang-ppc64le-linux-lnt bot. llvm-svn: 340517 | ||||
| * | [BinaryFormat] Add MessagePack reader/writer | Scott Linder | 2018-08-22 | 1 | -0/+523 |
| 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 | |||||

