summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/AsmParser
AgeCommit message (Expand)Author
2017-10-26[AsmParser][TableGen] Add VariantID argument to the generated mnemonic spell ...Craig Topper
2017-10-26[AsmParser][TableGen] Make the generated mnemonic spell checker function a fi...Craig Topper
2017-10-11[Asm] Add debug tracing in table-generated assembly matcherOliver Stannard
2017-07-18[SystemZ, AsmParser] Enable the mnemonic spell corrector.Jonas Paulsson
2017-06-30[SystemZ] Add all remaining instructionsUlrich Weigand
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-10[SystemZ] Add decimal integer instructionsUlrich Weigand
2017-02-03[SystemZ] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko
2016-11-28[SystemZ] Support execution hint instructionsUlrich Weigand
2016-11-08[SystemZ] Model access registers as LLVM registersUlrich Weigand
2016-11-02[SystemZ] Fix compiler warnings introduced by r285574Ulrich Weigand
2016-11-01[TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury
2016-10-31[SystemZ] Correctly diagnose missing features in AsmParserUlrich Weigand
2016-10-31[SystemZ] Fix encoding of MVCK and .insn ssUlrich Weigand
2016-10-10Revert r283690, "MC: Remove unused entities."Peter Collingbourne
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-10-09MC: Remove unused entities.Peter Collingbourne
2016-09-16Defer asm errors to post-statement failureNirav Dave
2016-09-13Revert r281336 (and r281337), it caused PR30372.Nico Weber
2016-09-13Defer asm errors to post-statement failureNirav Dave
2016-09-13Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher
2016-09-12[MC] Defer asm errors to post-statement failureNirav Dave
2016-08-10Fix build break of VS 2013 debug buildsRoger Ferrer Ibanez
2016-08-08[SystemZ] Add support for the .insn directiveZhan Jun Liau
2016-07-08[SystemZ] Add support for the .word directive.Zhan Jun Liau
2016-01-27Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer
2016-01-26Remove autoconf supportChris Bieneman
2015-11-14Reduce the size of MCRelaxableFragment.Akira Hatanaka
2015-11-14[MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka
2015-10-09[SystemZ] Bugfix in SystemZAsmParser.cpp.Jonas Paulsson
2015-07-27[llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu
2015-06-30Reverting r241058 because it's causing buildbot failures.Ranjeet Singh
2015-06-30There are a few places where subtarget features are stillRanjeet Singh
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach
2015-05-05[SystemZ] Add z13 vector facility and MC supportUlrich Weigand
2015-05-04[SystemZ] Clean up AsmParser isMem() handlingUlrich Weigand
2015-02-18[SystemZ] Support all TLS access models - MC partUlrich Weigand
2015-01-03Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...Craig Topper
2014-08-18TableGen: allow use of uint64_t for available features mask.Tim Northover
2014-06-08AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-04-23Create MCTargetOptions.Evgeniy Stepanov
2014-04-10LLVMBuild.txt: Reformat.NAKAMURA Takumi
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford
2014-03-06[SystemZ] Use "auto" for cast resultsRichard Sandiford
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse