[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
[oota-llvm.git] / include / llvm / Support / MemoryObject.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-11-13 NAKAMURA TakumiUpdate \param(s) in MemoryObject::readBytes(). [-Wdocum...
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.
2014-11-12 Rafael EspindolaDon't duplicate name in comments. NFC.
2014-11-12 Rafael EspindolaRemove unused method. NFC.
2014-11-12 Rafael EspindolaMake readBytes pure virtual. Every real implementation...
2014-11-12 Rafael EspindolaRemove unused method. NFC.
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-06 Derek SchuffEnable streaming of bitcode
2010-11-29 Michael J. SpencerMerge System into Support.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-09 Sean CallananAdded an abstract superclass, MCDisassembler, for
2009-07-27 Sean CallananThanks, Bill!
2009-07-27 Sean CallananMany of Daniel's fixes.
2009-07-25 Sean CallananMemoryObject - Abstract base class for contiguous addre...