summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [SystemZ] Add the MVC instructionRichard Sandiford2013-07-021-0/+19
| | | | | | | | | This is the first use of D(L,B) addressing, which required a fair bit of surgery. For that reason, the patch just adds the instruction definition and the associated assembler and disassembler support. A later patch will actually make use of it for codegen. llvm-svn: 185433
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-241-2/+2
| | | | | | | | | | 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
* [SystemZ] Add disassembler supportRichard Sandiford2013-05-141-0/+301
llvm-svn: 181777
OpenPOWER on IntegriCloud