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