aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM
AgeCommit message (Expand)AuthorFilesLines
7 hours[SelectionDAGBuilder] Remove NoNaNsFPMath uses (#169904)paperchalice1-10/+10
3 days[ARM] Autogenerate checks for crypto intrinsics (#180147)Jay Foad1-14/+29
4 days[ARM] Set operation action for UMULO and SMULO as Custom if not Thumb1 (#154253)SiliconA-Z1-6/+4
4 daysIR: Promote "denormal-fp-math" to a first class attribute (#174293)Matt Arsenault7-9/+9
4 days[ARM] Recognize abi tag module flags (#161306)paperchalice1-0/+14
7 days[ARM] Lower unaligned loads/stores to aeabi functions. (#172672)Simi Pallipurath2-63/+787
7 days[ARM] Expand and regenerate llvm/test/CodeGen/ARM/cls.ll. NFCDavid Green1-17/+128
14 days[SDAG] Remove non-canonical fabs libcall handling (#177967)Nikita Popov4-12/+12
14 days[ARM] Count register copies when estimating function size (#175763)Simon Tatham1-0/+37
2026-01-25TargetLowering: Allow FMINNUM/FMAXNUM to lower to FMINIMUM/FMAXIMUM even with...valadaptive3-300/+396
2026-01-15Make MachineBlockFrequencyInfo a required pass for the MachineScheduler pass....Tony Linthicum1-1/+1
2026-01-15[ARM] Add size to `tLDRLIT_ga_pcrel|abs` Pseudo Instructions (#175663)Usman Nadeem1-0/+77
2026-01-14[ARM] Add tablegen patterns for vsdot and vudot high index. (#174728)David Green1-8/+4
2026-01-12 [Clang] Add `__builtin_stack_address` (#148281)moorabbit1-0/+10
2026-01-07[ARM] Update and extend neon-dot-product.ll. NFCDavid Green1-21/+89
2025-12-18[CodeGen] Rename expand-fp to expand-ir-insts (#172681)Frederik Harwath1-1/+1
2025-12-18[CodeGen] Merge ExpandLargeDivRem into ExpandFp (#172680)Frederik Harwath1-1/+0
2025-12-17fix `llvm.fma.f16` double rounding issue when there is no native support (#17...Folkert de Vries1-30/+50
2025-12-13[SelectionDAG] Support integer types with multiple registers in ComputePHILiv...Craig Topper1-49/+51
2025-12-10[SDAG] Remove most non-canonical libcall handing (#171288)Nikita Popov3-44/+42
2025-12-09[SDAG] Don't handle non-canonical libcalls in SDAG lowering (#171114)Nikita Popov1-4/+2
2025-12-08cmse: emit `__acle_se_` symbol for aliases to entry functions (#162109)Folkert de Vries1-0/+17
2025-12-02Avoid maxnum(sNaN, x) optimizations / folds (#170181)Lewis Crawford1-7/+32
2025-12-01[ARM] Disable strict node mutation and use correct lowering for several stric...Erik Enikeev2-4/+1503
2025-11-17[DAG] Add strictfp implicit def reg after metadata. (#168282)David Green1-0/+17
2025-11-17[GlobalMerge]Prefer use global-merge-max-offset instead of the target-specifi...hstk30-hw1-0/+1
2025-11-16[revert][CodeGen] add a command to force global merge (#168230)Austin1-23/+0
2025-11-16[CodeGen] add a command to force global mergeAustin1-0/+23
2025-11-12[ARM] Fix not saving FP when required to in frame-pointer=non-leaf. (#163699)Amara Emerson1-0/+37
2025-11-12[ARM] Prevent stack argument overwrite during tail calls (#166492)David Tellenbach1-0/+69
2025-11-12DAG: Use poison when widening build_vector (#167631)Matt Arsenault1-4/+4
2025-11-12[ARM] Use TargetMachine over Subtarget in ARMAsmPrinter (#166329)David Green1-0/+7
2025-11-10RuntimeLibcalls: Remove incorrect sincospi from most targets (#166982)Matt Arsenault1-0/+249
2025-11-05ARM: Add fp128 ldexp tests (#166619)Matt Arsenault1-0/+66
2025-11-05[llvm] Emit canonical linkage correct function symbol (#166487)Prabhu Rajasekaran3-5/+3
2025-11-03ARM: Add watchos run line to llvm.sincos test (#166271)Matt Arsenault1-0/+221
2025-11-03ARM: Add more ABIs to llvm.sincos test (#166264)Matt Arsenault1-175/+735
2025-10-30[ARM] Mark function calls as possibly changing FPSCR (#160699)Erik Enikeev1-0/+13
2025-10-29[ARM] Add instruction selection for strict FP (#160696)Erik Enikeev5-25/+1743
2025-10-25[DAGCombine] Improve bswap lowering for machines that support bit rotates (#1...AZero132-96/+66
2025-10-24[GlobalISel] Make scalar G_SHUFFLE_VECTOR illegal. (#140508)David Green1-4/+2
2025-10-23[ARM][KCFI] Add backend support for Kernel Control-Flow Integrity (#163698)Kees Cook7-28/+697
2025-10-23[test][ARM] Remove unsafe-fp-math-uses (NFC) (#164744)paperchalice24-33/+33
2025-10-22[llvm] Update call graph ELF section type. (#164461)Prabhu Rajasekaran2-2/+2
2025-10-21[ARM][SDAG] Add llvm.lround half promotion. (#164235)David Green2-10/+42
2025-10-15[NFC][llvm] Update call graph section's name. (#163429)Prabhu Rajasekaran4-10/+10
2025-10-15[DAGCombiner] Remove NoNaNsFPMath uses (#163504)paperchalice1-8/+12
2025-10-13[ARM] carry.ll - regenerate test checks (#163172)Simon Pilgrim1-32/+55
2025-10-13[GlobalISel] Add G_SUB for computeNumSignBits (#158384)Yatao Wang1-3/+4
2025-10-11Fix legalizing `FNEG` and `FABS` with `TypeSoftPromoteHalf` (#156343)beetrees1-40/+10