summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/Disassembler
AgeCommit message (Expand)Author
2017-06-30[SystemZ] Add all remaining instructionsUlrich Weigand
2017-05-10[SystemZ] Add decimal integer instructionsUlrich Weigand
2017-01-24[SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-11-28[SystemZ] Support execution hint instructionsUlrich Weigand
2016-11-08[SystemZ] Model access registers as LLVM registersUlrich Weigand
2016-10-31[SystemZ] Fix encoding of MVCK and .insn ssUlrich Weigand
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-04-15[SystemZ] Call tryAddingSymbolicOperand in the disassemblerUlrich Weigand
2016-01-26Remove autoconf supportChris Bieneman
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach
2015-05-05[SystemZ] Add z13 vector facility and MC supportUlrich Weigand
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola
2014-11-10Misc style fixes. NFC.Rafael Espindola
2014-07-24Update library dependencies.NAKAMURA Takumi
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth
2014-04-15[MC] Require an MCContext when constructing an MCDisassembler.Lang Hames
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2013-11-28[CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi
2013-11-28[CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi
2013-11-13[SystemZ] Add the general form of BCRRichard Sandiford
2013-09-30[SystemZ] Add GRH32 for the high word of a GR64Richard Sandiford
2013-07-02[SystemZ] Add the MVC instructionRichard Sandiford
2013-05-24Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer
2013-05-14[SystemZ] Add disassembler supportRichard Sandiford