]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-if-conv.c
Change copyright header to refer to version 3 of the GNU General Public License and...
[thirdparty/gcc.git] / gcc / tree-if-conv.c
2007-07-26  Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-16  Richard Guenthertree-if-conv.c (find_phi_replacement_condition): Unshar...
2007-07-09  Zdenek Dvoraktree-scalar-evolution.c (scev_const_prop): Add argument...
2007-07-09  Uros Bizjakre PR tree-optimization/32681 (ice for legal C code...
2007-07-07  Kazu Hirataauto-inc-dec.c, [...]: Fix comment typos.
2007-07-02  Uros Bizjakre PR tree-optimization/31966 (Miscompiles valid code...
2007-05-27  Zdenek Dvoraktree-vrp.c (execute_vrp): Do not check whether current_...
2007-04-23  Zdenek Dvoraktree-phinodes.c (reserve_phi_args_for_new_edge, [....
2007-03-25  Revital Eresfix in tree-if-conv.c
2007-03-08  Roger Sayletree-eh.c (do_return_redirection): Call build_gimple_mo...
2006-12-10  Zdenek Dvoraktree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.
2006-12-05  Aldy HernandezMerge gimple-tuples-branch into mainline.
2006-11-21  Zdenek Dvoraktree-loop-linear.c (linear_transform_loops): Use single...
2006-11-17  Zdenek Dvoraktree-vrp.c (execute_vrp): Do not update current_loops.
2006-09-22  Zdenek Dvorakre PR tree-optimization/28888 (ICE in tree check: expec...
2006-09-05  Richard Guentherre PR tree-optimization/28900 (ICE verify_stmts failed...
2006-05-23  Andrew MacLeodre PR c++/26757 (C++ front-end producing two DECLs...
2006-03-02  Daniel Berlintree-vrp.c (execute_vrp): Return value.
2006-02-10  Sebastian Poptree-if-conv.c (combine_blocks): Free the result of...
2006-02-02  Paolo Bonzinitree-flow-inline.h (bsi_after_labels): Rewrite, return...
2006-01-31  Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2006-01-06  Jeff Lawtree-cfg.c (bsi_replace): Rename final argument from...
2005-12-02  Richard Guenthertree-ssa-loop-im.c (schedule_sm): Use buildN instead...
2005-11-08  Devang Patelre PR tree-optimization/23115 (-ftree-vectorize generat...
2005-08-19  Devang Patelre PR tree-optimization/23048 (ICE in get_loop_body...
2005-06-26  Kazu Hiratabuiltins.c, [...]: Use fold_buildN instead of fold...
2005-06-25  Kelley CookUpdate FSF address.
2005-06-01  Kaveh R. Ghazibasic-block.h, [...]: Don't include errors.h and includ...
2005-05-27  Kazu Hiratabasic-block.h (basic_block_def): Add phi_nodes and...
2005-05-11  Kazu Hiratare PR tree-optimization/18472 (TREE_OPERAND (t, 1)...
2005-05-03  Kazu Hiratatree-cfg.c (remove_bb): Remove a redundant call to...
2005-04-29  Devang Patelre PR tree-optimization/21272 (SSA_NAME def follows...
2005-04-21  Devang Pateltree-if-conv.c (find_phi_replacement_condition): Avoid...
2005-04-13  Devang Pateltree-if-conv.c (tree_if_convert_cond_expr): Do not...
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-12  Kazu Hiratatree-if-conv.c (tree_if_convert_cond_expr): Remove...
2005-03-11  Zdenek Dvorakbasic-block.h (single_succ_p, [...]): New inline functions.
2005-03-05  Devang Patelre PR tree-optimization/18815 (Tree if-conversion screw...
2005-03-02  Devang PatelUndo PR tree-optimization/18815 fix.
2005-03-02  Devang Patelre PR tree-optimization/18815 (Tree if-conversion screw...
2005-03-01  Zdenek Dvorakcfgloop.c (flow_loop_entry_edges_find, [...]): Removed.
2005-02-23  Devang Patelre PR tree-optimization/19952 (ICE: tree check: expecte...
2005-02-17  Nathan Sidwellbitmap.h (BITMAP_XMALLOC, [...]): Remove.
2005-01-23  Kazu Hirataalias.c, [...]: Fix comment typos.
2005-01-04  Paolo Bonzinire PR tree-optimization/18308 (ICE in do_jump, at dojum...
2004-11-29  Kazu Hiratatree-if-conv.c (replace_phi_with_cond_modify_expr)...
2004-11-22  Devang Patel* tree-if-conv.c (clean_predicate_lists): Clean all...
2004-11-22  Devang Pateltree-if-conv.c (if_convertable_phi_p): Rename to ...
2004-11-22  Kazu Hiratatree-ssa.c (ssa_remove_edge): Remove.
2004-11-22  Nathan Sidwellbitmap.h (struct bitmap_obstack): New obstack type.
2004-11-16  Devang Patel* tree-if-conv.c (clean_predicate_lists): Update gcc_as...
2004-11-16  Kazu Hiratatree-cfg.c (verify_expr): Replace TREE_OPERAND with...
2004-11-14  Kazu Hiratatree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN...
2004-11-13  Devang Pateltree-if-conv.c (clean_predicate_lists): Use loop header...
2004-11-09  Kazu Hiratatree-if-conv.c (add_to_dst_predicate_list): Change...
2004-11-08  Kazu Hiratatree-if-conv.c (tree_if_conversion): Make it static.
2004-11-08  Kazu Hiratatree-if-conv.c (tree_if_convert_cond_expr): Remove...
2004-11-08  Kazu Hiratatree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN...
2004-10-14  Devang Pateltree-if-conv.c (process_phi_nodes): Process latch block.
2004-09-28  Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-24  Devang Pateltree-if-conv.c (tree_if_convert_cond_expr0): Create...
2004-09-09  Giovanni Bajotarghooks.c (default_unwind_emit, [...]): Use gcc_asser...
2004-09-08  Devang Pateltree-if-conv.c (find_phi_replacement_condition): Return...
2004-09-06  Paolo BonziniUnify the management of RTL and tree-level dump files.
2004-09-05  Kazu Hiratac-common.c, [...]: Fix comment formatting.
2004-09-05  Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-09-05  Diego Novillotree-if-conv.c (gate_tree_if_conversion): Enable only...
2004-09-05  Andreas Jaeger* tree-if-conv.c: Spell check comments and clean up...
2004-09-04  Devang PatelTree level if-conversion for vectorizer.