summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AsmParser][TableGen] Add VariantID argument to the generated mnemonic spell ...Craig Topper2017-10-261-1/+2
* [AsmParser][TableGen] Make the generated mnemonic spell checker function a fi...Craig Topper2017-10-261-1/+2
* [Asm] Add debug tracing in table-generated assembly matcherOliver Stannard2017-10-111-1/+1
* [SystemZ, AsmParser] Enable the mnemonic spell corrector.Jonas Paulsson2017-07-181-2/+13
* [SystemZ] Add all remaining instructionsUlrich Weigand2017-06-301-1/+15
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [SystemZ] Add decimal integer instructionsUlrich Weigand2017-05-101-0/+4
* [SystemZ] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-031-1/+22
* [SystemZ] Support execution hint instructionsUlrich Weigand2016-11-281-0/+6
* [SystemZ] Model access registers as LLVM registersUlrich Weigand2016-11-081-41/+14
* [SystemZ] Fix compiler warnings introduced by r285574Ulrich Weigand2016-11-021-3/+3
* [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury2016-11-011-5/+5
* [SystemZ] Correctly diagnose missing features in AsmParserUlrich Weigand2016-10-311-1/+7
* [SystemZ] Fix encoding of MVCK and .insn ssUlrich Weigand2016-10-311-83/+182
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+1
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* Defer asm errors to post-statement failureNirav Dave2016-09-161-3/+0
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-0/+3
* Defer asm errors to post-statement failureNirav Dave2016-09-131-3/+0
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-0/+3
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-121-3/+0
* Fix build break of VS 2013 debug buildsRoger Ferrer Ibanez2016-08-101-0/+3
* [SystemZ] Add support for the .insn directiveZhan Jun Liau2016-08-081-0/+244
* [SystemZ] Add support for the .word directive.Zhan Jun Liau2016-07-081-0/+3
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-1/+1
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-1/+1
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-4/+3
* [SystemZ] Bugfix in SystemZAsmParser.cpp.Jonas Paulsson2015-10-091-4/+6
* [llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu2015-07-271-1/+1
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-7/+7
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-7/+7
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-3/+3
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-11/+11
* [SystemZ] Add z13 vector facility and MC supportUlrich Weigand2015-05-051-31/+93
* [SystemZ] Clean up AsmParser isMem() handlingUlrich Weigand2015-05-041-35/+41
* [SystemZ] Support all TLS access models - MC partUlrich Weigand2015-02-181-6/+87
* Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...Craig Topper2015-01-031-1/+0
* TableGen: allow use of uint64_t for available features mask.Tim Northover2014-08-181-4/+4
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-081-99/+73
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-4/+4
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-1/+2
* [SystemZ] Remove "virtual" from override methodsRichard Sandiford2014-03-061-20/+18
* [SystemZ] Use "auto" for cast resultsRichard Sandiford2014-03-061-3/+3
* [SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford2014-03-061-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-15/+15
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-011-0/+5
* [SystemZ] Add GRH32 for the high word of a GR64Richard Sandiford2013-09-301-0/+6
OpenPOWER on IntegriCloud