summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-sccvn.c (visit_reference_op_load): If the lookup found an expression...Richard Guenther2008-03-181-0/+6
* tree-ssa-ccp.c (get_symbol_constant_value): Export.Richard Guenther2008-03-151-36/+34
* re PR tree-optimization/34172 (Missed store ccp optimization)Richard Guenther2008-03-141-11/+92
* re PR tree-optimization/34043 (Missed optimization causing extra loads and st...Richard Guenther2008-03-141-5/+93
* tree-ssa-sccvn.h (vn_binary_op_lookup): Remove.Richard Guenther2008-03-081-194/+89
* tree-ssa-sccvn.c (visit_reference_op_store): Do not insert struct copies into...Richard Guenther2008-03-031-3/+9
* tree-ssa-pre.c (get_sccvn_value): Create missing VNs via vn_lookup_or_add.Richard Guenther2008-02-291-13/+10
* tree-ssa-sccvn (vn_ssa_aux_obstack): New obstack.Steven Bosscher2008-02-281-13/+20
* re PR target/34856 (ICE with some constant vectors)Richard Guenther2008-01-211-0/+1
* Teach SCCVN that throwing expressions are not to be regenerated.Andrew MacLeod2008-01-171-1/+2
* tree-ssa-sccvn.c (struct vn_binary_op_s): Move hashcode near opcode.Richard Guenther2008-01-111-19/+23
* re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quad...Richard Guenther2008-01-081-7/+2
* re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quad...Richard Guenther2008-01-071-2/+6
* re PR middle-end/34450 (compile takes up 1.8 GB RAM at -O1)Richard Guenther2007-12-131-5/+31
* re PR tree-optimization/34176 (SCCVN breaks gettext)Richard Guenther2007-11-231-0/+20
* re PR tree-optimization/33565 (spurious warning: assuming signed overflow do...Ian Lance Taylor2007-09-271-2/+7
* re PR tree-optimization/33340 (ICE: SSA corruption with -O (FRE))Richard Guenther2007-09-181-0/+5
* re PR tree-optimization/32586 (New VN misses FRE opportunities)Richard Guenther2007-09-071-12/+54
* revert: re PR tree-optimization/32586 (New VN misses FRE opportunities)Richard Guenther2007-09-071-54/+12
* re PR tree-optimization/32586 (New VN misses FRE opportunities)Richard Guenther2007-09-061-12/+54
* tree-ssa-sccvn.c, [...]: Remove unnecessary trailing whitespace.Bernhard Fischer2007-08-261-10/+10
* re PR tree-optimization/32919 (SSA corruption because of abnormal edges and PRE)Daniel Jacobowitz2007-08-011-0/+5
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-14/+19
* tree-ssa-sccvn.c (try_to_simplify): Use valid_gimple_expressionDaniel Berlin2007-07-181-1/+1
* re PR tree-optimization/32705 (ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022)Eric Botcazou2007-07-141-6/+8
* re PR tree-optimization/32663 (revision 126369 went into an infinite loop)Daniel Berlin2007-07-121-0/+8
* re PR tree-optimization/32713 (ICE in copy_reference_ops_from_ref, at tree-ss...Eric Botcazou2007-07-111-0/+1
* re PR tree-optimization/32589 (exp_dbug.adb:981: error: invalid array index)Eric Botcazou2007-07-111-30/+5
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-07-071-1/+1
* re PR middle-end/23488 (GCSE load PRE does not work with non sets (or missing...Daniel Berlin2007-07-071-2/+3
* re PR tree-optimization/32604 (miscompilation at -O2)Daniel Berlin2007-07-041-8/+0
* tree-ssa-sccvn.c (set_ssa_val_to): Check for operand_equal_p before declaring...Daniel Berlin2007-07-031-1/+4
* re PR tree-optimization/32571 (ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1011)Daniel Berlin2007-07-021-2/+7
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle constants and ohter ex...Daniel Berlin2007-07-011-2/+17
* Fix PR tree-optimization/32540 Fix PR tree-optimization/31651Daniel Berlin2007-06-301-0/+2043