Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / include / llvm / Support / StreamingMemoryObject.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-11-21 Rafael EspindolaFix a silly bug in StreamingMemoryObject.cpp.
2014-11-13 Rafael EspindolaRead 64 bits at a time in the bitcode reader.
2014-11-12 Rafael EspindolaUse the return of readBytes to find out if we are at...
2014-11-12 Rafael EspindolaReturn the number of read bytes in MemoryObject::readBytes.
2014-11-12 Rafael EspindolaMerge StreamableMemoryObject into MemoryObject.