summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-2/+3
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-241-0/+1
* [SystemZ] Add the MVC instructionRichard Sandiford2013-07-021-84/+119
* [SystemZ] Improve AsmParser handling of invalid instructionsRichard Sandiford2013-05-241-74/+103
* [SystemZ] Improve AsmParser register parsingRichard Sandiford2013-05-241-53/+80
* [SystemZ] Rework handling of constant PC-relative operandsRichard Sandiford2013-05-141-0/+43
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-141-57/+27
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+689
OpenPOWER on IntegriCloud