aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/MemoryObject.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-33/+37
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-241-8/+3
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Make MemoryObject accessor members const againDerek Schuff2012-02-291-9/+8
* Enable streaming of bitcodeDerek Schuff2012-02-061-3/+3
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Added an abstract superclass, MCDisassembler, forSean Callanan2009-09-091-25/+15
* Thanks, Bill!Sean Callanan2009-07-271-1/+1
* Many of Daniel's fixes.Sean Callanan2009-07-271-15/+14
* MemoryObject - Abstract base class for contiguous addressable memory.Sean Callanan2009-07-251-0/+81