summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM
AgeCommit message (Expand)Author
2025-11-17[DAG] Add strictfp implicit def reg after metadata. (#168282)David Green
2025-11-17[GlobalMerge]Prefer use global-merge-max-offset instead of the target-specifi...hstk30-hw
2025-11-16[revert][CodeGen] add a command to force global merge (#168230)Austin
2025-11-16[CodeGen] add a command to force global mergeAustin
2025-11-12[ARM] Fix not saving FP when required to in frame-pointer=non-leaf. (#163699)Amara Emerson
2025-11-12[ARM] Prevent stack argument overwrite during tail calls (#166492)David Tellenbach
2025-11-12DAG: Use poison when widening build_vector (#167631)Matt Arsenault
2025-11-12[ARM] Use TargetMachine over Subtarget in ARMAsmPrinter (#166329)David Green
2025-11-10RuntimeLibcalls: Remove incorrect sincospi from most targets (#166982)Matt Arsenault
2025-11-05ARM: Add fp128 ldexp tests (#166619)Matt Arsenault
2025-11-05[llvm] Emit canonical linkage correct function symbol (#166487)Prabhu Rajasekaran
2025-11-03ARM: Add watchos run line to llvm.sincos test (#166271)Matt Arsenault
2025-11-03ARM: Add more ABIs to llvm.sincos test (#166264)Matt Arsenault
2025-10-30[ARM] Mark function calls as possibly changing FPSCR (#160699)Erik Enikeev
2025-10-29[ARM] Add instruction selection for strict FP (#160696)Erik Enikeev
2025-10-25[DAGCombine] Improve bswap lowering for machines that support bit rotates (#1...AZero13
2025-10-24[GlobalISel] Make scalar G_SHUFFLE_VECTOR illegal. (#140508)David Green
2025-10-23[ARM][KCFI] Add backend support for Kernel Control-Flow Integrity (#163698)Kees Cook
2025-10-23[test][ARM] Remove unsafe-fp-math-uses (NFC) (#164744)paperchalice
2025-10-22[llvm] Update call graph ELF section type. (#164461)Prabhu Rajasekaran
2025-10-21[ARM][SDAG] Add llvm.lround half promotion. (#164235)David Green
2025-10-15[NFC][llvm] Update call graph section's name. (#163429)Prabhu Rajasekaran
2025-10-15[DAGCombiner] Remove NoNaNsFPMath uses (#163504)paperchalice
2025-10-13[ARM] carry.ll - regenerate test checks (#163172)Simon Pilgrim
2025-10-13[GlobalISel] Add G_SUB for computeNumSignBits (#158384)Yatao Wang
2025-10-11Fix legalizing `FNEG` and `FABS` with `TypeSoftPromoteHalf` (#156343)beetrees
2025-10-10[llvm][AsmPrinter] Call graph section format. (#159866)Prabhu Rajasekaran
2025-10-10[Android] Drop workarounds for older Android API levels pre 9, 17 and 21 (#16...Brad Smith
2025-10-07[ARM] Add mayRaiseFPException to appropriate instructions and mark all instru...Erik Enikeev
2025-10-07[ARM][SDAG] Half promote llvm.lrint nodes. (#161088)David Green
2025-10-04[RegAlloc] Remove default restriction on non-trivial rematerialization (#159211)Luke Lau
2025-10-04[ARM] Update and cleanup lround/llround tests. NFCDavid Green
2025-10-03[LLVM][CodeGen] Check Non Saturate Case in isSaturatingMinMax (#160637)Yatao Wang
2025-10-03[ARM] shouldFoldMaskToVariableShiftPair should be true for scalars up to the ...AZero13
2025-10-02[ARM] Update and cleanup lrint/llrint tests. NFCDavid Green
2025-10-02PeepholeOpt: Fix losing subregister indexes on full copies (#161310)Matt Arsenault
2025-09-30Reserve R9 on armv6 iOS 2.x (#150835)Un1q32
2025-10-01PeepholeOpt: Try to constrain uses to support subregister (#161338)Matt Arsenault
2025-09-28[ARM] Remove `UnsafeFPMath` uses (#151275)paperchalice
2025-09-27[ARM] Generate build-attributes more correctly in the presence of intrinsic d...David Green
2025-09-26[ARM] Remove -fno-unsafe-math from a number of tests. NFCDavid Green
2025-09-26[ARM] Remove `UnsafeFPMath` uses in code generation part (#160801)paperchalice
2025-09-25[ARM] Consider denormal mode in `ARMSubtarget` (#160456)paperchalice
2025-09-21[ARM] ha-alignstack-call.ll - regenerate test checks (#159988)Simon Pilgrim
2025-09-19[CodeGen][NewPM] Port `ReachingDefAnalysis` to new pass manager. (#159572)Mikhail Gudim
2025-09-11[ARM] Allow s constraints on half (#157860)Nikita Popov
2025-09-11ARM: Move remaining half convert libcall config into tablegen (#153408)Matt Arsenault
2025-09-09[clang][driver][arm][macho] Default to -mframe-pointer=non-leaf. (#154216)Francesco Petrogalli
2025-09-06[SelectionDAG][ARM] Propagate fast math flags in visitBRCOND (#156647)paperchalice
2025-09-04[CodeGen] Remove ExpandInlineAsm hook (#156617)Nikita Popov