aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Reapply "Move assertion for AdjustsStack from PEI to MachineVerifier (#85698)"Jonas Paulsson1-0/+2
2024-03-21[ARM] Regenerate some check lines. NFCDavid Green2-53/+361
2024-03-20Revert "Move assertion for AdjustsStack from PEI to MachineVerifier. (#85698)"Jonas Paulsson1-2/+0
2024-03-20Move assertion for AdjustsStack from PEI to MachineVerifier. (#85698)Jonas Paulsson1-0/+2
2024-03-11[llvm][arm] add T1 and T2 assembly options for vlldm and vlstmSivan Shani2-6/+5
2024-03-09[GISel] Enforce G_PTR_ADD RHS type matching index size for addr space (#84352)Jay Foad1-28/+0
2024-03-03[ARM] Mark AESD and AESE instructions as commutative.David Green2-22/+63
2024-03-02[ARM] Add alias tests for ROPI/RWPIFangrui Song1-0/+34
2024-02-29Revert "[llvm][arm] add T1 and T2 assembly options for vlldm and vlstm (#83116)"Tomas Matheson2-6/+7
2024-02-28[llvm][arm] add T1 and T2 assembly options for vlldm and vlstm (#83116)SivanShani-Arm2-7/+6
2024-02-26[ARM] Update IsRestored for LR based on all returns (#82745)ostannard1-5/+6
2024-02-26Pre-commit test showing bug #80287Oliver Stannard1-0/+55
2024-02-26[CodeGen] [ARM] Make RISC-V Init Undef Pass Target Independent and add suppor...Jack Styles1-0/+1
2024-02-12[GlobalISel][ARM] legalize G_FPENV_RESET for soft-float mode (#81456)Serge Pavlov1-0/+14
2024-02-07[GlobalISel][ARM] Support missing case for G_CONSTANT (#80555)Serge Pavlov1-0/+25
2024-02-05[ARM] Convert tests to opaque pointers (NFC)Nikita Popov17-1569/+1569
2024-02-04[DAGCombiner][ARM] Teach reduceLoadWidth to handle (and (srl (load), C, Shift...Craig Topper1-0/+112
2024-02-04[GlobalISel][ARM] Legalze set_fpenv and get_fpenv (#79852)Serge Pavlov1-0/+78
2024-02-02[ARM] Switch to soft promoting half types. (#80440)Harald van Dijk13-1039/+900
2024-02-01[MIRPrinter] Don't print line break when there is no instructions (NFC) (#80147)Quentin Dian2-3/+0
2024-02-01[ARM] Add ctpop codegen testsSimon Pilgrim1-0/+118
2024-01-31[MIRPrinter] Don't print space when there is no successor (#80143)Quentin Dian1-1/+1
2024-01-31[ARM][NEON] Add constraint to vld2 Odd/Even Pseudo instructions. (#79287)Alfie Richards3-60/+292
2024-01-22[Thumb,ELF] Fix access to dso_preemptable __stack_chk_guard with static reloc...Fangrui Song1-6/+24
2024-01-22[Thumb,test] Improve __stack_chk_guard testFangrui Song1-0/+149
2024-01-17Revert faecc736e2ac3cd8c77 #74443 [DAG] isSplatValue - node is a splat if all...Simon Pilgrim1-7/+10
2024-01-16[ARM] Add missing earlyclobber to sqrshr and uqrshl instructions. (#77782)Alfie Richards1-0/+21
2024-01-09Port CodeGenPrepare to new pass manager (and BasicBlockSectionsProfil… (#77...Nick Anderson1-2/+2
2024-01-05[RemoveDIs] Handle DPValues in FastISel (#76952)Orlando Cazalet-Hyams1-0/+1
2024-01-05Revert 4d7c5ad58467502fcbc433591edff40d8a4d697d "[NewPM] Update CodeGenPrepar...Simon Pilgrim1-2/+2
2024-01-05Port CodeGenPrepare to new pass manager (and BasicBlockSectionsProfil… (#75...Nick Anderson1-2/+2
2023-12-18[ARM][FPEnv] Lowering of fpmode intrinsics (#74054)Serge Pavlov1-0/+98
2023-12-14[ARM] Do not emit unwind tables when saving LR around outlined call (#69611)ostannard1-0/+99
2023-12-14[VPlan] Add a test for testing unused interleave recipes (#75026)Shih-Po Hung1-19/+22
2023-12-14Revert rG2047ab00eaf0a17e71ce5e8a5b27a8c90f034c3d "[VPlan] Add a test for tes...Simon Pilgrim1-22/+19
2023-12-14[VPlan] Add a test for testing unused interleave recipes (#75026)Shih-Po Hung1-19/+22
2023-12-12[CodeGen] Port `SjLjEHPrepare` to new pass manager (#75023)paperchalice1-1/+2
2023-12-08 [DAG] isSplatValue - node is a splat if all demanded elts have the same whol...Simon Pilgrim1-10/+7
2023-12-07[DAG] Don't split f64 constant stores if the fp imm is legal (#74622)Simon Pilgrim2-18/+14
2023-12-06[ARM] Regenerate aapcs-hfa-code.llSimon Pilgrim1-62/+121
2023-12-05[Tests] Add disjoint flag to some tests (NFC)Nikita Popov12-72/+72
2023-11-22[llvm][ARM] Emit MVE .arch_extension after .fpu directive if it does not incl...simpal011-0/+14
2023-11-20[ARM][FPEnv] Lowering of fpenv intrinsicsSerge Pavlov1-1/+32
2023-11-15[SDAG] Simplify is-power-of-2 codegen (#72275)Tavian Barnes1-8/+6
2023-11-10Revert "[ARM][FPEnv] Lowering of fpenv intrinsics"Serge Pavlov1-30/+0
2023-11-10[ARM][FPEnv] Lowering of fpenv intrinsicsSerge Pavlov1-0/+30
2023-11-03[IR] Remove zext and sext constant expressions (#71040)Nikita Popov3-53/+102
2023-11-02Reland: [GlobalISel] LegalizationArtifactCombiner: Elide redundant G_ANDTobias Stadler1-9/+4
2023-10-31[ARM,ELF] Fix access to dso_preemptable __stack_chk_guard with static relocat...Fangrui Song1-4/+18
2023-10-31[ARM][test] Improve stack-protector testsFangrui Song2-6/+51