aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture
AgeCommit message (Expand)AuthorFilesLines
2023-03-12gcc.c-torture/compile/103818.c: Enable for llp64 tooJonathan Yong1-1/+1
2023-03-09range-op-float: Fix up reverse binary operations [PR109008]Jakub Jelinek1-0/+18
2023-02-16reassoc: Fix up (ab) handling in eliminate_redundant_comparison [PR108783]Jakub Jelinek1-0/+42
2023-02-09tree-optimization: [PR108684] ICE in verify_ssa due to simple_dce_from_worklistAndrew Pinski2-0/+31
2023-02-09match.pd: Simplify BFR of insert when extracting exactly all inserted bits [P...Jakub Jelinek1-2/+1
2023-02-09match.pd: When simplifying BFR of an insert, require a mode precision integra...Andrew Pinski1-0/+15
2023-02-07cgraph: Handle simd clones in cgraph_node::set_{const,pure}_flag [PR106433]Jakub Jelinek1-0/+24
2023-02-03irange: Compare nonzero bits in irange with widest_int [PR108639]Aldy Hernandez2-0/+23
2023-02-02amdgcn, libgomp: Manually allocated stacksAndrew Stubbs1-1/+1
2023-01-31bbpart: Fix up ICE on asm goto [PR108596]Jakub Jelinek1-0/+26
2023-01-26frange: Fix up foperator_{,not_}equal::fold_range for signed zeros [PR108540]Jakub Jelinek2-0/+107
2023-01-25store-merging: Disable string_concatenate mode if start or end aren't byte al...Jakub Jelinek2-0/+173
2023-01-17forwprop: Fix up rotate pattern matching [PR106523]Jakub Jelinek1-0/+22
2023-01-16Update copyright years.Jakub Jelinek5-5/+5
2023-01-13testsuite: Add another testcase from PR107131Jakub Jelinek1-0/+18
2023-01-06testsuite: Add testcases from PR108292 and PR108308Jakub Jelinek1-0/+18
2023-01-04generic-match-head: Don't assume GENERIC folding is done only early [PR108237]Jakub Jelinek1-0/+14
2022-12-21testsuite: Fix pr55569.c excess errors on LLP64Jonathan Yong1-1/+1
2022-12-21Fix PR 105532: match.pd patterns calling tree_nonzero_bits with vector typesAndrew Pinski1-0/+8
2022-12-16loop-invariant: Split preheader edge if the preheader bb ends with jump [PR10...Jakub Jelinek1-0/+17
2022-12-13vect-patterns: Fix up vect_recog_rotate_pattern [PR108064]Jakub Jelinek1-0/+28
2022-12-10ivopts: Fix IP_END handling for asm goto [PR107997]Jakub Jelinek1-0/+23
2022-12-06testsuite: Use -mnofpu for rx-*-* in ieee testsuite [PR107046]Jakub Jelinek1-0/+3
2022-12-05match.pd: Don't fold nan < x etc. for -ftrapping-math [PR106805]Jakub Jelinek3-0/+48
2022-12-05range-op-float: Fix up multiplication and division reverse operation [PR107879]Jakub Jelinek1-0/+25
2022-11-30tree-chrec: Fix up ICE on pointer multiplication [PR107835]Jakub Jelinek1-0/+11
2022-11-12range-op: Implement op[12]_range operators for {PLUS,MINUS,MULT,RDIV}_EXPRJakub Jelinek1-0/+26
2022-10-06Fix wrong code generated by unroll-and-jam passEric Botcazou1-0/+29
2022-09-17reassoc: Fix up recent regression in optimize_range_tests_cmp_bitwise [PR106958]Jakub Jelinek1-0/+13
2022-09-14Disallow pointer operands for |, ^ and partly & [PR106878]Jakub Jelinek1-0/+15
2022-08-3132-bit PA-RISC with HP-UX: remove deprecated portsMartin Liska1-3/+0
2022-08-25PR 106101: IBM zSystems: Fix strict_low_part problemAndreas Krebbel1-0/+62
2022-08-07Move testcase gcc.dg/tree-ssa/pr93776.c to gcc.c-torture/compile/pr93776.cAndrew Pinski1-0/+27
2022-07-10loongarch: fix mulsidi3_64bit instructionXi Ruoyao1-0/+20
2022-07-09[PATCH] match.pd: Add new bitwise arithmetic pattern [PR98304]Sam Feifer1-0/+37
2022-07-09Fix tree-opt/PR106087: ICE with inline-asm with multiple output and assigned ...Andrew Pinski1-0/+14
2022-07-03loongarch: use -mno-check-zero-division as the default for optimized codeXi Ruoyao1-0/+1
2022-06-21ifcvt: Don't introduce trapping or faulting reads in noce_try_sign_mask [PR10...Jakub Jelinek1-0/+21
2022-06-21expand: Fix up expand_cond_expr_using_cmove [PR106030]Jakub Jelinek1-0/+16
2022-06-16match.pd: Fix up __builtin_mul_overflow_p signed type optimization [PR105984]Jakub Jelinek1-0/+19
2022-06-03match.pd: Optimize __builtin_mul_overflow_p (x, cst, (stype)0) [PR105777]Jakub Jelinek2-0/+102
2022-05-17i386: Fix up V2DI and V1TI inequality comparisons [PR105613]Jakub Jelinek1-0/+26
2022-05-03testsuite: libgcc function name for PRUDimitar Dimitrov1-1/+1
2022-04-20Fix overflows in ipa-modref-tree.ccJan Hubicka1-0/+12
2022-04-14simplify-rtx: Don't assume shift count has the same mode as the shift [PR105247]Jakub Jelinek1-0/+10
2022-04-13attribs: Restrict decl_attributes DECL_FUNCTION_SPECIFIC_TARGET changes to ta...Jakub Jelinek1-0/+14
2022-04-09Update semantic_interposition flag at analysis timeJan Hubicka1-0/+9
2022-04-06c++: vector compound literal [PR105187]Jason Merrill1-16/+0
2022-03-22testsuite: Add testcase for no longer failing PR [PR102645]Jakub Jelinek1-0/+18
2022-03-15ifcvt: Punt if not onlyjump_p for find_if_case_{1,2} [PR104814]Jakub Jelinek1-0/+30