aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-42/+23
2004-09-07tree-ssa-pre.c (grand_bitmap_obstack): New.Jan Hubicka1-3/+6
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-2/+4
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-5/+5
2004-08-20re PR tree-optimization/17111 (tree check ICE in value_insert_into_set_bitmap...Daniel Berlin1-1/+7
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-2/+3
2004-07-22tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo1-1/+38
2004-07-16tree-ssa-pre.c (insert_aux): Break out if we hit a critical edge.Daniel Berlin1-0/+9
2004-07-16basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson1-1/+2
2004-07-16tree-ssa-pre.c (init_pre): Connect infinite loops to exit.Daniel Berlin1-1/+3
2004-07-06tree-ssa-pre.c (reference_node_pool): New pool.Daniel Berlin1-23/+30
2004-07-04tree-ssa-pre.c (bb_value_sets): phi_gen, tmp_gen, new_sets now are bitmap_set...Daniel Berlin1-63/+85
2004-07-02tree-ssa-pre.c (bitmap_set_t): New.Daniel Berlin1-51/+191
2004-07-02ifcvt.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-06-30tree-ssa-pre.c (phi_trans_add): Use is_gimple_min_invariant to check for cons...Diego Novillo1-29/+7
2004-06-28common.opt (ftree-fre): New flag.Diego Novillo1-226/+265
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