| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [SystemZ] Add the MVC instruction | Richard Sandiford | 2013-07-02 | 1 | -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 Kramer | 2013-05-24 | 1 | -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 support | Richard Sandiford | 2013-05-14 | 1 | -0/+301 |
| llvm-svn: 181777 | |||||

