summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
Commit message (Expand)AuthorAgeFilesLines
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-8/+8
* re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther2007-07-021-3/+2
* tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther2007-07-021-4/+4
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-16/+16
* tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak2007-05-171-17/+11
* tree-ssa-dom.c (tree_ssa_dominator_optimize): Do not free dominance info afte...Eric Botcazou2007-05-071-4/+2
* tree-ssa-dom.c (tree_ssa_dominator_optimize): Reset cfg_altered.Eric Botcazou2007-05-071-9/+15
* tree-pass.h (TODO_update_smt_usage): Remove.Diego Novillo2007-03-091-6/+7
* tree-vrp.c: Include "intl.h".Ian Lance Taylor2007-03-081-1/+1
* re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle2007-02-161-2/+2
* loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak2007-02-061-1/+1
* tree-vrp.c (remove_range_assertions): Release defs.Jan Hubicka2007-01-111-0/+1
* re PR tree-optimization/28624 (latent segfault in remove_phi_node)Andrew Pinski2006-12-121-1/+9
* [multiple changes]Diego Novillo2006-12-111-1/+1
* tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo2006-12-111-19/+38
* * tree-scalar-evolution.c (scev_const_prop):Diego Novillo2006-12-111-1/+1
* tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin2006-12-051-2/+2
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-39/+45
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-1/+1
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-4/+6
* 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