aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivcanon.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-14re PR tree-optimization/55684 (ICE in remove_redundant_iv_tests, at tree-ssa-...Richard Biener1-3/+2
2012-12-07tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add UPPER_BOUND parameter.Jan Hubicka1-6/+25
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-29/+28
2012-11-06cfgloopanal.c (get_loop_hot_path): New function.Jan Hubicka1-23/+148
2012-11-05tree-ssa-loop-niter.c (find_loop_niter): Remove just_once_each_iteration_p.Jan Hubicka1-7/+7
2012-11-02re PR tree-optimization/55079 (false positive -Warray-bounds (also seen at -O...Jan Hubicka1-70/+220
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-1/+1
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-10-25re PR lto/54980 (gimple check: expected gimple_cond(error_mark), have gimple_...Jan Hubicka1-1/+5
2012-10-23re PR tree-optimization/54967 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Jan Hubicka1-14/+45
2012-10-17tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add edge_to_cancel paramet...Jan Hubicka1-37/+246
2012-09-23re PR tree-optimization/54669 (verify_flow_info failure after loop unrolling ...Eric Botcazou1-0/+1
2012-09-17* tree-cfgcleanup. (cleanup_control_expr_graph) <GIMPLE_COND>: RemoveEric Botcazou1-4/+110
2012-09-05re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Guenther1-1/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2010-09-20re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka1-4/+2
2010-09-03cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka1-3/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-4/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-02-27re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never e...Richard Guenther1-1/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-11/+11
2009-07-03loop-24.c: Update dump file matching; enable -O2.Jan Hubicka1-184/+0
2009-05-11pr21829.c: Simplify matching since we now optimize better.Jan Hubicka1-17/+187
2009-04-26ipa-pure-const.c (struct funct_state_d): New fields state_previously_known, l...Jan Hubicka1-2/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-1/+1
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-1/+1
2008-08-01tree-ssa-pre.c (fini_pre): Take in_fre parameter.Richard Guenther1-4/+11
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-42/+39
2008-04-29re PR tree-optimization/36078 (gfortran fails to build cpu2006/465.tonto)Richard Guenther1-1/+2
2008-04-27re PR tree-optimization/18754 (unrolling happens too late/SRA does not happen...Richard Guenther1-31/+43
2007-11-14tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Remove unused edges aft...Sebastian Pop1-23/+17
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-02-09re PR tree-optimization/23361 (Can't eliminate empty loops with power of two ...Zdenek Dvorak1-0/+3
2007-01-28tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak1-4/+4
2006-12-20loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak1-6/+1
2006-12-10loop.texi: Document number_of_latch_executions and number_of_cond_exit_execut...Zdenek Dvorak1-7/+1
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-15/+7
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-1/+1
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-21/+20
2006-11-21tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak1-2/+2
2006-09-05re PR tree-optimization/28937 (ICE in add_virtual_operand, at tree-ssa-operan...Andrew Pinski1-6/+9
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2005-12-22tree.c (tree_fold_gcd): Use build_int_cst where appropriate.Richard Guenther1-1/+1
2005-08-29re PR tree-optimization/23475 (Frequences are not updated for empty loop remo...Zdenek Dvorak1-1/+36
2005-08-13re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop1-1/+1
2005-08-03cfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag.Jan Hubicka1-3/+22