summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Thumb2
AgeCommit message (Expand)Author
2025-11-23Revert "[RegAlloc] Fix the terminal rule check for interfere with DstReg (#16...Aiden Grossman
2025-11-23[RegAlloc] Fix the terminal rule check for interfere with DstReg (#168661)hstk30-hw
2025-11-21[ARM] Restore hasSideEffects flag on t2WhileLoopSetup (#168948)Sergei Barannikov
2025-11-12DAG: Use poison when widening build_vector (#167631)Matt Arsenault
2025-11-10ARM: Enable terminal rule (#165958)Matt Arsenault
2025-11-06Reland: CodeGen: Record MMOs in finalizeBundle (#166689)Nicolai Hähnle
2025-11-05Revert "CodeGen: Record MMOs in finalizeBundle" (#166520)Jan Patrick Lehr
2025-11-05CodeGen: Record MMOs in finalizeBundle (#166210)Nicolai Hähnle
2025-10-30[LSR] Don't count conditional loads/store as enabling pre/post-index (#159573)John Brawn
2025-10-23[test][ARM] Remove unsafe-fp-math-uses (NFC) (#164744)paperchalice
2025-10-22[ARM][MVE] Invalid tail predication in LowOverheadLoop pass (#163941)Simon Tatham
2025-10-22[ARM][AArch64] BTI,GCS,PAC Module flag update. (#86212)Daniel Kiss
2025-10-20[IR] Replace alignment argument with attribute on masked intrinsics (#163802)Nikita Popov
2025-10-15[LowOverheadLoops] Generate test checks (NFC)Nikita Popov
2025-10-13[Thumb2] carry.ll - regenerate test checks (#163173)Simon Pilgrim
2025-10-11Fix legalizing `FNEG` and `FABS` with `TypeSoftPromoteHalf` (#156343)beetrees
2025-10-07[ARM] Add mayRaiseFPException to appropriate instructions and mark all instru...Erik Enikeev
2025-10-04[RegAlloc] Remove default restriction on non-trivial rematerialization (#159211)Luke Lau
2025-10-02PeepholeOpt: Fix losing subregister indexes on full copies (#161310)Matt Arsenault
2025-09-26[ARM] Add extra mulh tests with known-bits. NFCDavid Green
2025-09-26[RegAlloc] Account for use availability when applying rematerializable weight...Luke Lau
2025-09-19[ARM] Replace ABS and tABS machine nodes with custom lowering (#156717)AZero13
2025-09-19Greedy: Take copy hints involving subregisters (#159570)Matt Arsenault
2025-09-12[ARM] Make test more robust (NFC)Nikita Popov
2025-09-10Revert "[DAGCombiner] Relax condition for extract_vector_elt combine" (#157953)Arthur Eubanks
2025-09-10[DAGCombiner] Relax condition for extract_vector_elt combine (#157658)ZhaoQi
2025-09-09[clang][driver][arm][macho] Default to -mframe-pointer=non-leaf. (#154216)Francesco Petrogalli
2025-08-31[TargetLowering] Only freeze LHS and RHS if they are used multiple times in e...AZero13
2025-08-19[RegAllocFast] Don't align stack slots if the stack can't be realigned (#153682)Craig Topper
2025-08-13[AMDGPU] Avoid put implicit_def into bundle that break reg's liveness (#142563)Shoreshen
2025-08-12[MIR] Remove std::variant from multiple save/restore point handling [nfc] (#1...Philip Reames
2025-07-21[IR] Only allow lifetime.start/end on allocas (#149310)Nikita Popov
2025-07-15Remove Native Client support (#133661)Brad Smith
2025-07-15[CostModel] Handle all cost kinds in getCmpSelInstrCost (#148233)David Green
2025-07-14[LSR] Account for hardware loop instructions (#147958)John Brawn
2025-07-10[ARM] Copy SMAX(lhs, 0) and SMIN(lhs, 0) patterns from AArch64 to ARM (#146565)AZero13
2025-07-03[PHIElimination] Revert #131837 #146320 #146337 (#146850)Guy David
2025-06-29[PHIElimination] Reuse existing COPY in predecessor basic block (#131837)Guy David
2025-06-29[ARM] Override hasAndNotCompare (#145441)AZero13
2025-06-24[DAG] Fold nested add(add(reduce(a), b), add(reduce(c), d)) (#115150)David Green
2025-06-18[Thumb2] Regenerate some test checks. NFCBjorn Pettersson
2025-06-10DAG: Assert fcmp uno runtime calls are boolean values (#142898)Matt Arsenault
2025-06-08[ARM] Handle roundeven for MVE. (#142557)David Green
2025-05-30[ARM]: codegen `llvm.roundeven.v*` (#141786)Folkert de Vries
2025-05-22[ARM] Remove kill flags in ReplaceConstByVPNOTs. (#140082)David Green
2025-05-22Fix regression tests with bad FileCheck checks (#140373)Mohammad Bashir
2025-04-28[DAGCombiner] Eliminate fp casts if we have the right fast math flags (#131345)John Brawn
2025-04-24[ARM][RISCV] Partially revert #101786 (#137120)Sergei Barannikov
2025-04-23[SDag][ARM][RISCV] Allow lowering CTPOP into a libcall (#101786)Sergei Barannikov
2025-04-10Revert "[ARM][ConstantIslands] Correct MinNoSplitDisp calculation (#114590)"Pengxuan Zheng