summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/17111 (tree check ICE in value_insert_into_set_bitmap...Daniel Berlin2004-08-201-1/+7
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-2/+3
* tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo2004-07-221-1/+38
* tree-ssa-pre.c (insert_aux): Break out if we hit a critical edge.Daniel Berlin2004-07-161-0/+9
* basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson2004-07-161-1/+2
* tree-ssa-pre.c (init_pre): Connect infinite loops to exit.Daniel Berlin2004-07-161-1/+3
* tree-ssa-pre.c (reference_node_pool): New pool.Daniel Berlin2004-07-061-23/+30
* tree-ssa-pre.c (bb_value_sets): phi_gen, tmp_gen, new_sets now are bitmap_set...Daniel Berlin2004-07-041-63/+85
* tree-ssa-pre.c (bitmap_set_t): New.Daniel Berlin2004-07-021-51/+191
* ifcvt.c, [...]: Fix comment typos.Kazu Hirata2004-07-021-2/+2
* tree-ssa-pre.c (phi_trans_add): Use is_gimple_min_invariant to check for cons...Diego Novillo2004-06-301-29/+7
* common.opt (ftree-fre): New flag.Diego Novillo2004-06-281-226/+265
* c-typeck.c, [...]: Fix comment typos.Kazu Hirata2004-06-261-1/+1
* Makefile.in (tree-vn.o): New.Diego Novillo2004-06-231-262/+60
* re PR tree-optimization/15982 (ICE in tree-ssa-pre due to GVN-PRE)Daniel Berlin2004-06-211-168/+224
* * tree-ssa-pre.c (compute_antic): Keep BB_VISITED flag zeroed.Zdenek Dvorak2004-06-201-1/+6
* tree-dfa.c (create_var_ann): tree_ann -> tree_ann_t.Daniel Berlin2004-06-181-15/+8
* tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod2004-06-171-1/+1
* tree-ssa-pre.c: Update comments.Daniel Berlin2004-06-171-70/+152
* tree-ssa-pre.c (compute_avail): Value number uses as well.Daniel Berlin2004-06-171-2/+35
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-1/+1
* Fix PR tree-optimization/15979 Fix PR tree-optimization/15981Daniel Berlin2004-06-141-5/+19
* tree-ssa-pre.c (add_to_value): is_gimple_min_invariant things are available e...Daniel Berlin2004-06-131-0/+5
* [multiple changes]Daniel Berlin2004-06-121-2968/+1451
* tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth2004-06-101-10/+31
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-41/+41
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-2/+2
* tree-gimple.c: Rename from tree-simple.c.Diego Novillo2004-05-131-1/+1
* tree-ssa-pre.c (execute_pre): Free ephi_use_pool and idfs_cache at the end of...Andrew Pinski2004-05-131-0/+2
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+3388