aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-03Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...Craig Topper1-1/+0
2014-08-18TableGen: allow use of uint64_t for available features mask.Tim Northover1-4/+4
2014-06-08AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie1-99/+73
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-4/+4
2014-04-23Create MCTargetOptions.Evgeniy Stepanov1-1/+2
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford1-20/+18
2014-03-06[SystemZ] Use "auto" for cast resultsRichard Sandiford1-3/+3
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford1-1/+1
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-15/+15
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse1-1/+1
2013-10-01[SystemZ] Use upper words of GR64s for codegenRichard Sandiford1-0/+5
2013-09-30[SystemZ] Add GRH32 for the high word of a GR64Richard Sandiford1-0/+6
2013-09-12Add an instruction deprecation feature to TableGen.Joey Gouly1-2/+3
2013-07-24Split generated asm mnemonic matching table into a separate table for each as...Craig Topper1-0/+1
2013-07-02[SystemZ] Add the MVC instructionRichard Sandiford1-84/+119
2013-05-24[SystemZ] Improve AsmParser handling of invalid instructionsRichard Sandiford1-74/+103
2013-05-24[SystemZ] Improve AsmParser register parsingRichard Sandiford1-53/+80
2013-05-14[SystemZ] Rework handling of constant PC-relative operandsRichard Sandiford1-0/+43
2013-05-14[SystemZ] Match operands to fields by name rather than by orderRichard Sandiford1-57/+27
2013-05-06[SystemZ] Add back endUlrich Weigand1-0/+689