aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-27re PR tree-optimization/33565 (spurious warning: assuming signed overflow do...Ian Lance Taylor1-2/+7
2007-09-18re PR tree-optimization/33340 (ICE: SSA corruption with -O (FRE))Richard Guenther1-0/+5
2007-09-07re PR tree-optimization/32586 (New VN misses FRE opportunities)Richard Guenther1-12/+54
2007-09-07revert: re PR tree-optimization/32586 (New VN misses FRE opportunities)Richard Guenther1-54/+12
2007-09-06re PR tree-optimization/32586 (New VN misses FRE opportunities)Richard Guenther1-12/+54
2007-08-26tree-ssa-sccvn.c, [...]: Remove unnecessary trailing whitespace.Bernhard Fischer1-10/+10
2007-08-01re PR tree-optimization/32919 (SSA corruption because of abnormal edges and PRE)Daniel Jacobowitz1-0/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-14/+19
2007-07-18tree-ssa-sccvn.c (try_to_simplify): Use valid_gimple_expressionDaniel Berlin1-1/+1
2007-07-14re PR tree-optimization/32705 (ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022)Eric Botcazou1-6/+8
2007-07-12re PR tree-optimization/32663 (revision 126369 went into an infinite loop)Daniel Berlin1-0/+8
2007-07-11re PR tree-optimization/32713 (ICE in copy_reference_ops_from_ref, at tree-ss...Eric Botcazou1-0/+1
2007-07-11re PR tree-optimization/32589 (exp_dbug.adb:981: error: invalid array index)Eric Botcazou1-30/+5
2007-07-07auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-07re PR middle-end/23488 (GCSE load PRE does not work with non sets (or missing...Daniel Berlin1-2/+3
2007-07-04re PR tree-optimization/32604 (miscompilation at -O2)Daniel Berlin1-8/+0
2007-07-03tree-ssa-sccvn.c (set_ssa_val_to): Check for operand_equal_p before declaring...Daniel Berlin1-1/+4
2007-07-02re PR tree-optimization/32571 (ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1011)Daniel Berlin1-2/+7
2007-07-01tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle constants and ohter ex...Daniel Berlin1-2/+17
2007-06-30Fix PR tree-optimization/32540 Fix PR tree-optimization/31651Daniel Berlin1-0/+2043