LazyValueInfo: fix some typos and indentation, etc. NFC.
[oota-llvm.git] / lib / Support / StreamingMemoryObject.cpp
2014-11-13 Aaron BallmanFixing -Wtype-limits warnings with the asserts (the...
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.