summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-vrp.c (remove_range_assertions): Release defs.hubicka2007-01-111-0/+1
* 2006-12-12 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2006-12-121-1/+9
* 2006-12-11 Diego Novillo <dnovillo@redhat.com>dnovillo2006-12-121-1/+1
* * tree-ssa-operands.h (create_ssa_artificial_load_stmt):dnovillo2006-12-111-19/+38
* * tree-scalar-evolution.c (scev_const_prop):dnovillo2006-12-111-1/+1
* 2006-12-05 Daniel Berlin <dberlin@dberlin.org>dberlin2006-12-051-2/+2
* Merge gimple-tuples-branch into mainline.aldyh2006-12-051-39/+45
* * tree-vrp.c (execute_vrp): Do not pass loops structure throughrakdver2006-11-251-1/+1
* * tree-vrp.c (execute_vrp): Do not update current_loops.rakdver2006-11-171-4/+6
* * tree-ssa-dom.c (record_conditions): Only record "unordered"sayle2006-06-081-17/+42
* The condition the assert was flawed.amacleod2006-04-281-1/+1
* Implement new immediate use iterators.amacleod2006-04-271-21/+6
* * config/soft-fp/op-common.h, double-int.h, tree-ssa-dom.c:kazu2006-04-221-1/+1
* PR tree-optimization/26854law2006-04-201-1/+1
* * builtins.c, config/arm/arm.c, config/i386/cygwin.h,kazu2006-04-081-3/+3
* * tree-ssa-dom.c (propagate_rhs_into_lhs): Avoid useless foldinglaw2006-04-031-10/+45
* * timevar.def (TV_TREE_PHI_CPROP): New timevar.law2006-03-281-1/+1
* PR tree-optimization/26796law2006-03-281-3/+18
* * tree-ssa-dom.c (propagate_rhs_into_lhs): Don't call update_stmtlaw2006-03-241-5/+5
* * tree-ssa-dom.c (propagate_rhs_into_lhs): Temporarily worklaw2006-03-241-0/+19
* * tree-pass.h (pass_phi_only_copy_prop): Delete.law2006-03-211-0/+422
* 2006-03-02 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-021-1/+2
* * tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.dnovillo2006-03-011-2/+2
* 2006-03-01 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-011-2/+3
* * tree-vrp.c (set_value_range_to_nonnegative): New function.law2006-02-171-157/+6
* 2006-02-15 Marcin Dalecki <martin@dalecki.de>dalecki2006-02-151-1/+1
* 2006-02-07 Jeff Law <law@redhat.com>law2006-02-071-952/+85
* * tree-ssa-threadupdate.c (threaded_edges): New VEC tolaw2006-01-111-14/+3
* * tree-ssa-dom.c (simplify_cond_and_lookup_avail_expr): Removelaw2006-01-091-143/+7
* * tree-ssa-dom.c (thread_across_edge): Do not use local_fold.law2005-12-201-3/+8
* * tree-flow.h (struct stmt_ann_d): Removerakdver2005-12-191-2/+1
* * tree-tailcall.c (find_tail_calls): Use XNEW.gdr2005-12-181-22/+22
* * tree-ssa-dom.c (simplify_switch_and_lookup_avail_expr): Codelaw2005-12-181-65/+0
* * tree-ssa-dom.c (update_rhs_and_lookup_avail_expr): Kill.law2005-12-171-114/+3
* * tree-ssa-ccp.c (fold_stmt_r): DATA argument is now a pointerlaw2005-12-141-10/+0
* * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Removelaw2005-12-121-93/+54
* * tree.c (recompute_tree_invariant_for_addr_expr): Rename fromdnovillo2005-12-091-1/+1
* 2005-12-02 Richard Guenther <rguenther@suse.de>rguenth2005-12-021-11/+11
* * tree-ssa-dom.c (extract_range_from_cond): Deal with variable boundskenner2005-11-181-4/+12
* * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Do notlaw2005-11-101-0/+1
* * doc/invoke.texi: Document max-jump-thread-duplication-stmts PARAM.law2005-11-041-0/+16
* * tree-ssa-dom.c (dom_opt_finalize_block): Fix conditions tolaw2005-10-071-12/+10
* 2005-10-05 Steven Bosscher <stevenb@suse.de>steven2005-10-041-7/+26
* * tree-ssa-dom.c (tree_ssa_dominator_optimize): Be more selectivelaw2005-09-261-1/+5
* * tree-ssa-dom.c (thread_across_edge): Remove updating here.hubicka2005-08-021-2/+0
* * tree-ssa-dom.c (struct opt_stats_d): Add field num_iterations.dnovillo2005-07-291-0/+6
* * builtins.c: Fix comment typo(s).reichelt2005-07-281-3/+3
* 2005-07-20 James A. Morrison <phython@gcc.gnu.org>phython2005-07-201-1/+1
* * tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freeddje2005-07-131-1/+1
* 2005-07-12 Andrew Pinski <pinskia@physics.uc.edu>pinskia2005-07-121-8/+20