aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.h
AgeCommit message (Expand)Author
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod
2013-10-16re PR tree-optimization/58697 (wrong code (segfaults) at -O3)Andrew MacLeod
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod
2013-09-27* cfgloop.h (number_of_loops): Fix typo in check for null.Paulo Matos
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener
2013-04-26Makefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) dependency.Richard Biener
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener
2013-04-17re PR rtl-optimization/56921 (ICE in rtx_cost called by doloop_optimize_loops...Richard Biener
2013-03-14re PR tree-optimization/53265 (Warn when undefined behavior implies smaller i...Jakub Jelinek
2013-02-11re PR tree-optimization/56264 (ICE in check_loop_closed_ssa_use, at tree-ssa...Richard Biener
2013-02-08re PR rtl-optimization/56181 (ICE in verify_loop_structure, at cfgloop.c:1581...Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-09re PR tree-optimization/55569 (ICE: in check_probability, at basic-block.h:94...Jan Hubicka
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2013-01-03dumpfile.c (dump_loc): Print filename with location.Teresa Johnson
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-06cfgloopanal.c (get_loop_hot_path): New function.Jan Hubicka
2012-10-23re PR tree-optimization/54967 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Jan Hubicka
2012-10-17cfgloopmanip.c (copy_loop_info): New function.Jan Hubicka
2012-10-17tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add edge_to_cancel paramet...Jan Hubicka
2012-10-14tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not predict l...Jan Hubicka
2012-10-09Fix for PR53397 by making prefecthing less agressiveVenkataramanan Kumar
2012-10-08loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka
2012-09-28basic-block.h (RDIV): Define.Jan Hubicka
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther
2012-07-11basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *.Steven Bosscher
2012-06-17cfgloop.h: Do not include rtl.h.Steven Bosscher
2012-04-18re PR tree-optimization/44688 (Excessive code-size growth at -O3)Richard Guenther
2012-04-18cfgloop.h (estimate_numbers_of_iterations_loop): Remove use_undefined_p param...Richard Guenther
2012-04-12cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther
2011-06-14re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak
2011-04-08re PR target/48273 (ICE: in create_copy_of_insn_rtx, at sel-sched-ir.c:5604 w...Alexander Monakov
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-09-01tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate.Richard Guenther
2010-08-11Add loop_exits_from_bb_p.Vladimir Kargov
2010-08-11Remove uses of loop->single_iv.Sebastian Pop
2010-07-12Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).Richard Sandiford
2010-07-10re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...Sandra Loosemore
2010-05-28When niter may be zero, return a COND_EXPR with the may_be_zero condition.Sebastian Pop
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher
2010-04-26cfgloop.h (struct loop): Move can_be_parallel field up.Nathan Froyd
2009-11-25Remove trailing white spaces.H.J. Lu
2009-11-25cfgloop.c (alloc_loop): Initialize loop->single_iv.Sebastian Pop
2009-10-22cfgloopmanip.c (duplicate_subloops): Export.Razya Ladelsky
2009-07-31New implementation of Graphite.Sebastian Pop