aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-02[SystemZ][HLASM] Emit END instruction (#146110)Kai Nacke1-0/+3
2025-06-26[GOFF] Add writing of section symbols (#133799)Kai Nacke1-2/+5
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-12/+8
2025-06-15SystemZ: Rename SystemZMCExpr::VK_ to SystemZ::S_Fangrui Song1-44/+38
2025-06-15SystemZ: Replace deprecated MCExpr::print with MCAsmInfo::printExprFangrui Song1-1/+1
2025-05-06Register assembly printer passes (#138348)Matthias Braun1-0/+5
2025-04-16[SystemZ] Add support for 16-bit floating point. (#109164)Jonas Paulsson1-9/+37
2025-03-22Move SystemZ-specific MCSymbolRefExpr::VariantKind to SystemZMCExpr::SpecifierFangrui Song1-39/+45
2025-03-06[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song1-1/+0
2025-02-11[SystemZ] Avoid repeated hash lookups (NFC) (#126679)Kazu Hirata1-9/+10
2024-12-10SystemZ: Add support for __builtin_setjmp and __builtin_longjmp. (#119257)anoopkg61-0/+5
2024-12-07Revert "[SystemZ] Add support for __builtin_setjmp and __builtin_longjmp (#11...Ulrich Weigand1-5/+0
2024-12-06[SystemZ] Add support for __builtin_setjmp and __builtin_longjmp (#116642)anoopkg61-0/+5
2024-11-18[Target] Remove unused includes (NFC) (#116577)Kazu Hirata1-1/+0
2024-11-05[SystemZ][XRay] Implement XRay instrumentation for SystemZ (#113253)Kai Nacke1-0/+96
2024-10-22[SystemZ] Split SystemZInstPrinter to two classes based on Asm dialect (#112975)tltao1-3/+7
2024-08-01[SystemZ][z/OS] Fix incorrect codegen for ADA_ENTRY pseudo instruction (#101415)tltao1-3/+4
2024-06-28[IR] Don't include Module.h in Analysis.h (NFC) (#97023)Nikita Popov1-0/+1
2024-03-05[SystemZ] [z/OS] Emit offset to PPA2 in separate MCSection (#84043)Neumann Hon1-0/+3
2024-02-07[SystemZ] Implement A, O and R inline assembly format flags (#80685)Ilya Leoshkevich1-6/+25
2023-12-19[SystemZ][z/OS] Add exception handling for XPLINK (#74638)Yusra Syeda1-2/+33
2023-12-04[SystemZ] Handle index-only addresses in (dis)assemblerUlrich Weigand1-2/+2
2023-11-27[SystemZ][z/OS] This change adds support for the PPA2 section in zOS (#68926)Yusra Syeda1-1/+193
2023-08-23[SystemZ][z/OS] Fix the entry point marker for leaf functionsNeumann Hon1-2/+8
2023-08-20Revert "[SystemZ][z/OS] Fix the entry point marker for leaf functions"Neumann Hon1-8/+2
2023-08-20[SystemZ][z/OS] Fix the entry point marker for leaf functionsNeumann Hon1-2/+8
2023-08-10[SystemZ][z/OS] Add support for function name field of PPA1Neumann Hon1-3/+42
2023-07-06[SystemZ][z/OS] Address single comment in ADA patch for EmittedBytes unused i...Yusra Syeda1-0/+1
2023-07-05[SystemZ][z/OS] z/OS ADA codegen and emissionYusra Syeda1-0/+154
2023-06-28Revert "[SystemZ][z/OS] This patch adds support for the ADA (associated data ...Yusra Syeda1-154/+0
2023-06-28[SystemZ][z/OS] This patch adds support for the ADA (associated data area), d...Yusra Syeda1-0/+154
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-06-14[SystemZ][z/OS] Correct value of length/4 of params field in PPA1.Neumann Hon1-1/+1
2023-06-14Revert "[SystemZ][z/OS] Correct value of length/4 of params field in PPA1."Neumann Hon1-1/+1
2023-06-14[SystemZ][z/OS] Correct value of length/4 of params field in PPA1.Neumann Hon1-1/+1
2023-02-17Simplify with hasFeature. NFCFangrui Song1-1/+1
2023-01-11[CodeGen] Introduce a generic MEMBARRIER instruction [mostly-nfc]Philip Reames1-5/+0
2022-12-06[SystemZ] Emit a .gnu_attribute for an externally visible vector abi.Jonas Paulsson1-0/+15
2022-10-25[SystemZInstPrinter] Introduce markup tags emissionUlrich Weigand1-5/+47
2022-09-06[MC] Emit Stackmaps before debug infoMarkus Böck1-4/+0
2022-07-14[CodeGen] Move instruction predicate verification to emitInstructionDavid Green1-0/+3
2022-07-13Revert "Move instruction predicate verification to emitInstruction"David Green1-3/+0
2022-07-13Move instruction predicate verification to emitInstructionDavid Green1-0/+3
2022-06-20[SystemZ] Remove unnecessary casts to SystemZInstrInfo (NFC).Jonas Paulsson1-2/+1
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song1-2/+2
2022-06-07[MC] De-capitalize MCStreamer functionsFangrui Song1-4/+4
2022-05-26[Target] use getSubtarget<> instead of static_cast<>(getSubtarget())Zongwei Lan1-2/+1
2022-05-21SystemZAsmPrinter.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi1-0/+1
2022-05-18[SystemZ][z/OS] Add the PPA1 to SystemZAsmPrinterYusra Syeda1-2/+245