aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-8/+8
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-3/+2
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-4/+4
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-16/+16
2007-05-17tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak1-17/+11
2007-05-07tree-ssa-dom.c (tree_ssa_dominator_optimize): Do not free dominance info afte...Eric Botcazou1-4/+2
2007-05-07tree-ssa-dom.c (tree_ssa_dominator_optimize): Reset cfg_altered.Eric Botcazou1-9/+15
2007-03-09tree-pass.h (TODO_update_smt_usage): Remove.Diego Novillo1-6/+7
2007-03-08tree-vrp.c: Include "intl.h".Ian Lance Taylor1-1/+1
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-2/+2
2007-02-06loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak1-1/+1
2007-01-11tree-vrp.c (remove_range_assertions): Release defs.Jan Hubicka1-0/+1
2006-12-12re PR tree-optimization/28624 (latent segfault in remove_phi_node)Andrew Pinski1-1/+9
2006-12-11[multiple changes]Diego Novillo1-1/+1
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-19/+38
2006-12-11* tree-scalar-evolution.c (scev_const_prop):Diego Novillo1-1/+1
2006-12-05tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin1-2/+2
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-39/+45
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-1/+1
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-4/+6
2006-06-08tree-ssa-dom.c (record_conditions): Only record "unordered" conditions from f...Roger Sayle1-17/+42
2006-04-28The condition the assert was flawed.Andrew MacLeod1-1/+1
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-21/+6
2006-04-22op-common.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-04-20re PR tree-optimization/26854 (Inordinate compile times on large routines)Jeff Law1-1/+1
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-04-03tree-ssa-dom.c (propagate_rhs_into_lhs): Avoid useless folding and operand sc...Jeff Law1-10/+45
2006-03-28timevar.def (TV_TREE_PHI_CPROP): New timevar.Jeff Law1-1/+1
2006-03-28re PR tree-optimization/26796 (ACATS ICE c34002a c52005 spurious storage_error)Jeff Law1-3/+18
2006-03-24tree-ssa-dom.c (propagate_rhs_into_lhs): Don't call update_stmt directly.Jeff Law1-5/+5
2006-03-24tree-ssa-dom.c (propagate_rhs_into_lhs): Temporarily work around bug in immed...Jeff Law1-0/+19
2006-03-20tree-pass.h (pass_phi_only_copy_prop): Delete.Jeff Law1-0/+422
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-2/+2
2006-03-01re PR tree-optimization/26443 (ICE in add_virtual_operand, at tree-ssa-operan...Daniel Berlin1-2/+3
2006-02-16tree-vrp.c (set_value_range_to_nonnegative): New function.Jeff Law1-157/+6
2006-02-15tree-ssa-dom.c (dom_thread_across_edge): fix tag expression construction.Marcin Dalecki1-1/+1
2006-02-07tree-vrp.c (find_conditional_asserts): Update comments.Jeff Law1-952/+85
2006-01-11tree-ssa-threadupdate.c (threaded_edges): New VEC to hold edge pairs.Jeff Law1-14/+3
2006-01-09tree-ssa-dom.c (simplify_cond_and_lookup_avail_expr): Remove code to propagat...Jeff Law1-143/+7
2005-12-19tree-ssa-dom.c (thread_across_edge): Do not use local_fold.Jeff Law1-3/+8
2005-12-19tree-flow.h (struct stmt_ann_d): Remove makes_aliased_loads and makes_aliased...Zdenek Dvorak1-2/+1
2005-12-18tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis1-22/+22
2005-12-18tree-ssa-dom.c (simplify_switch_and_lookup_avail_expr): Code to simplify SWIT...Jeff Law1-65/+0
2005-12-17tree-ssa-dom.c (update_rhs_and_lookup_avail_expr): Kill.Jeff Law1-114/+3
2005-12-14tree-ssa-ccp.c (fold_stmt_r): DATA argument is now a pointer to a structure c...Jeff Law1-10/+0
2005-12-12tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code.Jeff Law1-93/+54
2005-12-09tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo1-1/+1
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-11/+11