summaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing white spaces.H.J. Lu2009-11-251-6/+6
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-1/+12
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-3/+5
* passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther2009-05-111-1/+1
* ipa-reference.c: Do not include c-common.h, include splay-tree.h.Steven Bosscher2009-05-011-1/+0
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-2/+3
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-146/+138
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-7/+7
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* re PR tree-optimization/34140 (ICE in is_hidden_global_store, at tree-ssa-sin...Jakub Jelinek2007-11-281-1/+9
* optabs.c (prepare_cmp_insn): Merge a couple of conditional blocks.Eric Botcazou2007-11-011-1/+1
* re PR tree-optimization/33920 (Segfault in combine_blocks/tree-if-conv.c)Uros Bizjak2007-10-281-2/+10
* re PR tree-optimization/32821 (tree-if-conv:combine_blocks with -ftree-dump-t...Uros Bizjak2007-09-071-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond" before forci...Richard Guenther2007-07-161-4/+6
* tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak2007-07-091-15/+9
* re PR tree-optimization/32681 (ice for legal C code with flags -ffast-math -...Uros Bizjak2007-07-091-1/+1
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-07-071-1/+1
* re PR tree-optimization/31966 (Miscompiles valid code with -ftree-vectorize)Uros Bizjak2007-07-021-45/+73
* tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak2007-05-271-1/+1
* tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr.Zdenek Dvorak2007-04-231-4/+4
* fix in tree-if-conv.cRevital Eres2007-03-251-3/+14
* tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle2007-03-081-4/+3
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-7/+2
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-27/+30
* tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak2006-11-211-1/+1
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-14/+3
* re PR tree-optimization/28888 (ICE in tree check: expected cond_expr, have la...Zdenek Dvorak2006-09-221-57/+53
* re PR tree-optimization/28900 (ICE verify_stmts failed (invalid operand to un...Richard Guenther2006-09-051-1/+4
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-1/+1
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-4/+4
* tree-if-conv.c (combine_blocks): Free the result of get_loop_exit_edges.Sebastian Pop2006-02-101-1/+3
* tree-flow-inline.h (bsi_after_labels): Rewrite, return what its name says.Paolo Bonzini2006-02-021-5/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-2/+2
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-8/+8
* re PR tree-optimization/23115 (-ftree-vectorize generates wrong code)Devang Patel2005-11-081-4/+9
* re PR tree-optimization/23048 (ICE in get_loop_body with -O1 -ftree-vectorize...Devang Patel2005-08-191-6/+14
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-2/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata2005-05-271-1/+1
* re PR tree-optimization/18472 (TREE_OPERAND (t, 1) is referenced for t being ...Kazu Hirata2005-05-111-9/+1
* tree-cfg.c (remove_bb): Remove a redundant call to set_bb_for_stmt.Kazu Hirata2005-05-031-3/+1
* re PR tree-optimization/21272 (SSA_NAME def follows use with -ftree-vectorize)Devang Patel2005-04-291-1/+1
* tree-if-conv.c (find_phi_replacement_condition): Avoid generating x = !(a == ...Devang Patel2005-04-211-33/+52
* tree-if-conv.c (tree_if_convert_cond_expr): Do not create extra temp variables.Devang Patel2005-04-131-17/+0
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-21/+30
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-11/+5