aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute
AgeCommit message (Expand)AuthorFilesLines
2022-03-15ifcvt: Punt if not onlyjump_p for find_if_case_{1,2} [PR104814]Jakub Jelinek1-0/+30
2022-03-09simplify-rtx: Fix up SUBREG_PROMOTED_SET arguments [PR104839]Jakub Jelinek1-0/+37
2022-02-22ranger: Fix up REALPART_EXPR/IMAGPART_EXPR handling [PR104604]Jakub Jelinek1-0/+34
2022-02-07testsuite: Fix up testsuite/gcc.c-torture/execute/builtins/lib/chk.c for powe...Jakub Jelinek1-0/+11
2022-01-27reassoc: Fix up inter-bb range optimization [PR104196]Jakub Jelinek1-0/+19
2022-01-03Update copyright years.Jakub Jelinek3-3/+3
2021-11-25match.pd: Fix up the recent bitmask_inv_cst_vector_p simplification [PR103417]Jakub Jelinek1-0/+11
2021-11-24Fix handling of static chain in ipa_merge_modref_summary_after_inliningJan Hubicka1-0/+37
2021-11-24bswap: Fix up symbolic merging for xor and plus [PR103376]Jakub Jelinek1-0/+29
2021-11-21Fix looping flag discovery in ipa-pure-constJan Hubicka1-0/+35
2021-11-17ranger: Fix up fold_using_range::range_of_address [PR103255]Jakub Jelinek1-0/+41
2021-11-15[Commmitted] Move some testcases to torture from tree-ssaAndrew Pinski2-0/+31
2021-11-12Fix wrong code with pure functionsJan Hubicka1-0/+36
2021-11-09[Committed] Fix tree-optimization/103152: Still one more -signed1bit issueAndrew Pinski1-0/+12
2021-10-10tree-optimization: [PR102622]: wrong code due to signed one bit integer and "...Andrew Pinski1-0/+24
2021-08-31tree-ssa-ccp: Fix up bit_value_binop on RSHIFT_EXPR [PR102134]Jakub Jelinek1-0/+23
2021-08-23gcc.c-torture/execute: Fix tmpnam issue on WindowsJonathan Yong4-3/+19
2021-08-04testsuite: Fix duplicated content of gcc.c-torture/execute/ieee/pr29302-1.xJakub Jelinek1-6/+0
2021-06-23testsuite: add -fwrapv for 950704-1.cXi Ruoyao1-0/+1
2021-05-06testsuite: gcc.c-torture/execute/ieee/cdivchkld.c needs fmaxlChristophe Lyon1-0/+4
2021-05-05Fix PR target/100402Eric Botcazou1-0/+31
2021-05-02aix: Redesign section encoding and selectionDavid Edelsohn1-0/+1
2021-04-28Practical improvement to libgcc complex dividePatrick McGehearty3-0/+419
2021-04-07testsuite/99955 - fix may_alias declaration of vectorRichard Biener1-2/+2
2021-04-07tree-optimization/98736 - use programing order preserved RPO in ldistBin Cheng1-0/+14
2021-03-29Fix pr99751.c testcaseJan Hubicka1-0/+20
2021-02-15match.pd: Fix up A % (cast) (pow2cst << B) simplification [PR99079]Jakub Jelinek1-0/+18
2021-01-27aarch64: Fix up *aarch64_bfxilsi_uxtw [PR98853]Jakub Jelinek2-0/+40
2021-01-26aarch64: Tighten up checks for ubfix [PR98681]Jakub Jelinek1-0/+18
2021-01-18widening_mul: Fix up signed multiplication overflow check handling [PR98727]Jakub Jelinek1-0/+20
2021-01-12reassoc: Optimize in reassoc x < 0 && y < 0 to (x | y) < 0 etc. [PR95731]Jakub Jelinek1-0/+40
2021-01-04Update copyright years.Jakub Jelinek3-3/+3
2020-12-31wide-int: Fix wi::to_mpz [PR98474]Jakub Jelinek1-0/+30
2020-12-19expr: Fix up constant_byte_string bitfield handling [PR98366]Jakub Jelinek1-0/+13
2020-12-05modulo-sched: Carefully process loop counter initialization [PR97421]Roman Zhuykov3-0/+63
2020-11-23Implement the "persistent" attributeJozef Lawrynowicz1-63/+0
2020-11-23Fix "noinit" attribute being ignored for -O0 and -fdata-sectionsJozef Lawrynowicz1-1/+1
2020-11-18vrp: Fix operator_trunc_mod::op1_range [PR97888]Jakub Jelinek2-0/+43
2020-11-15Mare return to clear EAF_UNUSED flag.Jan Hubicka1-0/+17
2020-11-13MSP430: Skip index-1.c testJozef Lawrynowicz1-0/+2
2020-11-10sccvn: Fix up push_partial_def little-endian bitfield handling [PR97764]Jakub Jelinek1-0/+14
2020-11-04Add testcase for pr97695Jan Hubicka1-0/+20
2020-10-23stor-layout: Reject forming arrays with elt sizes not divisible by elt alignm...Jakub Jelinek2-53/+0
2020-10-16IPA: compare VRP types.Martin Liska1-0/+28
2020-10-15[nvptx, testsuite] Remove dg-skip-if for ptxas crash fixed in cuda 8.0Tom de Vries1-1/+0
2020-10-15[nvptx, testsuite] Remove dg-skip-if for ptxas crashesTom de Vries1-2/+0
2020-10-15[nvptx, testsuite] Remove xpassing xfails for ptxas crashesTom de Vries3-3/+0
2020-10-13combine: Fix up simplify_shift_const_1 for nested ROTATEs [PR97386]Jakub Jelinek2-0/+36
2020-10-09match.pd: Fix up FFS -> CTZ + 1 optimization [PR97325]Jakub Jelinek1-0/+15
2020-09-27optabs: Don't reuse target for multi-word expansions if it overlaps operand(s...Jakub Jelinek1-0/+21