summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR tree-optimization/39041 (ICE on valid during vrp2)Richard Guenther2009-01-301-0/+1
* re PR tree-optimization/38747 (Wrong code due to VIEW_CONVERT_EXPR)Andrew Pinski2009-01-201-4/+11
* re PR middle-end/37861 (Bogus array bounds warning)Martin Jambor2008-12-021-11/+16
* re PR middle-end/38200 (internal compiler error: in find_func_aliases, at tre...Jakub Jelinek2008-11-211-22/+10
* re PR middle-end/38140 (ice for C code with -O2)Jakub Jelinek2008-11-171-6/+21
* re PR middle-end/37861 (Bogus array bounds warning)Martin Jambor2008-11-051-0/+3
* re PR middle-end/37742 (ICE in vectorizer with restrict pointer)Richard Guenther2008-11-051-15/+5
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Guard VIEW_CONVERT_EXPR ...Richard Guenther2008-10-181-18/+23
* tree-vectorizer.c (slpeel_add_loop_guard): Fix types.Richard Guenther2008-09-111-1/+1
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): More properly handle con...Richard Guenther2008-08-201-5/+12
* tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily2008-08-181-6/+6
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-233/+362
* tree-ssa-forwprop.c (can_propagate_from): Exclude loads from decls explicitly.Richard Guenther2008-07-021-23/+8
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-1/+1
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-14/+7
* re PR middle-end/36141 (Gcc 4.4 failed to boostrap)Andrew Pinski2008-05-051-0/+3
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): If we have the same size...Andrew Pinski2008-05-051-0/+39
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove special casing of...Richard Guenther2008-03-201-15/+6
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+6
* tree-ssa-sccvn.c (visit_reference_op_load): If the lookup found an expression...Richard Guenther2008-03-181-4/+22
* Makefile.in (OBJS-common): Add tree-ssa-phiprop.oRichard Guenther2008-03-121-299/+1
* re PR tree-optimization/34989 (ICE in get_addr_dereference_operands, at tree-...Richard Guenther2008-02-191-55/+75
* re PR tree-optimization/35164 (Unable to coalesce ab SSA_NAMEs)Richard Guenther2008-02-151-1/+2
* re PR tree-optimization/34138 (verify_ssa failed (found real variable when su...Richard Guenther2007-12-051-1/+4
* re PR middle-end/34241 (ICE in forward_propagate_into_cond)Richard Guenther2007-11-271-3/+6
* re PR tree-optimization/34127 (ICE: tree-ssa-operands.c:1688)Richard Guenther2007-11-181-2/+2
* re PR tree-optimization/34113 (ICE in get_addr_dereference_operands, at tree-...Richard Guenther2007-11-161-2/+2
* re PR target/33604 (Revision 119502 causes significantly slower results with ...Richard Guenther2007-11-091-1/+9
* tree-ssa-forwprop.c (forward_propagate_into_cond): For combining both operand...Richard Guenther2007-10-121-6/+6
* re PR middle-end/26198 (Unfolded comparison after cfg_cleanup)Richard Guenther2007-10-121-8/+24
* re PR tree-optimization/33627 (ICE in verify_stmts compiling abiword)Richard Guenther2007-10-041-36/+6
* re PR tree-optimization/33565 (spurious warning: assuming signed overflow do...Ian Lance Taylor2007-09-271-2/+1
* re PR tree-optimization/33291 (a+=2; a+=2 not simplified to a+=4; with -O3...Richard Guenther2007-09-041-7/+0
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther2007-07-021-1/+1
* tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther2007-07-021-2/+2
* [multiple changes]Andrew Pinski2007-06-151-38/+13
* tree-ssa-forwprop.c (forward_propagate_into_cond): Return 2 if we need to sch...Richard Biener2007-06-061-6/+15
* re PR tree-optimization/32090 (ICE in forwprop with zero sized array)Andrew Pinski2007-05-251-7/+7
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-05-251-1/+1
* re PR tree-optimization/31982 (Missed forw prop with indirect ref and addr. (...Richard Guenther2007-05-251-19/+21
* re PR tree-optimization/31797 (infinite loop in tree-ssa-pre or ICE)Richard Guenther2007-05-121-2/+9
* re PR tree-optimization/31146 (forwprop does not look through casts)Richard Guenther2007-05-021-4/+17
* tree-ssa-forwprop.c (forward_propagate_into_cond): Keep track if we simplifie...Richard Guenther2007-04-271-5/+20
* tree-ssa-forwprop.c (get_prop_dest_stmt): Fix comment typo.Richard Guenther2007-04-271-1/+1
* re PR tree-optimization/30965 (Fails to tree-combine conditions in COND_EXPRs)Richard Guenther2007-04-271-376/+365
* re PR tree-optimization/19431 (missed optimization with ifs and deferencing)Richard Guenther2007-04-181-0/+299
* re PR tree-optimization/31254 (verify_ssa failed: type mismatch between an SS...Andrew Pinski2007-03-191-6/+3
* re PR tree-optimization/31146 (forwprop does not look through casts)Richard Guenther2007-03-161-34/+46