summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
AgeCommit message (Expand)Author
2025-07-02[SystemZ][HLASM] Emit END instruction (#146110)Kai Nacke
2025-06-26[GOFF] Add writing of section symbols (#133799)Kai Nacke
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-06-15SystemZ: Replace deprecated MCExpr::print with MCAsmInfo::printExprFangrui Song
2025-05-06Register assembly printer passes (#138348)Matthias Braun
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-06[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song
2025-02-11[SystemZ] Avoid repeated hash lookups (NFC) (#126679)Kazu Hirata
2024-12-10SystemZ: Add support for __builtin_setjmp and __builtin_longjmp. (#119257)anoopkg6
2024-12-07Revert "[SystemZ] Add support for __builtin_setjmp and __builtin_longjmp (#11...Ulrich Weigand
2024-12-06[SystemZ] Add support for __builtin_setjmp and __builtin_longjmp (#116642)anoopkg6
2024-11-18[Target] Remove unused includes (NFC) (#116577)Kazu Hirata
2024-11-05[SystemZ][XRay] Implement XRay instrumentation for SystemZ (#113253)Kai Nacke
2024-10-22[SystemZ] Split SystemZInstPrinter to two classes based on Asm dialect (#112975)tltao
2024-08-01[SystemZ][z/OS] Fix incorrect codegen for ADA_ENTRY pseudo instruction (#101415)tltao
2024-06-28[IR] Don't include Module.h in Analysis.h (NFC) (#97023)Nikita Popov
2024-03-05[SystemZ] [z/OS] Emit offset to PPA2 in separate MCSection (#84043)Neumann Hon
2024-02-07[SystemZ] Implement A, O and R inline assembly format flags (#80685)Ilya Leoshkevich
2023-12-19[SystemZ][z/OS] Add exception handling for XPLINK (#74638)Yusra Syeda
2023-12-04[SystemZ] Handle index-only addresses in (dis)assemblerUlrich Weigand
2023-11-27[SystemZ][z/OS] This change adds support for the PPA2 section in zOS (#68926)Yusra Syeda
2023-08-23[SystemZ][z/OS] Fix the entry point marker for leaf functionsNeumann Hon
2023-08-20Revert "[SystemZ][z/OS] Fix the entry point marker for leaf functions"Neumann Hon
2023-08-20[SystemZ][z/OS] Fix the entry point marker for leaf functionsNeumann Hon
2023-08-10[SystemZ][z/OS] Add support for function name field of PPA1Neumann Hon
2023-07-06[SystemZ][z/OS] Address single comment in ADA patch for EmittedBytes unused i...Yusra Syeda
2023-07-05[SystemZ][z/OS] z/OS ADA codegen and emissionYusra Syeda
2023-06-28Revert "[SystemZ][z/OS] This patch adds support for the ADA (associated data ...Yusra Syeda
2023-06-28[SystemZ][z/OS] This patch adds support for the ADA (associated data area), d...Yusra Syeda
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2023-06-14[SystemZ][z/OS] Correct value of length/4 of params field in PPA1.Neumann Hon
2023-06-14Revert "[SystemZ][z/OS] Correct value of length/4 of params field in PPA1."Neumann Hon
2023-06-14[SystemZ][z/OS] Correct value of length/4 of params field in PPA1.Neumann Hon
2023-02-17Simplify with hasFeature. NFCFangrui Song
2023-01-11[CodeGen] Introduce a generic MEMBARRIER instruction [mostly-nfc]Philip Reames
2022-12-06[SystemZ] Emit a .gnu_attribute for an externally visible vector abi.Jonas Paulsson
2022-10-25[SystemZInstPrinter] Introduce markup tags emissionUlrich Weigand
2022-09-06[MC] Emit Stackmaps before debug infoMarkus Böck
2022-07-14[CodeGen] Move instruction predicate verification to emitInstructionDavid Green
2022-07-13Revert "Move instruction predicate verification to emitInstruction"David Green
2022-07-13Move instruction predicate verification to emitInstructionDavid Green
2022-06-20[SystemZ] Remove unnecessary casts to SystemZInstrInfo (NFC).Jonas Paulsson
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song
2022-06-07[MC] De-capitalize MCStreamer functionsFangrui Song
2022-05-26[Target] use getSubtarget<> instead of static_cast<>(getSubtarget())Zongwei Lan
2022-05-21SystemZAsmPrinter.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi
2022-05-18[SystemZ][z/OS] Add the PPA1 to SystemZAsmPrinterYusra Syeda