aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-20re PR c/90898 (ICE in insert_clobber_before_stack_restore, at tree-ssa-ccp.c:...Jakub Jelinek1-5/+3
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-11-05PR middle-end/92333 - missing variable name referencing VLA in warningsMartin Sebor1-1/+19
2019-09-26function.c (gimplify_parameters): Use build_clobber function.Jakub Jelinek1-3/+1
2019-09-18Make get_value_for_expr check for INTEGER_CSTsRichard Sandiford1-3/+11
2019-08-21re PR tree-optimization/91482 (__builtin_assume_aligned should not break writ...Richard Biener1-0/+26
2019-08-13Protect some checks of DECL_FUNCTION_CODERichard Sandiford1-4/+1
2019-08-05Add a gimple_move_vops helper functionRichard Sandiford1-3/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-04-30re PR tree-optimization/89475 (Teach ccp about __builtin_bswap{16,32,64})Jakub Jelinek1-0/+29
2019-04-15re PR ipa/88936 (-fipa-pta breaks bash (incorrect optimisation of recursive s...Richard Biener1-11/+14
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-1/+1
2018-10-05re PR middle-end/63155 (memory hog)Richard Biener1-1/+1
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-8/+5
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+1
2018-08-01PR tree-optimization/86650 - -Warray-bounds missing inlining contextMartin Sebor1-1/+1
2018-06-08Remove MPXMartin Liska1-3/+0
2018-02-05PR tree-optimization/83369 - Missing diagnostics during inliningMartin Sebor1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: get_addr_base_and_unit_offsetRichard Sandiford1-5/+6
2017-12-07Make more use of VECTOR_CST_ENCODED_ELTRichard Sandiford1-4/+8
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek1-1/+1
2017-11-01tree-ssa-ccp.c (ccp_folder): New class derived from substitute_and_fold_engine.Jeff Law1-4/+22
2017-11-01tree-ssa-propagate.h (ssa_prop_visit_stmt_fn): Remove typedef.Jeff Law1-5/+13
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-8/+7
2017-10-10Require wi::to_wide for treesRichard Sandiford1-4/+6
2017-10-09Allow non-wi <op> wiRichard Sandiford1-9/+15
2017-09-21Tighten tree-ssa-ccp.c:get_value_for_expr conditionRichard Sandiford1-1/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-05-26re PR tree-optimization/80842 (ICE at -O3 on x86_64-linux-gnu in "set_lattice...Richard Biener1-3/+1
2017-05-16Add default value for last argument of dump functions.Martin Liska1-2/+2
2017-05-10tree-cfg.c (gimple_seq_unreachable_p): New function.Peter Bergner1-1/+2
2017-03-28re PR ipa/78644 (ICE: SIGSEGV in is_gimple_reg_type with -Og -fipa-cp)Richard Biener1-8/+14
2017-03-27re PR tree-optimization/80181 (ICE in set_lattice_value, at tree-ssa-ccp.c:505)Richard Biener1-1/+3
2017-03-03re PR middle-end/79805 (ICE (verify_flow_info failed) with -fnon-call-excepti...Jakub Jelinek1-10/+39
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek1-0/+95
2016-12-16re PR c/78408 (C loop initial declarations generate wrong code)Jakub Jelinek1-3/+131
2016-11-28re PR tree-optimization/78542 (wrong code at -Og results in endless loop)Richard Biener1-1/+6
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-10-18tree-ssa-propagate.h (substitute_and_fold): Adjust prototype.Richard Biener1-2/+1
2016-10-17Set nonnull attribute to ptr_info_def based on VRPKugan Vivekanandarajah1-1/+1
2016-10-07tree-ssa-propagate.c (replace_phi_args_in): Remove no longer required hack.Richard Biener1-6/+14
2016-10-06Fix warnings for make profiledbootstrap (PR bootstrap/77788)Martin Liska1-1/+1
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1
2016-09-15Iterator to visit SSAKugan Vivekanandarajah1-8/+7
2016-08-26Patch for performing interprocedural bitwise constant propagation.Prathamesh Kulkarni1-44/+48
2016-08-06tree-ssa-ccp.c (extend_mask): New param sgn.Prathamesh Kulkarni1-7/+7