summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-1/+1
* tree-flow-inline.h (get_def_ops, [...]): Add operand structure reference.Andrew MacLeod2004-08-111-31/+1
* tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in...Andrew MacLeod2004-08-101-31/+22
* Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law2004-08-091-299/+24
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-1/+1
* fold-const.c (constant_boolean_node): Make extern.Roger Sayle2004-07-251-2/+3
* tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo2004-07-221-5/+9
* tree-ssa-dom.c (single_incoming_edge_ignoring_loop_edges): New.Jeff Law2004-07-191-17/+41
* tree-ssa-dom.c (simplify_switch_and_lookup_avail_expr): Look through any valu...Richard Henderson2004-07-071-4/+22
* tree-flow-inline.h (may_propagate_copy): Move...Richard Henderson2004-07-071-12/+12
* tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Don't fold fp plus with ...Richard Henderson2004-07-031-0/+20
* tree-ssa.c (tree_ssa_useless_type_conversion): Also look at VIEW_CONVERT_EXPR...Richard Kenner2004-07-031-1/+0
* ifcvt.c, [...]: Fix comment typos.Kazu Hirata2004-07-021-1/+1
* tree-ssa-loop-ch.c: New file.Zdenek Dvorak2004-06-301-1/+1
* tree-cfg.c (verify_stmt): Add last_in_block parameter.Richard Henderson2004-06-281-6/+28
* common.opt (ftree-fre): New flag.Diego Novillo2004-06-281-7/+240
* c-typeck.c, [...]: Fix comment typos.Kazu Hirata2004-06-261-2/+2
* tree-ssa-dom.c (real_avail_expr_hash): New.Richard Henderson2004-06-241-1/+7
* tree-ssa-dom.c (record_dominating_conditions): New function.Jeff Law2004-06-241-0/+177
* tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod2004-06-171-6/+6
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-5/+5
* re PR tree-optimization/15993 ([lno] Compiler hangs at -O3)Zdenek Dvorak2004-06-161-1/+1
* Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.Diego Novillo2004-06-101-4/+4
* tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth2004-06-101-19/+44
* tree-complex.c (expand_complex_comparison): Use fold_convert instead of convert.Andrew Pinski2004-06-091-2/+2
* tree-ssa-dom.c (record_equivalences_from_incoming_edge): Only look at case la...Steven Bosscher2004-05-311-2/+6
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-6/+6
* toplev.h (flag_delete_null_pointer_checks): Move from here to...Jeff Law2004-05-171-22/+51
* tree-ssa-dom.c (redirect_edges_and_update_ssa_graph): Don't even bother marki...Jeff Law2004-05-151-17/+36
* tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Reorganize so that it pi...Jeff Law2004-05-141-2/+22
* tree-ssa-dom.c (tree_ssa_dominator_optimize): Free nonzero_vars at the end of...Andrew Pinski2004-05-131-0/+3
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+3121