aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-04re PR tree-optimization/39636 (ICE in gimple_assign_rhs_code, at gimple.h:183...Richard Guenther1-1/+2
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-7/+11
2009-03-31tree.h (div_if_zero_remainder): Declare.Richard Guenther1-10/+38
2009-03-29tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly propagate addre...Richard Guenther1-5/+7
2009-03-28fold-const.c (get_pointer_modulus_and_residue): New parameter allow_func_align.Martin Jambor1-0/+52
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-30re PR tree-optimization/39041 (ICE on valid during vrp2)Richard Guenther1-0/+1
2009-01-20re PR tree-optimization/38747 (Wrong code due to VIEW_CONVERT_EXPR)Andrew Pinski1-4/+11
2008-12-02re PR middle-end/37861 (Bogus array bounds warning)Martin Jambor1-11/+16
2008-11-21re PR middle-end/38200 (internal compiler error: in find_func_aliases, at tre...Jakub Jelinek1-22/+10
2008-11-17re PR middle-end/38140 (ice for C code with -O2)Jakub Jelinek1-6/+21
2008-11-05re PR middle-end/37861 (Bogus array bounds warning)Martin Jambor1-0/+3
2008-11-05re PR middle-end/37742 (ICE in vectorizer with restrict pointer)Richard Guenther1-15/+5
2008-10-18tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Guard VIEW_CONVERT_EXPR ...Richard Guenther1-18/+23
2008-09-11tree-vectorizer.c (slpeel_add_loop_guard): Fix types.Richard Guenther1-1/+1
2008-08-20tree-ssa-forwprop.c (forward_propagate_addr_expr_1): More properly handle con...Richard Guenther1-5/+12
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-6/+6
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-233/+362
2008-07-02tree-ssa-forwprop.c (can_propagate_from): Exclude loads from decls explicitly.Richard Guenther1-23/+8
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-1/+1
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-14/+7
2008-05-05re PR middle-end/36141 (Gcc 4.4 failed to boostrap)Andrew Pinski1-0/+3
2008-05-05tree-ssa-forwprop.c (forward_propagate_addr_expr_1): If we have the same size...Andrew Pinski1-0/+39
2008-03-20tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove special casing of...Richard Guenther1-15/+6
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+6
2008-03-18tree-ssa-sccvn.c (visit_reference_op_load): If the lookup found an expression...Richard Guenther1-4/+22
2008-03-12Makefile.in (OBJS-common): Add tree-ssa-phiprop.oRichard Guenther1-299/+1
2008-02-19re PR tree-optimization/34989 (ICE in get_addr_dereference_operands, at tree-...Richard Guenther1-55/+75
2008-02-15re PR tree-optimization/35164 (Unable to coalesce ab SSA_NAMEs)Richard Guenther1-1/+2
2007-12-05re PR tree-optimization/34138 (verify_ssa failed (found real variable when su...Richard Guenther1-1/+4
2007-11-27re PR middle-end/34241 (ICE in forward_propagate_into_cond)Richard Guenther1-3/+6
2007-11-18re PR tree-optimization/34127 (ICE: tree-ssa-operands.c:1688)Richard Guenther1-2/+2
2007-11-16re PR tree-optimization/34113 (ICE in get_addr_dereference_operands, at tree-...Richard Guenther1-2/+2
2007-11-09re PR target/33604 (Revision 119502 causes significantly slower results with ...Richard Guenther1-1/+9
2007-10-12tree-ssa-forwprop.c (forward_propagate_into_cond): For combining both operand...Richard Guenther1-6/+6
2007-10-12re PR middle-end/26198 (Unfolded comparison after cfg_cleanup)Richard Guenther1-8/+24
2007-10-04re PR tree-optimization/33627 (ICE in verify_stmts compiling abiword)Richard Guenther1-36/+6
2007-09-27re PR tree-optimization/33565 (spurious warning: assuming signed overflow do...Ian Lance Taylor1-2/+1
2007-09-04re PR tree-optimization/33291 (a+=2; a+=2 not simplified to a+=4; with -O3...Richard Guenther1-7/+0
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-1/+1
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-2/+2
2007-06-15[multiple changes]Andrew Pinski1-38/+13
2007-06-06tree-ssa-forwprop.c (forward_propagate_into_cond): Return 2 if we need to sch...Richard Biener1-6/+15
2007-05-25re PR tree-optimization/32090 (ICE in forwprop with zero sized array)Andrew Pinski1-7/+7
2007-05-25cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-25re PR tree-optimization/31982 (Missed forw prop with indirect ref and addr. (...Richard Guenther1-19/+21
2007-05-12re PR tree-optimization/31797 (infinite loop in tree-ssa-pre or ICE)Richard Guenther1-2/+9
2007-05-02re PR tree-optimization/31146 (forwprop does not look through casts)Richard Guenther1-4/+17
2007-04-27tree-ssa-forwprop.c (forward_propagate_into_cond): Keep track if we simplifie...Richard Guenther1-5/+20