aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-01re PR tree-optimization/37662 (ice: tree check: expected ssa_name, have integ...Paolo Bonzini1-0/+11
2008-09-09re PR tree-optimization/37433 (tree check: expected function_decl, have strin...Richard Guenther1-0/+1
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor1-2/+2
2008-09-01re PR tree-optimization/37305 (ice in set_value_range, at tree-vrp.c:397)Richard Guenther1-21/+46
2008-08-29common.opt (ftree-store-ccp): Mark as preserved for backward compatibility.Richard Guenther1-154/+9
2008-08-21tree-ssa-ccp.c (ccp_fold): Fold VIEW_CONVERT_EXPRs of constants.Richard Guenther1-1/+11
2008-08-21cgraph.c (first_cgraph_function_insertion_hook): New variable.Jan Hubicka1-0/+1
2008-08-20tree-ssa-ccp.c (maybe_fold_stmt_indirect): Do not mess with TREE_THIS_VOLATIL...Richard Guenther1-3/+10
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-3/+2
2008-08-15tree-ssa-ccp.c (maybe_fold_offset_to_reference): Do not strip components for ...Richard Guenther1-0/+1
2008-08-13tree.h (maybe_fold_offset_to_address): Declare.Richard Guenther1-34/+100
2008-08-08tree-ssa-ccp.c (likely_value): Calls are not all varying.Richard Guenther1-17/+49
2008-08-01re PR middle-end/36988 (ICE in gimple_rhs_has_side_effects, at gimple.c:2369)Richard Guenther1-1/+7
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-571/+849
2008-07-14tree-ssa-sccvn.c (pre_info): Remove.Richard Guenther1-11/+2
2008-07-09gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.Jakub Jelinek1-1/+2
2008-07-06config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz1-8/+10
2008-07-04Revert 137452.Kai Tietz1-10/+8
2008-07-04config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz1-8/+10
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-09re PR tree-optimization/36129 (ICE with -fprofile-use)Uros Bizjak1-0/+5
2008-04-30re PR tree-optimization/21636 (Missed ccp optimization)Richard Guenther1-1/+51
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-2/+2
2008-03-27re PR tree-optimization/32810 (Not folding of const element for goto)Richard Guenther1-5/+14
2008-03-26tree-flow.h (widen_bitfield): Remove declaration.Richard Guenther1-102/+0
2008-03-22tree-cfg.c (verify_expr): Recurse again for invariant addresses.Richard Guenther1-27/+2
2008-03-20tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove special casing of...Richard Guenther1-1/+13
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-9/+15
2008-03-17re PR tree-optimization/19637 (Missed VRP and FRE opportunities in the presen...Richard Guenther1-0/+17
2008-03-15tree-ssa-ccp.c (ccp_fold): Also read from constant values and fold constant a...Richard Guenther1-10/+25
2008-03-15tree-ssa-ccp.c (get_symbol_constant_value): Export.Richard Guenther1-8/+12
2008-03-15re PR middle-end/35593 (spurious warning "array subscript is below array boun...Richard Guenther1-10/+28
2008-03-10re PR tree-optimization/35494 (Revision 132991 breaks C++ static member)H.J. Lu1-1/+4
2008-03-06re PR tree-optimization/35402 (Store CCP will not inline static const variabl...Andrew Pinski1-0/+6
2008-01-13re PR middle-end/32135 (bogus array-ref fold triggering array overflow warning)Jan Hubicka1-2/+22
2007-12-06re PR middle-end/20983 (varargs functions force va_list variable to stack unn...Jakub Jelinek1-0/+82
2007-11-19re PR tree-optimization/34099 (optimizer problem)Richard Guenther1-22/+3
2007-11-16re PR tree-optimization/34099 (optimizer problem)Richard Guenther1-3/+59
2007-11-15re PR middle-end/23848 (stack deallocation can be more efficient)Jakub Jelinek1-0/+76
2007-11-09re PR target/33604 (Revision 119502 causes significantly slower results with ...Richard Guenther1-0/+3
2007-09-04re PR tree-optimization/33291 (a+=2; a+=2 not simplified to a+=4; with -O3...Richard Guenther1-1/+1
2007-08-24re PR tree-optimization/33166 (ICE in get_indirect_ref_operands, at tree-ssa-...Richard Guenther1-1/+6
2007-08-14tree-pass.h (PROP_pta): Removed.Daniel Berlin1-2/+8
2007-07-26fold-const.c (fold_read_from_constant_string): Use build_int_cst_type.Daniel Jacobowitz1-4/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-24tree-ssa-ccp.c (fold_const_aggregate_ref): Use fold_convert.Daniel Jacobowitz1-2/+4
2007-07-13re PR tree-optimization/32721 (CCP removes volatile qualifiers.)Richard Guenther1-1/+5
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-4/+4
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-2/+1
2007-06-15[multiple changes]Andrew Pinski1-40/+10