aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/StreamingMemoryObject.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-16Use std::unique_ptr to manage the DataStreamer in bitcode parsing.Rafael Espindola1-4/+5
2015-05-21Fix StreamingMemoryObject to respect known object size.Derek Schuff1-5/+12
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-3/+0
2015-02-15Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman1-2/+2
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