aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/StreamingMemoryObject.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-13Fixing -Wtype-limits warnings with the asserts (the expression would always e...Aaron Ballman1-3/+3
2014-11-13Read 64 bits at a time in the bitcode reader.Rafael Espindola1-4/+3
2014-11-12Use the return of readBytes to find out if we are at the end of the stream.Rafael Espindola1-12/+0
2014-11-12Return the number of read bytes in MemoryObject::readBytes.Rafael Espindola1-14/+30
2014-11-12Merge StreamableMemoryObject into MemoryObject.Rafael Espindola1-0/+124