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