aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/BinaryStreamReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-08BinaryStream - fix static analyzer warnings. NFCI.Simon Pilgrim1-4/+4
2019-04-17[Support] Add LEB128 support to BinaryStreamReader/Writer.Lang Hames1-1/+32
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-06-23Add a BinarySubstreamRef, and a method to read one.Zachary Turner1-0/+6
2017-05-30Adding parsing ability for .res file.Eric Beckmann1-0/+20
2017-05-25Make BinaryStreamReader::readCString a bit faster.Zachary Turner1-13/+14
2017-05-17Add some helpers for manipulating BinaryStreamRefs.Zachary Turner1-0/+5
2017-05-17[BinaryStream] Reduce the amount of boiler plate needed to use.Zachary Turner1-2/+11
2017-05-03Resubmit r301986 and r301987 "Add codeview::StringTable"Zachary Turner1-0/+13
2017-05-03Revert r301986 (and subsequent r301987).Daniel Jasper1-13/+0
2017-05-02Make codeview::StringTable.Zachary Turner1-0/+13
2017-03-02[Support] Move Stream library from MSF -> Support.Zachary Turner1-0/+95