summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [SystemZ] Improve handling of huge PC relative immediate offsets.Jonas Paulsson2019-11-041-2/+20
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-6/+6
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [SystemZ] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* [SystemZ] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* Remove superfluous break from switch statement. NFCI.Simon Pilgrim2019-04-291-1/+0
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-111-11/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SystemZ] Fix -Wcovered-switch-default as coding standard regulatesFangrui Song2018-10-261-1/+0
* [SystemZ] Implement SystemZOperand::print()Jonas Paulsson2018-10-261-1/+66
* [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
OpenPOWER on IntegriCloud