[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
[oota-llvm.git] / include / llvm / Support / StreamingMemoryObject.h
2015-08-03 Derek SchuffFix testing for end of stream in bitstream reader.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-16 Rafael EspindolaUse std::unique_ptr to manage the DataStreamer in bitco...
2015-05-21 Derek SchuffFix StreamingMemoryObject to respect known object size.
2015-05-19 Filipe CabecinhasChange a reachable unreachable to a fatal error.
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
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.