summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/StreamingMemoryObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std::unique_ptr to manage the DataStreamer in bitcode parsing.Rafael Espindola2015-06-161-4/+5
* Fix StreamingMemoryObject to respect known object size.Derek Schuff2015-05-211-5/+12
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-3/+0
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Fixing -Wtype-limits warnings with the asserts (the expression would always e...Aaron Ballman2014-11-131-3/+3
* Read 64 bits at a time in the bitcode reader.Rafael Espindola2014-11-131-4/+3
* Use the return of readBytes to find out if we are at the end of the stream.Rafael Espindola2014-11-121-12/+0
* Return the number of read bytes in MemoryObject::readBytes.Rafael Espindola2014-11-121-14/+30
* Merge StreamableMemoryObject into MemoryObject.Rafael Espindola2014-11-121-0/+124
OpenPOWER on IntegriCloud