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