summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/StreamableMemoryObject.h
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-1/+1
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-101-16/+13
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+3
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-11/+11
* 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
OpenPOWER on IntegriCloud