aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/StreamableMemoryObject.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-241-11/+7
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-231-7/+8
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-161-2/+3
* Make MemoryObject accessor members const againDerek Schuff2012-02-291-17/+17
* Fix PR12089Derek Schuff2012-02-271-1/+1
* Fix comment-rulers.Nick Lewycky2012-02-061-1/+1
* Enable streaming of bitcodeDerek Schuff2012-02-061-0/+181