summaryrefslogtreecommitdiff
path: root/gcc/cfgloop.c
Commit message (Expand)AuthorAgeFilesLines
...
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-3/+3
* Makefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) dependency.Richard Biener2013-04-261-8/+9
* tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener2013-04-261-0/+6
* cfgloop.c (verify_loop_structure): Streamline and avoid ICEing on corrupt loo...Richard Biener2013-03-201-31/+41
* re PR tree-optimization/56350 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener2013-02-181-0/+15
* Add more checking of headers.Marek Polacek2013-02-081-0/+9
* re PR rtl-optimization/56181 (ICE in verify_loop_structure, at cfgloop.c:1581...Richard Biener2013-02-081-111/+129
* cfgloop.c (verify_loop_structure): Properly handle a loop exiting to another ...Richard Biener2013-02-081-1/+6
* Fix up English grammarMarek Polacek2013-01-211-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* dumpfile.c (dump_loc): Print filename with location.Teresa Johnson2013-01-031-0/+52
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-3/+3
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-53/+53
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-8/+8
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-2/+2
* cfgloop.c (scale_loop_profile): Move to...Jan Hubicka2012-09-301-118/+0
* basic-block.h (RDIV): Define.Jan Hubicka2012-09-281-0/+118
* graphite-scop-detection.c (create_sese_edges): Compute dominance info before ...Steven Bosscher2012-08-141-1/+27
* tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher2012-08-131-3/+3
* basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther2012-08-131-9/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther2012-03-281-2/+8
* cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther2012-03-051-0/+3
* cfgloop.c (cancel_loop): Add free() of bbs array.Chung-Lin Tang2012-01-081-0/+1
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-9/+9
* cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.Nathan Froyd2010-10-211-4/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-9/+9
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-11/+5
* Add loop_exits_from_bb_p.Vladimir Kargov2010-08-111-2/+17
* Remove uses of loop->single_iv.Sebastian Pop2010-08-111-1/+0
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-1/+1
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-8/+6
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-7/+7
* cfgloop.c (alloc_loop): Initialize loop->single_iv.Sebastian Pop2009-11-251-0/+1
* New implementation of Graphite.Sebastian Pop2009-07-311-0/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* backport: configure: Regenerate.Sebastian Pop2008-09-021-0/+15
* sel-sched.h, [...]: New files.Andrey Belevantsev2008-09-011-0/+13
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-4/+7
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-5/+5
* tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak2007-08-041-15/+14
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi2007-07-251-2/+2
* cfgloop.c (init_loops_structure): New function.Zdenek Dvorak2007-07-241-18/+30
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-8/+2