summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ
AgeCommit message (Expand)Author
2025-09-10[TableGen][CodeGen] Remove feature string from HwMode (#157600)Sergei Barannikov
2025-09-08CodeGen: Pass SubtargetInfo to TargetGenInstrInfo constructors (#157337)Matt Arsenault
2025-08-30[TableGen][CodeGen] Remove DisableEncoding field of Instruction class (#156098)Sergei Barannikov
2025-08-27s390x: optimize 128-bit fshl and fshr by high values (#154919)Folkert de Vries
2025-08-26s390x: pattern match saturated truncation (#155377)Folkert de Vries
2025-08-21[NFC][MC][Decoder] Extract fixed pieces of decoder code into new header file ...Rahul Joshi
2025-08-21[Target] Remove SoftFail field on targets that don't use it (NFC) (#154659)Sergei Barannikov
2025-08-19[SystemZ] Remove custom CCState pre-analysis (#154091)Nikita Popov
2025-08-17[llvm] Remove unused includes (NFC) (#154051)Kazu Hirata
2025-08-15[CodeGen] Give ArgListEntry a proper constructor (NFC) (#153817)Nikita Popov
2025-08-14[SystemZ] Allow forming overflow op for i128 (#153557)Nikita Popov
2025-08-08[SystemZ] Remove incorrect areInlineCompatible hook (#152494)Nikita Popov
2025-08-07[PowerPC][AIX] Using milicode for memcmp instead of libcall (#147093)zhijian lin
2025-08-07[CodeGen] Move IsFixed into ArgFlags (NFCI) (#152319)Nikita Popov
2025-08-06[SystemZ] Avoid modifying IR in mcount instrumentation. (#152298)Dominik Steenken
2025-08-04[Target] Remove unnecessary casts (NFC) (#151902)Kazu Hirata
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-08-02MCAsmBackend::applyFixup: Change `Data` to indicate the relocated locationFangrui Song
2025-08-01MCAsmBackend::applyFixup: Replace Data.getSize() with F.getSize()Fangrui Song
2025-07-31[SystemZ] Fix code in widening vector multiplication (#150836)sujianIBM
2025-07-26Move MCSection::printSwitchToSection to MCAsmInfoFangrui Song
2025-07-14Reland "[llvm][SystemZ] Set comment stream in SystemZDisassembler::getInstruc...David Spickett
2025-07-14Revert "[llvm][SystemZ] Set comment stream in SystemZDisassembler::getInstruc...David Spickett
2025-07-14[llvm][SystemZ] Set comment stream in SystemZDisassembler::getInstruction (#1...David Spickett
2025-07-13MCAlignFragment: Rename fields and use uint8_t FillLenFangrui Song
2025-07-13[SystemZ] Remove unnecessary casts (NFC) (#148534)Kazu Hirata
2025-07-10[TargetLowering] Change getOptimalMemOpType and findOptimalMemOpLowering to t...Boyao Wang
2025-07-09 Clang-Tidy issues in fixed in file SystemZISelLowering.cpp (#147251)MangalaPG
2025-07-07DAG: Remove verifyReturnAddressArgumentIsConstant (#147240)Matt Arsenault
2025-07-05MCAsmBackend: Reduce FK_NONE usesFangrui Song
2025-07-05MC: Remove llvm/MC/MCFixupKindInfo.hFangrui Song
2025-07-04MC: Merge MCFixupKindInfo.h into MCAsmBackend.hFangrui Song
2025-07-04SystemZMCCodeEmitter: Standardize how fixups are appendedFangrui Song
2025-07-04SystemZMCCodeEmitter: Remove unneeded MCFixupKindInfo::FKF_IsPCRelFangrui Song
2025-07-04SystemZMCCodeEmitter: Set PCRel at fixup creationFangrui Song
2025-07-04MCFixup: Remove unused Loc argumentFangrui Song
2025-07-04MCParser: Add SMLoc to expressionsFangrui Song
2025-07-02MCAsmBackend: Simplify shouldForceRelocation overridesFangrui Song
2025-07-02MCAsmBackend: Merge addReloc into applyFixup (#146820)Fangrui Song
2025-07-02[SystemZ][HLASM] Emit END instruction (#146110)Kai Nacke
2025-06-29[Target] Prevent copying in loop variables (NFC)Jie Fu
2025-06-28[Target] Use range-based for loops (NFC) (#146253)Kazu Hirata
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-26MC: Rename initializeVariantKinds to initializeAtSpecifiersFangrui Song
2025-06-26[GOFF] Add writing of section symbols (#133799)Kai Nacke
2025-06-23CodeGen: Emit error if getRegisterByName fails (#145194)Matt Arsenault
2025-06-21[CostModel] Add a DstTy to getShuffleCost (#141634)David Green
2025-06-18[SystemZ] Treat FAKE_USE instructions as instructions without a size (#144390)Stephen Tozer