aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2021-12-26i386: Check AX input in any_mul_highpart peepholesH.J. Lu1-0/+38
2021-12-26Fortran: speed up decimal output of integersFrancois-Xavier Coudert1-0/+293
2021-12-25Daily bump.GCC Administrator1-0/+15
2021-12-24i386: Add V2SFmode DIV insn pattern [PR95046, PR103797]Uros Bizjak1-1/+10
2021-12-24Darwin: Update rules for handling alignment of globals.Iain Sandoe4-3/+37
2021-12-24Daily bump.GCC Administrator1-0/+27
2021-12-23smuldi3_highpart.c: Replace long with long long for -mx32H.J. Lu1-1/+1
2021-12-23x86: PR target/103773: Fix wrong-code with -Oz from pop to memory.Roger Sayle2-0/+31
2021-12-23i386: Enable intrinsics that convert float and bf16 data to each other.konglin14-0/+78
2021-12-23Combine vpcmpuw + zero_extend to vpcmpuw.liuhongt6-0/+1360
2021-12-23Daily bump.GCC Administrator1-0/+17
2021-12-22Fortran: BOZ literal constants are not interoperableHarald Anlauf1-0/+7
2021-12-22Fortran: CASE selector expressions must be scalarHarald Anlauf1-0/+25
2021-12-22arm: Declare MVE types internally via pragmaMurray Steele4-0/+84
2021-12-22Daily bump.GCC Administrator1-0/+20
2021-12-21i386: Add missing BMI intrinsic to align with clangJiang Haochen3-3/+21
2021-12-20Don't move cold code out of loop by checking bb countXionghu Luo6-1/+143
2021-12-20Fix incorrect loop exit edge probability [PR103270]Xionghu Luo1-0/+19
2021-12-21Daily bump.GCC Administrator1-0/+36
2021-12-20c++: memfn lookup consistency in incomplete-class ctxPatrick Palka2-0/+53
2021-12-20d: Merge upstream dmd ad8412530, druntime fd9a4544, phobos 495e835c2.Iain Buclaw3-9/+39
2021-12-20Fix static array size in gcc.dg/vect/vect-simd-20.cOlivier Hainque1-1/+1
2021-12-20x86_64: Improve code expanded for highpart multiplications.Roger Sayle1-0/+11
2021-12-20c++: ahead-of-time overload set pruning for non-dep callsPatrick Palka5-11/+105
2021-12-20Fix handling of deferred SSA names in modref dataflowJan Hubicka1-0/+22
2021-12-20Optimize bit_and op1 float_vector_all_ones_operands to op1.liuhongt1-0/+35
2021-12-20Daily bump.GCC Administrator1-0/+20
2021-12-19Change the xfail in gcc.dg/uninit-pr89230-1.cAndrew Pinski1-2/+2
2021-12-19c++: nested lambda capturing a capture proxy, cont [PR94376]Patrick Palka1-0/+42
2021-12-19c++: local_specializations and recursive constrained fn [PR103714]Patrick Palka1-0/+17
2021-12-19testsuite: mark tests that require aliasFrancois-Xavier Coudert2-1/+3
2021-12-19Daily bump.GCC Administrator1-0/+23
2021-12-18Fortran: reject BOZ type argument to SIZEOF().Harald Anlauf1-0/+6
2021-12-18x86: PR target/103611: Splitter for DST:DI = (HI:SI<<32)|LO:SI.Roger Sayle1-0/+43
2021-12-18PR target/32803: Add -Oz option for improved clang compatibility.Roger Sayle1-0/+10
2021-12-18Darwin: Future-proof and homogeneize detection of darwin versionsFrançois-Xavier Coudert4-4/+5
2021-12-18Daily bump.GCC Administrator1-0/+114
2021-12-17attribs: Fix wrong error with -Wno-attribute=A::b [PR103649]Marek Polacek1-0/+16
2021-12-17testsuite: update expected results for ilp32.David Edelsohn1-2/+2
2021-12-17Add -mdejagnu-cpu=power7 to dg-options for pr97142.cOlivier Hainque1-1/+1
2021-12-17c++: Improve diagnostic for class tmpl/class redecl [PR103749]Marek Polacek2-1/+20
2021-12-17rs6000: Update darn testcasesSegher Boessenkool4-8/+6
2021-12-17coroutines: Handle initial awaiters with non-void returns [PR 100127].Iain Sandoe1-0/+65
2021-12-17coroutines: Pass lvalues to user-defined operator new [PR 100772].Iain Sandoe2-0/+170
2021-12-17coroutines, c++: Add test for PR 96517.Iain Sandoe1-0/+29
2021-12-17testsuite: pragma-optimize.c requires ifunc.David Edelsohn1-0/+1
2021-12-17vect: Fix multi-vector SLP gather loads [PR103744]Richard Sandiford2-0/+51
2021-12-17slp: check that the operation we're combing is a boolean operation [PR103741]Tamar Christina1-0/+26
2021-12-17Add combine splitter to transform vpternlogd/vpcmpeqd/vpxor/vblendvps to vble...Haochen Jiang1-0/+8
2021-12-17__builtin_dynamic_object_size: Recognize builtinSiddhesh Poyarekar24-0/+233