aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-5/+5
2007-05-01tree.h (maybe_fold_offset_to_component_ref): Remove.Jan Hubicka1-21/+90
2007-04-27re PR tree-optimization/31715 (Array calculation done incorrectly)Richard Guenther1-13/+24
2007-04-12re PR tree-optimization/24689 (operand_equal_p does not return true for some ...Richard Guenther1-3/+1
2007-04-09foldaddr-3.c: New file.Jan Hubicka1-3/+16
2007-04-08tree.h (maybe_fold_offset_to_component_ref): Declare.Jan Hubicka1-1/+1
2007-03-09tree-pass.h (TODO_update_smt_usage): Remove.Diego Novillo1-2/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-38/+58
2007-02-13common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor1-10/+27
2007-01-18tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka1-3/+1
2007-01-18tree-ssa-ccp.c (ccp_finalize): Return if something changed.Jan Hubicka1-23/+18
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka1-2/+2
2007-01-08tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther1-1/+1
2007-01-08Better handling of COND_EXPRs in rhsRoberto Costa1-0/+11
2006-12-11[multiple changes]Diego Novillo1-12/+11
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-9/+19
2006-12-05tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin1-2/+2
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-13/+13
2006-12-01[multiple changes]H.J. Lu1-0/+50
2006-11-17re PR tree-optimization/29801 (ICE in set_lattice_value (tree-ssa-ccp.c))Zdenek Dvorak1-9/+33
2006-11-16tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller1-2/+1
2006-11-09re PR tree-optimization/29738 (Missed constant propagation into loops)Zdenek Dvorak1-179/+121
2006-11-08tree-ssa-propagate.c (set_rhs): Restructure validity tests as a test for incl...Roger Sayle1-5/+8