summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCInstr64Bit.td
AgeCommit message (Expand)Author
2025-10-06[NFC][PowerPC] Cleanup isImm and getImmEncoding functions (#161567)Lei Huang
2025-09-26[NFC][PowerPC] Consolidate predicate definitions into PPC.td (#160579)Lei Huang
2025-09-04[PowerPC] Remove non-existent operand of CP_COPY instruction (#153867)Sergei Barannikov
2025-08-30[TableGen][CodeGen] Remove DisableEncoding field of Instruction class (#156098)Sergei Barannikov
2025-06-13[PowerPC] enable AtomicExpandImpl::expandAtomicCmpXchg for powerpc (#142395)zhijian lin
2025-04-28[Targets] Migrate from atomic_load_8/16/32/64 to atomic_load_nonext_8/16/32/6...Craig Topper
2025-04-03[PowerPC] Deprecate uses of ISD::ADDC/ISD::ADDE/ISD::SUBC/ISD::SUBE (#133155)zhijian lin
2025-02-19Revert "[PowerPC] Deprecate uses of ISD::ADDC/ISD::ADDE/ISD::SUBC/ISD::SUBE (...David Tenty
2025-02-13[PowerPC] Deprecate uses of ISD::ADDC/ISD::ADDE/ISD::SUBC/ISD::SUBE (#116984)zhijian lin
2024-11-13Reland "[PowerPC] Add error for incorrect use of memory operands (#114277)" (...Jake Egan
2024-11-12Revert "[PowerPC] Add error for incorrect use of memory operands (#114277)"Jake Egan
2024-11-12[PowerPC] Add error for incorrect use of memory operands (#114277)Jake Egan
2024-10-31Promote 32bit pseudo instr that infer extsw removal to 64bit in PPCMIPeephole...zhijian lin
2024-08-22[PowerPC] Fix mask for __st[d/w/h/b]cx builtins (#104453)Zaara Syeda
2024-08-07[PPC] Implement BCD assist builtins (#101390)Lei Huang
2024-06-13DAG: Replace bitwidth with type in suffix in atomic tablegen ops (#94845)Matt Arsenault
2024-06-06[PowerPC] Adjust operand order of ADDItoc to be consistent with other ADDI* n...Kai Luo
2024-04-24[PowerPC] Add PPC prefix to retglue ISD node. NFC. (#89771)Kai Luo
2024-03-13[PowerPC][NFC] Rename ADDItocL to match the 64-bit naming convention (#85099)Zaara Syeda
2024-03-01[PowerPC] Support local-dynamic TLS relocation on AIX (#66316)Felix (Ting Wang)
2023-10-12[PowerPC][Atomics] Simplify atomicrmw i128 patterns. NFC. (#68779)Kai Luo
2023-08-31SelectionDAG: Swap operands of atomic_storeMatt Arsenault
2023-08-30[PowerPC] Support initial-exec TLS relocation on AIXQiu Chaofan
2023-06-27[PowerPC][TLS] Add additional TLS X-Form loads/store instructionsAmy Kwan
2023-06-19[AIX][TLS] Generate 64-bit local-exec access code sequenceAmy Kwan
2023-04-02[Targets] Rename Flag->Glue. NFCCraig Topper
2023-02-24[PowerPC] Add Binary Coded Decimal Assist InstructionsStefan Pintilie
2023-02-02[PowerPC] Switch to by-name matching for instructions (part 2 of 2).James Y Knight
2023-02-02[PowerPC] Switch to by-name matching for instructions (part 1 of 2).James Y Knight
2022-10-03[PowerPC] Fix a number of inefficiencies and issues with atomic code genNemanja Ivanovic
2022-09-26[PowerPC] XCOFF exception section support on the direct assembler pathPaul Scoropan
2022-08-30[PowerPC] CTRLoop pseudo instructions should not be duplicatedTing Wang
2022-08-19[PowerPC] Fix bugs in sign-/zero-extension eliminationStefan Pintilie
2022-08-08[PowerPC] mapping hardward loop intrinsics to powerpc pseudoChen Zheng
2022-06-20[PowerPC] add a new pass to expand ctr loop pseudosChen Zheng
2022-04-18[PowerPC] Mark side effects of Power9 darn instructionQiu Chaofan
2022-02-14[PowerPC] Remove the LDMX instruction.Stefan Pintilie
2022-01-05[PowerPC] Add support for ROP protection for 32 bit.Stefan Pintilie
2021-12-01[PowerPC][AIX] Add toc-data support for 64-bit AIX small code model.Yousuf Ali
2021-11-11[PowerPC] PPC backend optimization to lower int_ppc_tdw/int_ppc_tw intrinsics...Victor Huang
2021-11-10[PowerPC] Respect rounding mode in the back endNemanja Ivanovic
2021-09-29[PowerPC] The builtins load8r and store8r are Power 7 plus.Stefan Pintilie
2021-09-21[PowerPC] NFC: Remove unused tblgen template argsCullen Rhodes
2021-09-01[PowerPC] Implement quadword atomic load/storeKai Luo
2021-08-30[PowerPC] Set branch/call instructions as no hasSideEffectsQiu Chaofan
2021-08-12[PowerPC] Implement XL compatibility builtin __addexLei Huang
2021-07-20[PowerPC] Implemented mtmsr, mfspr, mtspr BuiltinsAlbion Fung
2021-07-20[PowerPC] Add PowerPC cmpb builtin and emit target indepedent code for XL com...Victor Huang
2021-07-15[PowerPC] Add PowerPC population count, reversed load and store related built...Victor Huang
2021-07-15[PowerPC] Fix popcntb XL Compat Builtin for 32bitQuinn Pham