aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
AgeCommit message (Expand)AuthorFilesLines
2020-05-25tree-optimization/95295 - fix wrong-code with SMRichard Biener3-0/+48
2020-05-25tree-optimization/95271 - fix bswap vectorization invariant SLP typeRichard Biener1-0/+19
2020-05-22Suggest including <stdint.h> or <cstdint> for [u]int[8|16|32|64]_tMark Wielaard1-0/+62
2020-05-22Suggest including <stdbool.h> for bool, true and falseMark Wielaard1-0/+17
2020-05-22analyzer: Add exit, and _exit replacement, to sm-signal.Mark Wielaard1-0/+23
2020-05-22tree-optimization/95248 - fix oversight in SM rewriteRichard Biener1-0/+28
2020-05-20tree-optimization/95219 - improve IV selection for inductionRichard Biener1-1/+3
2020-05-20c/95141 - fix bogus integer overflow warningRichard Biener1-0/+8
2020-05-19TESTSUITE: Fix tests for 16-bit targetsJozef Lawrynowicz29-84/+107
2020-05-18PR middle-end/92815 - spurious -Wstringop-overflow writing into a flexible ar...Martin Sebor1-2/+2
2020-05-18PR middle-end/92815 - spurious -Wstringop-overflow writing into a flexible ar...Martin Sebor3-2/+368
2020-05-18PR middle-end/94940 - spurious -Warray-bounds for a zero length array member ...Martin Sebor1-0/+190
2020-05-18middle-end/95171 - inlining of trapping compare into non-call EH fnRichard Biener1-0/+18
2020-05-18tree-optimization/95172 - avoid mixing conditionalized and ordered SMRichard Biener1-0/+17
2020-05-15tree-optimization/95133 - avoid abnormal edges in path splittingRichard Biener1-0/+14
2020-05-15tree-optimization/33315 - common stores during sinkingRichard Biener3-1/+43
2020-05-14testsuite/94703 - skip gcc.dg/tree-ssa/pr94703.c on strict-align targetsRichard Biener1-0/+1
2020-05-14middle-end/95118 - fix printing of denormal zeroRichard Biener1-0/+11
2020-05-14openmp: Fix placement of 2nd+ preparation statement for PHIs in simd clone lo...Jakub Jelinek1-0/+18
2020-05-13testsuite: Fix up tree-ssa/pr94969.c testcase [PR95110]Jakub Jelinek1-1/+1
2020-05-13Simplify test-case options.Martin Liska1-1/+1
2020-05-13[PR 95013] Fix gcc.dg/unclosed-init.cChristophe Lyon1-1/+1
2020-05-13Add missing unit dependence vector in data dependence analysisBin Cheng1-0/+28
2020-05-12preprocessor: EOF location is at end of file [PR95013]Nathan Sidwell8-8/+11
2020-05-12testsuite: Fix up gcc.dg/asan/pr95051.c testcase [PR95051]Jakub Jelinek1-1/+1
2020-05-12middle-end/94988 fix testcase for big-endianRichard Biener1-0/+2
2020-05-12ASAN: clear DECL_NOT_GIMPLE_REG_P.Martin Liska2-0/+35
2020-05-11tree-optimization/95049 - fix not terminating RPO VN iterationRichard Biener1-0/+7
2020-05-11tree-optimization/94988 - enhance SM some moreRichard Biener3-0/+62
2020-05-10Add handling of MULT_EXPR/PLUS_EXPR for wrapping overflow in affine combinati...Xionghu Luo3-0/+46
2020-05-09testsuite: Fix up two testcases [PR95008]Jakub Jelinek2-2/+2
2020-05-09gcc/testsuite: Remove traces of crisv32-* outside gcc.target/crisHans-Peter Nilsson13-14/+12
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell11-161/+0
2020-05-08move permutation validity checkRichard Biener3-7/+9
2020-05-08match.pd: A ^ ((A ^ B) & -(C cmp D)) -> (C cmp D) ? B : A simplification [PR9...Jakub Jelinek1-0/+66
2020-05-08match.pd: Canonicalize (X + (X >> (prec - 1))) ^ (X >> (prec - 1)) to abs (X)...Jakub Jelinek1-0/+12
2020-05-08match.pd: Simplify unsigned A - B - 1 >= A to B >= A [PR94913]Jakub Jelinek1-0/+33
2020-05-07Fix various dg directives.Manfred Schwarb33-60/+58
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-0/+11
2020-05-07c-family: Fix error-recovery ICE on __builtin_speculation_safe_value [PR94968]Jakub Jelinek1-0/+8
2020-05-07tree-optimization/57359 - rewrite SM codeRichard Biener4-1/+88
2020-05-06add a new option -flarge-source-files.qing zhao1-1/+1
2020-05-06tree-optimization/94963 - avoid bogus uninit warning with store-motionRichard Biener1-0/+35
2020-05-06match.pd: Optimize ~(~X +- Y) into (X -+ Y) [PR94921]Jakub Jelinek1-0/+18
2020-05-06combine: Don't replace SET_SRC with REG_EQUAL note content if SET_SRC has sid...Jakub Jelinek1-0/+27
2020-05-05Delete changes meant for a private branch.Michael Meissner1-10/+0
2020-05-05Patch ieee128-lib-patch006bMichael Meissner1-0/+10
2020-05-05Provide hint for misspelled -fdump-foo options.Martin Liska1-0/+3
2020-05-05Merge dg-options and dg-additional-options if len <= 120 chars.Martin Liska1-2/+1
2020-05-05testsuite/92177 - adjust expected patterns for gcc.dg/vect/bb-slp-22.cRichard Biener1-3/+2