summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
AgeCommit message (Expand)Author
2025-09-19CodeGen: Add RegisterClass by HwMode (#158269)Matt Arsenault
2025-06-28MCExpr: Migrate away from operator<<Fangrui Song
2025-06-28MCParsedAsmOperand::print: Add MCAsmInfo parameterFangrui Song
2025-06-28MC: Migrate away from operator<< MCExprFangrui Song
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-06-15SystemZ: Migrate to newer relocation specifier representationFangrui Song
2025-06-15SystemZ: Rename SystemZMCExpr::VK_ to SystemZ::S_Fangrui Song
2025-05-25Replace #include MCAsmLexer.h with AsmLexer.hFangrui Song
2025-04-30[SystemZ] Implement .machine (push|pop) directives (#137302)Dominik Steenken
2025-04-16[SystemZ] Add support for 16-bit floating point. (#109164)Jonas Paulsson
2025-03-22Move SystemZ-specific MCSymbolRefExpr::VariantKind to SystemZMCExpr::SpecifierFangrui Song
2025-03-06Updating variable names (#130136)Paige Lewis
2025-03-05[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song
2025-02-17[Targets] Move *TargetStreamer.h files into their MCTargetDesc directory. (#1...Craig Topper
2025-01-20[SystemZ] Add support for new cpu architecture - arch15Ulrich Weigand
2024-12-03[SystemZ] Fix address parsing in HLASM modeUlrich Weigand
2024-11-15[SystemZ] Fix address operand parsing incompatibilities with GASUlrich Weigand
2024-10-22[SystemZ] Split SystemZInstPrinter to two classes based on Asm dialect (#112975)tltao
2024-10-18[SystemZ] Rename SystemZ ATT Asm dialect to GNU Asm dialect (#112800)tltao
2024-09-18[NFC] Update function names in MCTargetAsmParser.h (#108643)Lei Huang
2024-09-05[llvm][SystemZ] Fix parsing of `.cfi_undefined` with percent-less registers. ...Alex Rønne Petersen
2024-03-25[MC] Make `MCParsedAsmOperand::getReg()` return `MCRegister` (#86444)Sergei Barannikov
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-12-04[SystemZ] Handle index-only addresses in (dis)assemblerUlrich Weigand
2023-10-25[SystemZ][NFC] Fix a couple of style issues (#69958)Kai Nacke
2023-09-06[MC] Change tryParseRegister to return ParseStatus (NFC)Sergei Barannikov
2023-07-31[SystemZ] Replace OperandMatchResultTy with ParseStatus (NFC)Sergei Barannikov
2023-07-21[SystemZ] Allow symbols in immediate asm operandsIlya Leoshkevich
2023-07-01[MC] Add three-state parseDirective as a replacement for ParseDirectiveSergei Barannikov
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2023-04-04Drop U6Imm-related definitionsIlya Leoshkevich
2022-12-18[MC] Use `MCRegister` instead of `unsigned` in `MCTargetAsmParser`Sergei Barannikov
2022-12-06[SystemZ] Emit a .gnu_attribute for an externally visible vector abi.Jonas Paulsson
2022-05-02[SystemZ] Accept (. - 0x100000000) PCRel32 constantsIlya Leoshkevich
2022-02-11Cleanup MCParser headersserge-sans-paille
2021-11-15[SystemZ] Support symbolic displacements.Jonas Paulsson
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-09-28[SystemZ] Remove redundant declaration SystemZMnemonicSpellCheck (NFC)Kazu Hirata
2021-09-17[SystemZ] Recognize .machine directive in parser.Jonas Paulsson
2021-05-19[AsmParser][SystemZ][z/OS] Introducing HLASM Parser support to AsmParser - Pa...Anirudh Prasad
2021-05-03[AsmParser][SystemZ][z/OS] Implement HLASM location counter syntax ("*") for ...Anirudh Prasad
2021-05-03[SystemZ][z/OS] Enforce prefix-less registers in SystemZAsmParser for the HLA...Anirudh Prasad
2021-04-13[SystemZ][z/OS] Introduce dialect querying helper functionsAnirudh Prasad
2021-03-08[SystemZ][z/OS] Add support to validate a HLASM Label.Anirudh Prasad
2021-02-26[SystemZ] Introducing assembler dialects for the Z backendAnirudh Prasad
2020-12-02[SystemZ] Adding extra extended mnemonics for SystemZ targetAnirudh Prasad
2020-10-06[SystemZAsmParser] Treat VR128 separately in ParseDirectiveInsn().Jonas Paulsson
2020-10-05[SystemZ] Add support for .insn directives for vector instructions.Jonas Paulsson
2020-07-08[SystemZ] Allow specifying integer registers as part of the address calculationUlrich Weigand
2020-04-29[SystemZ] Allow specifying plain register numbers in AsmParserUlrich Weigand