summaryrefslogtreecommitdiff
path: root/include/llvm/Support/StreamableMemoryObject.h
Commit message (Expand)AuthorAge
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-24
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-23
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-16
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* Fix PR12089Derek Schuff2012-02-27
* Fix comment-rulers.Nick Lewycky2012-02-06
* Enable streaming of bitcodeDerek Schuff2012-02-06