aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-15[SystemZ] Call tryAddingSymbolicOperand in the disassemblerUlrich Weigand1-7/+48
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer1-1/+1
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach1-20/+20
2015-05-05[SystemZ] Add z13 vector facility and MC supportUlrich Weigand1-12/+70
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola1-7/+5
2014-11-10Misc style fixes. NFC.Rafael Espindola1-7/+6
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth1-0/+2
2014-04-15[MC] Require an MCContext when constructing an MCDisassembler.Lang Hames1-4/+5
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford1-6/+4
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-1/+1
2013-11-13[SystemZ] Add the general form of BCRRichard Sandiford1-8/+5
2013-09-30[SystemZ] Add GRH32 for the high word of a GR64Richard Sandiford1-0/+6
2013-07-02[SystemZ] Add the MVC instructionRichard Sandiford1-0/+19
2013-05-24Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer1-2/+2
2013-05-14[SystemZ] Add disassembler supportRichard Sandiford1-0/+301