Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a test showing we can write a vector of floats. | Rafael Espindola | 2016-01-25 | 1 | -0/+21 |
| | | | | llvm-svn: 258701 | ||||
* | Add ArrayRef support to EndianStream. | Rafael Espindola | 2016-01-22 | 1 | -0/+30 |
| | | | | | | | | | | Using an array instead of ArrayRef would allow type inference, but (short of using C99) one would still need to write typedef uint16_t VT[]; LE.write(VT{0x1234, 0x5678}); llvm-svn: 258535 | ||||
* | Add support for double / float to EndianStream | Matt Arsenault | 2015-02-05 | 1 | -0/+157 |
Also add new unit tests for endian::Writer llvm-svn: 228269 |