aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-25[SystemZ] [z/OS] Add support for generating huge (1 MiB) stack frames in XPLI...Neumann Hon1-0/+7
2022-02-17[SystemZ] Improve emission of alignment hints.Jonas Paulsson1-4/+10
2022-02-14[Systemz/z/OS] Centralize emitting the call type informationKai Nacke1-6/+14
2022-02-11[SystemZ/z/OS] Add alias for XPLINK returnKai Nacke1-6/+18
2022-01-06[SystemZ][z/OS] Add entry point marker to PPAYusra Syeda1-0/+44
2021-11-15[SystemZ] Support symbolic displacements.Jonas Paulsson1-3/+4
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-09-21[SystemZ] Emit EXRL target instructions before text section is ended.Jonas Paulsson1-18/+6
2021-07-12[SystemZ] Bugfix for the 'N' code for inline asm operand.Jonas Paulsson1-4/+7
2021-07-06[SystemZ] Support the 'N' code for the odd register in inline-asm.Jonas Paulsson1-4/+11
2021-07-06[SystemZ] Generate XC loop for memset 0 of variable length.Jonas Paulsson1-0/+38
2021-04-27[SystemZ][z/OS] Remove register prefixes when printing out the register.Anirudh Prasad1-1/+1
2021-02-19[SystemZ/z/OS] Add XPLINK 64-bit calling convention to tablegen.Yusra Syeda1-1/+26
2020-12-15[SystemZ] Remove most hard-coded R1D instances for sibcallsUlrich Weigand1-10/+11
2020-03-27[Alignment][NFC] MachineMemOperand::getAlign/getBaseAlignGuillaume Chatelet1-2/+2
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song1-1/+1
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song1-7/+7
2020-02-13[AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI*Fangrui Song1-11/+11
2020-02-13[AsmPrinter] De-capitalize all AsmPrinter::Emit* but EmitInstructionFangrui Song1-2/+2