New test cases.
[gcc.git] / gcc / tree-ssa-dom.c
2007-03-10 Diego Novillotree-pass.h (TODO_update_smt_usage): Remove.
2007-03-08 Ian Lance Taylortree-vrp.c: Include "intl.h".
2007-02-16 Roger Saylere PR middle-end/30391 (ICE at -O1 with conditional...
2007-02-06 Zdenek Dvorakloop.texi: Document possibility not to perform disambig...
2007-01-11 Jan Hubickatree-vrp.c (remove_range_assertions): Release defs.
2006-12-12 Andrew Pinskire PR tree-optimization/28624 (latent segfault in remov...
2006-12-12 Diego Novillo[multiple changes]
2006-12-11 Diego Novillotree-ssa-operands.h (create_ssa_artificial_load_stmt...
2006-12-11 Diego Novillo* tree-scalar-evolution.c (scev_const_prop):
2006-12-05 Daniel Berlintree-vrp.c (pass_vrp): Remove PROP_smt_usage.
2006-12-05 Aldy HernandezMerge gimple-tuples-branch into mainline.
2006-11-25 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not pass loops structure...
2006-11-17 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not update current_loops.
2006-06-08 Roger Sayletree-ssa-dom.c (record_conditions): Only record "unorde...
2006-04-28 Andrew MacLeodThe condition the assert was flawed.
2006-04-27 Andrew MacLeodImplement new immediate use iterators.
2006-04-22 Kazu Hirataop-common.h, [...]: Fix comment typos.
2006-04-20 Jeff Lawre PR tree-optimization/26854 (Inordinate compile times...
2006-04-08 Kazu Hiratabuiltins.c, [...]: Fix comment typos.
2006-04-03 Jeff Lawtree-ssa-dom.c (propagate_rhs_into_lhs): Avoid useless...
2006-03-28 Jeff Lawtimevar.def (TV_TREE_PHI_CPROP): New timevar.
2006-03-28 Jeff Lawre PR tree-optimization/26796 (ACATS ICE c34002a c52005...
2006-03-24 Jeff Lawtree-ssa-dom.c (propagate_rhs_into_lhs): Don't call...
2006-03-24 Jeff Lawtree-ssa-dom.c (propagate_rhs_into_lhs): Temporarily...
2006-03-21 Jeff Lawtree-pass.h (pass_phi_only_copy_prop): Delete.
2006-03-02 Daniel Berlintree-vrp.c (execute_vrp): Return value.
2006-03-01 Diego Novillotree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.
2006-03-01 Daniel Berlinre PR tree-optimization/26443 (ICE in add_virtual_opera...
2006-02-17 Jeff Lawtree-vrp.c (set_value_range_to_nonnegative): New function.
2006-02-15 Marcin Daleckitree-ssa-dom.c (dom_thread_across_edge): fix tag expres...
2006-02-07 Jeff Lawtree-vrp.c (find_conditional_asserts): Update comments.
2006-01-11 Jeff Lawtree-ssa-threadupdate.c (threaded_edges): New VEC to...
2006-01-09 Jeff Lawtree-ssa-dom.c (simplify_cond_and_lookup_avail_expr...
2005-12-20 Jeff Lawtree-ssa-dom.c (thread_across_edge): Do not use local_fold.
2005-12-19 Zdenek Dvoraktree-flow.h (struct stmt_ann_d): Remove makes_aliased_l...
2005-12-18 Gabriel Dos Reistree-tailcall.c (find_tail_calls): Use XNEW.
2005-12-18 Jeff Lawtree-ssa-dom.c (simplify_switch_and_lookup_avail_expr...
2005-12-17 Jeff Lawtree-ssa-dom.c (update_rhs_and_lookup_avail_expr):...
2005-12-14 Jeff Lawtree-ssa-ccp.c (fold_stmt_r): DATA argument is now...
2005-12-12 Jeff Lawtree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr...
2005-12-09 Diego Novillotree.c (recompute_tree_invariant_for_addr_expr): Rename...
2005-12-02 Richard Guenthertree-ssa-loop-im.c (schedule_sm): Use buildN instead...
2005-11-18 Richard Kennertree-ssa-dom.c (extract_range_from_cond): Deal with...
2005-11-10 Jeff Lawtree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr...
2005-11-04 Jeff Lawinvoke.texi: Document max-jump-thread-duplication-stmts...
2005-10-07 Jeff Lawtree-ssa-dom.c (dom_opt_finalize_block): Fix conditions...
2005-10-04 Steven Bosscherre PR tree-optimization/23049 (ICE with -O3 -ftree...
2005-09-26 Jeff Lawtree-ssa-dom.c (tree_ssa_dominator_optimize): Be more...
2005-08-02 Jan Hubickatree-ssa-dom.c (thread_across_edge): Remove updating...
2005-07-29 Diego Novillotree-ssa-dom.c (struct opt_stats_d): Add field num_iter...
2005-07-28 Volker Reicheltbuiltins.c: Fix comment typo(s).
2005-07-20 James A. Morrisontree.h (tree_expr_nonzero_p): Export.
2005-07-13 David Edelsohntree-ssa-dom.c (lookup_avail_expr): Do not pass member...
2005-07-12 Andrew Pinskire PR tree-optimization/22335 (DOM creates mis-matched...
2005-07-02 Jeff Lawtree-ssa-dom.c (find_equivalent_equality_comparison...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-13 Jeff Lawtree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr...
2005-06-03 Diego Novillotree-ssa-dom.c (record_edge_info): Use last_basic_block...
2005-06-01 Kaveh R. Ghazibasic-block.h, [...]: Don't include errors.h and includ...
2005-05-28 Kazu Hiratatree-ssa-dom.c (vrp_element_p): Define.
2005-05-27 Kazu Hiratabasic-block.h (basic_block_def): Add phi_nodes and...
2005-05-27 Kazu Hiratatree-into-ssa.c (update_ssa): Ensure that the operand...
2005-05-24 Jeff Lawtree-ssa-dom.c (cprop_into_stmt): Do not call recompute...
2005-05-17 Zdenek Dvoraktree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes...
2005-05-16 Richard Hendersonre PR tree-optimization/21399 (libstdc++ 12077.cc ICE)
2005-05-10 Kazu Hiratare PR tree-optimization/21170 (Comments still mention...
2005-05-10 Jeff Lawtree-ssa-dom.c (dom_opt_finalize_block): Do not call...
2005-05-03 Andrew MacLeodlambda-code.c (gcc_loop_to_lambda_loop, [...]): Use...
2005-04-23 Kazu Hirata* tree-ssa-dom.c: Fix formatting.
2005-04-23 Diego Novillo[multiple changes]
2005-04-23 Jeff Lawtree-ssa-dom.c (block_defs_stack): Remove, no longer...
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-04-09 Diego Novillobackport: copy-prop, incremental SSA updating of FUD...
2005-04-05 Andrew MacLeodlambda-code.c (lambda_loopnest_to_gcc_loopnest): Use...
2005-03-31 Kazu Hiratatree-ssa-dom.c (cprop_into_successor_phis): Remove...
2005-03-11 Zdenek Dvorakbasic-block.h (single_succ_p, [...]): New inline functions.
2005-03-08 Jeff Lawtree-cfg.c (find_taken_edge_computed_goto): New function.
2005-03-04 Jeff Lawbasic-block.h (rediscover_loops_after_threading): Declare.
2005-03-02 Kazu Hiratatree-ssa-dom.c (tree_ssa_dominator_optimize): Call...
2005-03-02 Jeff Lawtree-ssa-dom.c (tree_ssa_dominator_optimize): Fix setti...
2005-02-26 Zdenek Dvoraktree-ssa-dom.c (simple_iv_increment_p): New function.
2005-02-24 Volker ReicheltChangeLog.5: Fix log message typo(s).
2005-02-21 Eric Botcazoure PR tree-optimization/18663 (ACATS ICE cc1221d expect...
2005-02-17 Nathan Sidwellbitmap.h (BITMAP_XMALLOC, [...]): Remove.
2005-02-10 Jeff Lawtree-ssa-dom.c (thread_across_edge): Use xmalloc, not...
2005-02-01 Jeff Lawtree-ssa-dom.c (record_cond): Pass correct variable...
2005-01-27 Steven Bosscherre PR middle-end/17278 (8% C++ compile-time regression...
2005-01-23 Kazu Hirataalias.c, [...]: Fix comment typos.
2005-01-22 Daniel Berlinre PR tree-optimization/19038 (tree-ssa causing loops...
2005-01-18 Jeff LawOpps. Committed wrong version.
2005-01-18 Jeff Lawtree-ssa-dom.c (tree_ssa_dominator_optimize): Clear...
2005-01-17 Kazu Hiratatree-ssa-dom.c (tree_ssa_dominator_optimize): Don't...
2005-01-15 Roger Sayle* tree-ssa-dom.c (extract_range_from_cond): Correct...
2005-01-15 Jakub Jelinekre PR tree-optimization/19060 (Miscompiling of if and...
2004-12-28 Jeff Lawtree-ssa-dom.c (thread_across_edge): Remove broken...
2004-12-13 Jeff Lawtree-ssa-dom.c (thread_across_edge): Do not thread...
2004-12-13 Kazu Hirata* tree-ssa-dom.c (record_edge_info): Fix memory leak.
2004-12-13 Kazu Hiratatree-ssa-dom.c (record_equivalences_from_phis): Add...
2004-12-13 Kazu Hiratatree-ssa-dom.c (record_equivalences_from_phis): Speed...
2004-12-12 Kazu Hirata* tree-ssa-dom.c (thread_across_edge): Fix a comment...
next