summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
Commit message (Expand)AuthorAgeFilesLines
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-1/+2
* tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini2009-05-241-6/+4
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Do not falsely claim to ...Richard Guenther2009-05-191-14/+22
* common.opt (-ftree-forwprop, [...]): New options, enabled by default.Richard Guenther2009-05-151-1/+1
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Also recurse on an invar...Joseph Myers2009-05-151-1/+5
* re PR middle-end/39937 (Revision 146831 failed SPEC CPU 2006)Richard Guenther2009-04-291-6/+14
* tree-ssa-forwprop.c (get_prop_dest_stmt): Clean up tuplification.Richard Guenther2009-04-171-10/+9
* tree-ssa-ccp.c (maybe_fold_stmt_addition): Move non-constant indices into an ...Richard Guenther2009-04-091-0/+9
* re PR tree-optimization/39636 (ICE in gimple_assign_rhs_code, at gimple.h:183...Richard Guenther2009-04-041-1/+2
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-7/+11
* tree.h (div_if_zero_remainder): Declare.Richard Guenther2009-03-311-10/+38
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly propagate addre...Richard Guenther2009-03-291-5/+7
* fold-const.c (get_pointer_modulus_and_residue): New parameter allow_func_align.Martin Jambor2009-03-281-0/+52
* 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