summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/MemoryObject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make readBytes pure virtual. Every real implementation has it.Rafael Espindola2014-11-121-19/+0
| | | | llvm-svn: 221758
* Remove unused method. NFC.Rafael Espindola2014-11-121-1/+1
| | | | llvm-svn: 221757
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-241-5/+1
| | | | | | | | | | There was exactly one caller using this API right, the others were relying on specific behavior of the default implementation. Since it's too hard to use it right just remove it and standardize on the default behavior. Defines away PR16132. llvm-svn: 182636
* Make MemoryObject accessor members const againDerek Schuff2012-02-291-1/+1
| | | | llvm-svn: 151687
* Enable streaming of bitcodeDerek Schuff2012-02-061-1/+1
| | | | | | | This CL delays reading of function bodies from initial parse until materialization, allowing overlap of compilation with bitcode download. llvm-svn: 149918
* Report failure if there are less bytes than requested in a MemoryObject.Benjamin Kramer2011-08-271-2/+5
| | | | | | Before we just left the remaining bytes uninitialized. This is another step in making llvm valgrind-clean again. llvm-svn: 138705
* canonicalize namespace gymnasticsChris Lattner2009-09-091-23/+20
| | | | llvm-svn: 81402
* Added an abstract superclass, MCDisassembler, forSean Callanan2009-09-091-0/+37
all disassemblers. Modified the MemoryObject to support 64-bit address spaces, regardless of the LLVM process's address width. Modified the Target class to allow extraction of a MCDisassembler. llvm-svn: 81392
OpenPOWER on IntegriCloud