summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
Commit message (Expand)AuthorAgeFilesLines
* Change GPLv2 files (which do not have exceptions or additions) over to GPLv3.Nick Clifton2007-09-011-5/+4
* backport: tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and the *_DIV_EX...Ian Lance Taylor2007-03-121-1/+1
* re PR tree-optimization/28624 (latent segfault in remove_phi_node)Andrew Pinski2007-03-091-1/+9
* tree-ssa-dom.c (record_conditions): Only record "unordered" conditions from f...Roger Sayle2006-06-081-17/+42
* The condition the assert was flawed.Andrew MacLeod2006-04-281-1/+1
* Implement new immediate use iterators.Andrew MacLeod2006-04-271-21/+6
* op-common.h, [...]: Fix comment typos.Kazu Hirata2006-04-221-1/+1
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Jeff Law2006-04-201-1/+1
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-04-081-3/+3
* tree-ssa-dom.c (propagate_rhs_into_lhs): Avoid useless folding and operand sc...Jeff Law2006-04-031-10/+45
* timevar.def (TV_TREE_PHI_CPROP): New timevar.Jeff Law2006-03-281-1/+1
* re PR tree-optimization/26796 (ACATS ICE c34002a c52005 spurious storage_error)Jeff Law2006-03-281-3/+18
* tree-ssa-dom.c (propagate_rhs_into_lhs): Don't call update_stmt directly.Jeff Law2006-03-241-5/+5
* tree-ssa-dom.c (propagate_rhs_into_lhs): Temporarily work around bug in immed...Jeff Law2006-03-241-0/+19
* tree-pass.h (pass_phi_only_copy_prop): Delete.Jeff Law2006-03-201-0/+422
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo2006-03-011-2/+2
* re PR tree-optimization/26443 (ICE in add_virtual_operand, at tree-ssa-operan...Daniel Berlin2006-03-011-2/+3
* tree-vrp.c (set_value_range_to_nonnegative): New function.Jeff Law2006-02-161-157/+6
* tree-ssa-dom.c (dom_thread_across_edge): fix tag expression construction.Marcin Dalecki2006-02-151-1/+1
* tree-vrp.c (find_conditional_asserts): Update comments.Jeff Law2006-02-071-952/+85
* tree-ssa-threadupdate.c (threaded_edges): New VEC to hold edge pairs.Jeff Law2006-01-111-14/+3
* tree-ssa-dom.c (simplify_cond_and_lookup_avail_expr): Remove code to propagat...Jeff Law2006-01-091-143/+7
* tree-ssa-dom.c (thread_across_edge): Do not use local_fold.Jeff Law2005-12-191-3/+8
* tree-flow.h (struct stmt_ann_d): Remove makes_aliased_loads and makes_aliased...Zdenek Dvorak2005-12-191-2/+1
* tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis2005-12-181-22/+22
* tree-ssa-dom.c (simplify_switch_and_lookup_avail_expr): Code to simplify SWIT...Jeff Law2005-12-181-65/+0
* tree-ssa-dom.c (update_rhs_and_lookup_avail_expr): Kill.Jeff Law2005-12-171-114/+3
* tree-ssa-ccp.c (fold_stmt_r): DATA argument is now a pointer to a structure c...Jeff Law2005-12-141-10/+0
* tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code.Jeff Law2005-12-121-93/+54
* tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo2005-12-091-1/+1
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-11/+11
* tree-ssa-dom.c (extract_range_from_cond): Deal with variable bounds on types.Richard Kenner2005-11-181-4/+12
* tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Do not perform reassocia...Jeff Law2005-11-101-0/+1
* invoke.texi: Document max-jump-thread-duplication-stmts PARAM.Jeff Law2005-11-041-0/+16
* tree-ssa-dom.c (dom_opt_finalize_block): Fix conditions to determine whether ...Jeff Law2005-10-071-12/+10
* re PR tree-optimization/23049 (ICE with -O3 -ftree-vectorize on 4.1.x)Steven Bosscher2005-10-041-7/+26
* tree-ssa-dom.c (tree_ssa_dominator_optimize): Be more selective about when to...Jeff Law2005-09-261-1/+5
* tree-ssa-dom.c (thread_across_edge): Remove updating here.Jan Hubicka2005-08-021-2/+0
* tree-ssa-dom.c (struct opt_stats_d): Add field num_iterations.Diego Novillo2005-07-291-0/+6
* builtins.c: Fix comment typo(s).Volker Reichelt2005-07-281-3/+3
* tree.h (tree_expr_nonzero_p): Export.James A. Morrison2005-07-201-1/+1
* tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freed structure as ...David Edelsohn2005-07-131-1/+1
* re PR tree-optimization/22335 (DOM creates mis-matched types)Andrew Pinski2005-07-121-8/+20
* tree-ssa-dom.c (find_equivalent_equality_comparison): Do not a eliminate type...Jeff Law2005-07-021-0/+22
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): No longer simplify DIV, ...Jeff Law2005-06-131-133/+8
* tree-ssa-dom.c (record_edge_info): Use last_basic_block to allocate info array.Diego Novillo2005-06-031-1/+1
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* tree-ssa-dom.c (vrp_element_p): Define.Kazu Hirata2005-05-281-22/+33