aboutsummaryrefslogtreecommitdiff
path: root/llvm/test
AgeCommit message (Expand)AuthorFilesLines
2024-04-19[sancov] Apply branch weights when checking counters (#89458)Vitaly Buka2-3/+6
2024-04-19[test][sancov] Regenerate with update_test_checks (#89457)Vitaly Buka2-31/+90
2024-04-20AMDGPU: Add tests for atomicrmw handling of new metadata (#89248)Matt Arsenault20-1233/+21618
2024-04-19[SLP]Fix PR89438: Check for same vectorized node in MinBWs, not user.Alexey Bataev1-0/+84
2024-04-19[test] Fix test. NFCMichael Liao1-1/+1
2024-04-19[X86] LowerFunnelShift - improve handling of vXi8 constant splat funnel shiftsSimon Pilgrim4-28/+24
2024-04-19GlobalsModRef, ValueTracking: Look through threadlocal.address intrinsic (#88...Matthias Braun5-57/+118
2024-04-19[llvm-readelf] Print more information for RELRFangrui Song1-40/+101
2024-04-19[InstCombine] Regard zext nneg as sext when folding add(zext neg(add)) (#88887)ZelinMa5571-0/+37
2024-04-19AMDGPU: Use common check prefix in atomic expand testMatt Arsenault1-2403/+393
2024-04-19[DAG] visitADDLike - update "(x - y) + -1 -> add (xor y, -1), x" fold to ac...Simon Pilgrim2-12/+10
2024-04-19[AArch64][X86] xor.ll - fix vec_add_of_not_with_undef_decrement copy+pasta typoSimon Pilgrim2-15/+13
2024-04-19[SystemZ] Add TPEI instruction and Associated Facility (#89372)Dominik Steenken3-0/+17
2024-04-19[SystemZ][z/OS] Implement llvm.frameaddr for XPLINK (#89284)Kai Nacke1-0/+56
2024-04-19[SLP]Fix final analysis for unsigned nodes.Alexey Bataev1-8/+10
2024-04-19[AArch64][SVE2] Generate SVE2 BSL instruction in LLVM for add/sub. (#88413)Dinar Temirbulatov1-0/+15
2024-04-19Revert "[SLP]Fix final analysis for unsigned nodes."Mikhail Goncharov1-10/+8
2024-04-19[IR] Add support for trunc's nuw/nsw flags in `copyIRFlags` (#89353)Yingwei Zheng1-4/+18
2024-04-19[AMDGPU] Allow any linkage for dynlds (#84742)Pierre van Houtryve1-0/+37
2024-04-19[VPlan] Introduce recipes for VP loads and stores. (#87816)Florian Hahn2-12/+8
2024-04-19[AArch64] Remove invalid uabdl patterns. (#89272)David Green1-0/+48
2024-04-19[SPIR-V] SPIR-V Backend must generate a valid OCL version if working in OpenC...Vyacheslav Levytskyy1-7/+13
2024-04-19[test][AArch64][CodeGen] Delete redundant check lines in tiny-model-pic.ll (#...Daniil Kovalev1-162/+0
2024-04-19[FunctionAttrs] Add tests for incorrect noundef inference (#88026)Nikita Popov1-0/+51
2024-04-19[InstCombine] Fix incorrect fshr to fshl transformNikita Popov1-2/+1
2024-04-19[InstCombine] Add test for incorrect fshr transform (#89338)Nikita Popov1-0/+10
2024-04-19[X86][APX] Remove KEYLOCKER and SHA promotions from EVEX MAP4. (#89173)Freddy Ye10-919/+1
2024-04-19[InstCombine] Add test to track BPI when condition was inverted (#86469)Haohai Wen1-0/+36
2024-04-19[PatternMatch] Allow poison in api_pred_ty matchers (#89188)Nikita Popov2-30/+54
2024-04-19[AsmParser] Support calling intrinsics without mangling suffix (#89172)Nikita Popov4-15/+40
2024-04-19[InstCombine] Remove some uses with replaceUndefsWith() (#89190)Nikita Popov8-24/+24
2024-04-18[hwasan] Add testcase for check-memaccess when using a fixed shadow (#89328)Thurston Dang1-0/+165
2024-04-18[GlobalOpt] Precommit tests for PR84694 (#87443)Anshil Gandhi1-0/+88
2024-04-18[memprof] Add Version2 of the indexed MemProf format (#89100)Kazu Hirata1-0/+3
2024-04-18[PGO] Check that PGOOpt exists before using PGOOpt->ColdOptType (#89139)Arthur Eubanks1-0/+4
2024-04-18 [AMDGPU] Add disassembler diagnostics for invalid kernel descriptors (#87400)Emma Pilkington2-0/+165
2024-04-18[SPIR-V] Fix return type when sampling an image with OpImageSampleExplicitLod...Vyacheslav Levytskyy1-0/+32
2024-04-18[SLP]Fix final analysis for unsigned nodes.Alexey Bataev1-8/+10
2024-04-18[SLP][NFC]Add a test with incorrect final analysis for unsigned nodes, being ...Alexey Bataev1-0/+77
2024-04-18[X86] Add GFNI test coverage without AVX512BWSimon Pilgrim3-538/+1388
2024-04-18[X86] ptest is commutable as long as only the Z flag is used. (#88969)Craig Topper4-17/+185
2024-04-18[X86] gfni-rotates.ll - add vXi8 variable/splat/constant test coverageSimon Pilgrim1-0/+1980
2024-04-18[X86] gfni-shifts.ll - add vXi8 variable/splat/constant test coverageSimon Pilgrim1-0/+2517
2024-04-18[DAGCombiner][AArch64] Make combineCarryDiamond avoid creating UADDO_CARRY wi...Craig Topper1-0/+29
2024-04-18[AMDGPU] Support wide register or subregister access when emitting s_singleus...Scott Egerton1-2/+100
2024-04-18AMDGPU: Fix typo in test function namesMatt Arsenault4-194/+194
2024-04-18InstCombine: Fix typo in atomicrmw or testMatt Arsenault1-1/+1
2024-04-18[RISCV] Remove IsEABI from RISCVZC::getStackAdjBase. (#89177)Craig Topper1-0/+73
2024-04-18[AMDGPU] Fix end() iterator dereference in SILowerSGPRSpills (#88828)bcahoon1-0/+33
2024-04-18LoopVectorize: guard marking iv as scalar; fix bug (#88730)Ramkumar Ramachandra1-3/+110