summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/EndianStreamTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a test showing we can write a vector of floats.Rafael Espindola2016-01-251-0/+21
| | | | llvm-svn: 258701
* Add ArrayRef support to EndianStream.Rafael Espindola2016-01-221-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 EndianStreamMatt Arsenault2015-02-051-0/+157
Also add new unit tests for endian::Writer llvm-svn: 228269
OpenPOWER on IntegriCloud