aboutsummaryrefslogtreecommitdiff
path: root/llvm/test
AgeCommit message (Expand)AuthorFilesLines
2022-11-23Revert "Reapply: Add an error message to the default SIGPIPE handler"Bill Wendling1-26/+0
2022-11-15[VectorUtils] Skip interleave members with diff type and alloca sizes.Florian Hahn1-0/+141
2022-11-15[GlobalOpt] Don't remove inalloca from varargs functionsArthur Eubanks1-0/+38
2022-11-10[TypePromotion] Replace Zext to Truncate for the case src bitwidth is largerchenglin.bi1-0/+20
2022-11-01AMDGPU: Make various vector undefs legalllvmorg-15.0.4Matt Arsenault10-458/+304
2022-10-28[SPARC] Make calls to function with big return values workKoakuma2-27/+254
2022-10-24[AutoUpgrade] Fix remangling when upgrading struct return typeNikita Popov1-0/+19
2022-10-24[InstCombine] Bail out of casting calls when a conversion from/to byval is in...Mike Hommey2-2/+32
2022-10-24[SROA] Don't speculate phis with different load user typesArthur Eubanks1-0/+41
2022-10-18[ARM] Fix for MVE i128 vector icmp costs.llvmorg-15.0.3David Green1-0/+5
2022-10-18[llvm] [test] Add missing canonicalization of LLVM_ENABLE_ZSTDMichał Górny1-0/+1
2022-10-17[AArch64][SVE] Fix AArch64_SVE_VectorCall calling conventionMatt Devereau1-1/+296
2022-10-13Revert "Recommit "[SCEV] Look through single value PHIs." (take 3)"Martin Storsjö9-70/+69
2022-10-10[LoopVersioning] Invalidate SCEV for phi if new values are added.Florian Hahn1-0/+125
2022-10-03[LV] Update handling of scalable pointer inductions after b73d2c8.Florian Hahn4-240/+167
2022-10-03[LV] Add test for #57912.Florian Hahn1-0/+216
2022-10-03[LV] Convert sve-epilog-vect.ll to use opaque pointers.Florian Hahn1-111/+99
2022-09-30[ValueTracking] Fix CannotBeOrderedLessThanZero() for fdiv (PR58046)Nikita Popov1-2/+6
2022-09-30[InstSimplify] Add test for PR58046 (NFC)Nikita Popov1-0/+12
2022-09-20[LV] Keep track of cost-based ScalarAfterVec in VPWidenPointerInd.llvmorg-15.0.1Florian Hahn6-178/+272
2022-09-20[LV] Move new epilog-vectorization-widen-inductions.ll to AArch64 dir.Florian Hahn1-0/+0
2022-09-20[LV] Add tests for epilogue vectorization with widened inductions.Florian Hahn1-0/+274
2022-09-19[CodeGen] Don't zero callee-save registers with zero-call-used-regs (PR57692)Nikita Popov2-52/+0
2022-09-15[llvm-objdump] Change printSymbolVersionDependency to use ELFFile APIFangrui Song2-2/+22
2022-09-15[llvm-objdump][test] Add verneed-invalid.testFangrui Song1-0/+25
2022-09-12[DwarfEhPrepare] Assign dummy debug location for inserted _Unwind_Resume call...Nikita Popov1-0/+64
2022-09-08[DAG] extractShiftForRotate - replace assertion for shift opcode with an earl...Simon Pilgrim1-0/+31
2022-09-07[Symbolizer] Handle {{{bt}}} symbolizer markup element.Daniel Thornburgh1-0/+213
2022-09-07[Symbolizer] Fix symbolizer-filter-markup-pc.test on WindowsDaniel Thornburgh1-4/+4
2022-09-07[Symbolizer] Implement pc element in symbolizing filter.Daniel Thornburgh2-1/+189
2022-09-07[Symbolizer] Implement data symbolizer markup element.Daniel Thornburgh6-16/+51
2022-09-07AMDGPU: mbcnt allow for non-zero src1 for known-bitsDavid Stuttard1-6/+61
2022-09-04[RLEV] Pick a correct insert point when incoming instruction is itself a phi ...Philip Reames1-0/+38
2022-09-01[SLP]Fix PR57447: Assertion `!getTreeEntry(V) && "Scalar already in tree!"' f...Alexey Bataev1-0/+57
2022-08-30[MCContext] Reverse order of DebugPrefixMap sort for generated assembly debug...Dan McGregor1-4/+5
2022-08-30[LAA] Require AddRecs to be in the innermost loop for diff-checks.Florian Hahn1-13/+35
2022-08-30[LV] Add another test for incorrect runtime check generation.Florian Hahn1-8/+46
2022-08-30[LV] Add test for incorrect runtime check generation #57315.Florian Hahn1-0/+41
2022-08-30[LV] Convert runtime diff check test to use opaque pointers.Florian Hahn1-41/+39
2022-08-25[X86][FP16] Add the missing legal action for EXTRACT_SUBVECTORllvmorg-15.0.0-rc3Phoebe Wang3-32/+335
2022-08-25[DAG] MatchRotate - bail if we fail to match a shl/srl pairSimon Pilgrim1-0/+38
2022-08-23[InstCombine] Refactor foldICmpMulConstantAlexander Shaposhnikov1-1/+3
2022-08-22[Sparc] Don't use SunStyleELFSectionSwitchSyntaxRainer Orth2-6/+6
2022-08-22[InstCombine] Correct strtol folding with nonnull endptrMartin Sebor2-99/+139
2022-08-22[SDAG] avoid generating libcall to function with same nameSanjay Patel1-24/+48
2022-08-22[AArch64] add test for recursive libcall lowering; NFCSanjay Patel1-1/+56
2022-08-17[DAG] Ensure more Legal BUILD_VECTOR elements types in shuffle->And combineDavid Green1-0/+17
2022-08-16[DebugInfo] -fdebug-prefix-map: handle '#line "file"' for asm sourceFangrui Song1-0/+20
2022-08-16[DebugInfo] Don't join DW_AT_comp_dir and directories[0] for DWARF v5 line ta...Fangrui Song2-6/+4
2022-08-16[MCDwarf] Respect -fdebug-prefix-map= for generated assembly debug info (DWAR...Fangrui Song1-6/+6