aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-3/+3
2013-04-26Makefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) dependency.Richard Biener1-8/+9
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-0/+6
2013-03-20cfgloop.c (verify_loop_structure): Streamline and avoid ICEing on corrupt loo...Richard Biener1-31/+41
2013-02-18re PR tree-optimization/56350 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener1-0/+15
2013-02-08Add more checking of headers.Marek Polacek1-0/+9
2013-02-08re PR rtl-optimization/56181 (ICE in verify_loop_structure, at cfgloop.c:1581...Richard Biener1-111/+129
2013-02-08cfgloop.c (verify_loop_structure): Properly handle a loop exiting to another ...Richard Biener1-1/+6
2013-01-21Fix up English grammarMarek Polacek1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2013-01-03dumpfile.c (dump_loc): Print filename with location.Teresa Johnson1-0/+52
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-3/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-53/+53
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-8/+8
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-2/+2
2012-09-30cfgloop.c (scale_loop_profile): Move to...Jan Hubicka1-118/+0
2012-09-28basic-block.h (RDIV): Define.Jan Hubicka1-0/+118
2012-08-14graphite-scop-detection.c (create_sese_edges): Compute dominance info before ...Steven Bosscher1-1/+27
2012-08-13tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher1-3/+3
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-9/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-2/+8
2012-03-05cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther1-0/+3
2012-01-08cfgloop.c (cancel_loop): Add free() of bbs array.Chung-Lin Tang1-0/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-9/+9
2010-10-21cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.Nathan Froyd1-4/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-9/+9
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-11/+5
2010-08-11Add loop_exits_from_bb_p.Vladimir Kargov1-2/+17
2010-08-11Remove uses of loop->single_iv.Sebastian Pop1-1/+0
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-8/+6
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-7/+7
2009-11-25cfgloop.c (alloc_loop): Initialize loop->single_iv.Sebastian Pop1-0/+1
2009-07-31New implementation of Graphite.Sebastian Pop1-0/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-02backport: configure: Regenerate.Sebastian Pop1-0/+15
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-0/+13
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-4/+7
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-5/+5
2007-08-04tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak1-15/+14
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi1-2/+2
2007-07-24cfgloop.c (init_loops_structure): New function.Zdenek Dvorak1-18/+30
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-8/+2
2007-06-05cfg.c (init_flow): Use type safe memory macros.Thomas Neumann1-5/+5