summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2025-07-03[PHIElimination] Revert #131837 #146320 #146337 (#146850)Guy David
2025-07-02[PowerPC] Fix ppc-reduce-cr-ops mishandling of subregister uses (#144405)Lei Huang
2025-07-02[InstrEmitter] Use AddOperand in EmitCopyToRegClassNode. (#146637)Craig Topper
2025-07-02[DAG] Refactor X86 combineVSelectWithAllOnesOrZeros fold into a generic DAG C...woruyu
2025-07-02[DAG] visitFREEZE - always allow freezing multiple operands (#145939)Simon Pilgrim
2025-06-30[DAGCombiner] Remove `UnsafeFPMath` usage in `visitFSUBForFMACombine` etc. (#...paperchalice
2025-06-29[PHIElimination] Reuse existing COPY in predecessor basic block (#131837)Guy David
2025-06-27GlobalISel: Replace use of report_fatal_error (#145866)Matt Arsenault
2025-06-25[PowerPC] eliminate RLWINM instruction following LBARX as possible (#144089)zhijian lin
2025-06-25[PowerPC] Support for Packed BCD conversion builtins (#142723)Himadhith
2025-06-25[SelectionDAG] Remove UnsafeFPMath check in `visitFADDForFMACombine` (#127770)paperchalice
2025-06-24Add `REQUIRES: asserts` to test added in #145149 because it uses the `-debug-...Douglas Yung
2025-06-23[PowerPC] Fix handling of undefs in the PPC::isSplatShuffleMask query (#145149)Wael Yehia
2025-06-23AsmPrinter: Do not use report_fatal_error for AIX XXStructor error (#145273)Matt Arsenault
2025-06-18[NFC][PowerPC] pre-commit running the update_llc_test_checks.py for all-atomi...zhijian lin
2025-06-18[PowerPC] Add code to spill and restore DMRp registers (#142443)Lei Huang
2025-06-18[PowerPC] Split tests into asm and mir parts (NFC)Nikita Popov
2025-06-18[PowerPC][AIX] Specify pointer info and alignment for stack store (#144526)Nikita Popov
2025-06-18PowerPC: Fix using long double libm functions for f128 intrinsics (#144382)Matt Arsenault
2025-06-18PowerPC: Add baseline tests for more f128 libcall handling (#144381)Matt Arsenault
2025-06-17[PowerPC] Split test into assembly and MIR variants (NFC)Nikita Popov
2025-06-17[PowerPC] Regenerate MIR test checks (NFC)Nikita Popov
2025-06-17[PowerPC] Regenerate MIR test checks (NFC)Nikita Popov
2025-06-13[PowerPC] fixed mtvsrbmi.ll test case error caused by run the update_llc_test...zhijian lin
2025-06-13[PowerPC][NFC] Pre-commit test case for checking whether `mtvsrbmi` power10 ...zhijian lin
2025-06-13[PowerPC] enable AtomicExpandImpl::expandAtomicCmpXchg for powerpc (#142395)zhijian lin
2025-06-11Introduce MCAsmInfo::UsesSetToEquateSymbol and prefer = to .setFangrui Song
2025-06-11[NFC][PowerPC] Pre-commit test case for exploitation of xxeval for the patter...Tony Varghese
2025-06-09[PowerPC] extend smaller splats into bigger splats (with fix) (#142194)RolandF77
2025-06-09[PowerPC] Change default for auto gen stxvp for cpu=future (#142826)Lei Huang
2025-06-05[PowerPC] hoist xxspltiw instruction out of the loop with FMA mutation pass. ...zhijian lin
2025-06-04Revert "[SDAG] Fix fmaximum legalization errors (#142170)"Nikita Popov
2025-06-04Revert "[SelectionDAG] Avoid one comparison when legalizing fmaximum (#142732)"Nikita Popov
2025-06-04[SelectionDAG] Avoid one comparison when legalizing fmaximum (#142732)Nikita Popov
2025-06-03[NFC][PowerPC] Add testcases for locking down the xxeval instruction support ...Tony Varghese
2025-06-03[ARM,AArch64] Don't put BTI at asm goto branch targets (#141562)Simon Tatham
2025-06-02[PowerPC] Spill and restore DMR register (#141530)Lei Huang
2025-06-02[ValueTracking] Do not use FMF from fcmp (#142266)Yingwei Zheng
2025-06-02[SDAG] Fix fmaximum legalization errors (#142170)Nikita Popov
2025-05-29Revert "[PowerPC] extend smaller splats into bigger splats (#141282)"Hubert Tong
2025-05-28[PowerPC] extend smaller splats into bigger splats (#141282)RolandF77
2025-05-28MachineScheduler: Reset next cluster candidate for each node (#139513)Ruiling, Song
2025-05-27[PowerPC] Attempt to fix test added in #141263Nico Weber
2025-05-27[PowerPC ][NFC] Add a test case for the function atomic_compare_exchange_weak...zhijian lin
2025-05-26[LLVM] Skip dumping inline SDag children (#141359)Jon Roelofs
2025-05-26[PowerPC] Update DMF VSX ACC data transfer instructions (#138897)Lei Huang
2025-05-26Use getSignedTargetConstant for offset (#141149)Shimin Cui
2025-05-26[PowerPC] Add load/store support for v2048i1 and DMF cryptography instruction...Maryam Moghadas
2025-05-23[PowerPC] vector shift word/double by element size - 1 use all ones (#139794)RolandF77
2025-05-22Fix typo "redudant"Jay Foad