summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/StreamableMemoryObject.h
Commit message (Expand)AuthorAgeFilesLines
* Merge StreamableMemoryObject into MemoryObject.Rafael Espindola2014-11-121-135/+0
* Don't duplicate name in comments. NFC.Rafael Espindola2014-11-121-26/+23
* Remove unused method. NFC.Rafael Espindola2014-11-121-1/+0
* Remove unused method. NFC.Rafael Espindola2014-11-121-1/+0
* Don't redeclare a pure virtual method.Rafael Espindola2014-11-071-38/+0
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-191-3/+4
* [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