aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-0/+1
2016-05-03re PR target/49244 (__sync or __atomic builtins will not emit 'lock bts/btr/b...Jakub Jelinek1-0/+292
2016-05-02Support << and >> for offset_int and widest_intRichard Sandiford1-2/+2
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-17Clear LOOP_CLOSED_SSA after pass_ccpTom de Vries1-1/+9
2015-11-16Remove first_pass_instance from pass_ccpTom de Vries1-8/+17
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-8/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+5
2015-10-21re PR tree-optimization/68026 (Regression in GCC-6.0.0's optimizer)Richard Biener1-0/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-23/+23
2015-08-05re PR tree-optimization/67055 (Segmentation fault in fold_builtin_alloca_with...Richard Biener1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-07-06re PR tree-optimization/66772 (ICE at -O2 and -O3 on x86_64-linux-gnu)Richard Biener1-0/+17
2015-06-25hash-table.h: Update comments.Richard Sandiford1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-04-28re PR c++/65851 (ice in set_lattice_value at tree-ssa-cc p.c:535)Richard Biener1-37/+41
2015-04-23passes.def: Remove copy propagation passes run directly after CCP.Richard Biener1-22/+28
2015-04-21re PR tree-optimization/65650 (CCP does not propgate copies)Richard Biener1-28/+49
2015-04-21re PR middle-end/65788 (416.gamess in SPEC CPU 2006 failed to build)Richard Biener1-15/+12