aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-06-23Makefile.in (tree-vn.o): New.Diego Novillo1-262/+60
2004-06-21re PR tree-optimization/15982 (ICE in tree-ssa-pre due to GVN-PRE)Daniel Berlin1-168/+224
2004-06-20* tree-ssa-pre.c (compute_antic): Keep BB_VISITED flag zeroed.Zdenek Dvorak1-1/+6
2004-06-18tree-dfa.c (create_var_ann): tree_ann -> tree_ann_t.Daniel Berlin1-15/+8
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-1/+1
2004-06-17tree-ssa-pre.c: Update comments.Daniel Berlin1-70/+152
2004-06-17tree-ssa-pre.c (compute_avail): Value number uses as well.Daniel Berlin1-2/+35
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-1/+1
2004-06-14Fix PR tree-optimization/15979 Fix PR tree-optimization/15981Daniel Berlin1-5/+19
2004-06-13tree-ssa-pre.c (add_to_value): is_gimple_min_invariant things are available e...Daniel Berlin1-0/+5
2004-06-12[multiple changes]Daniel Berlin1-2968/+1451
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-10/+31
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-41/+41
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13tree-ssa-pre.c (execute_pre): Free ephi_use_pool and idfs_cache at the end of...Andrew Pinski1-0/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+3388