]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cfgloop.c
* gimple.h: Remove all includes.
[thirdparty/gcc.git] / gcc / cfgloop.c
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-22  tbsaundeadd auto_vec
2013-11-19  dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  rguenth2013-11-19 Richard Biener <rguenther@suse.de>
2013-11-19  dmalcolmEliminate n_basic_blocks macro
2013-11-13  amacleod * gimple-walk.h: New File. Relocate prototypes from...
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-10-18  amacleod * tree-ssa.h: Don't include gimple-low.h, tree-ssa...
2013-10-16  amacleod PR tree-optimization/58697
2013-10-09  amacleod * tree-flow.h: Move some protoypes. Include new tree...
2013-09-28  rsandifogcc/
2013-09-12  amacleod * tree-ssa.h: New. Move content from tree-flow.h and
2013-04-30  rguenth2013-04-30 Richard Biener <rguenther@suse.de>
2013-04-26  rguenth2013-04-26 Richard Biener <rguenther@suse.de>
2013-04-26  rguenth2013-03-26 Richard Biener <rguenther@suse.de>
2013-03-20  rguenth2013-03-20 Richard Biener <rguenther@suse.de>
2013-02-18  rguenth2013-02-18 Richard Biener <rguenther@suse.de>
2013-02-08  mpolacekAdd more checking of headers.
2013-02-08  rguenth2013-02-08 Richard Biener <rguenther@suse.de>
2013-02-08  rguenth2013-02-08 Richard Biener <rguenther@suse.de>
2013-01-21  mpolacekFix up English grammar
2013-01-10  rsandifoUpdate copyright years in gcc/
2013-01-04  jakubUpdate Copyright years for files modified in 2011 and...
2013-01-03  tejohnson2013-01-02 Teresa Johnson <tejohnson@google.com>
2012-11-20  dnovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01  crowlThis patch normalizes more bitmap function names.
2012-10-30  crowlThis patch implements the unification of the *bitmap...
2012-09-30  hubicka * cfgloop.c (scale_loop_profile): Move to...
2012-09-28  hubicka * basic-block.h (RDIV): Define.
2012-08-14  steven * graphite-scop-detection.c (create_sese_edges): Compu...
2012-08-13  steven * tree-ssa-pre.c (do_regular_insertion): Add FIXME...
2012-08-13  rguenth2012-08-13 Richard Guenther <rguenther@suse.de>
2012-07-16  stevengcc/
2012-05-31  steven * output.h (__gcc_host_wide_int__): Move to hwint.h.
2012-03-28  rguenth2012-03-28 Richard Guenther <rguenther@suse.de>
2012-03-05  rguenth2012-03-05 Richard Guenther <rguenther@suse.de>
2012-01-08  cltang2012-01-08 Chung-Lin Tang <cltang@codesourcery.com>
2011-01-03  jakubUpdate Copyright years for files modified in 2010.
2010-11-10  jsm28 * cfgloop.c (verify_loop_structure): Use %' in diagnos...
2010-10-21  froydnj * cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.
2010-08-20  froydnjgcc/
2010-08-19  froydnj * cfgloop.c (get_loop_body_in_bfs_order): Avoid redund...
2010-08-11  spopAdd loop_exits_from_bb_p.
2010-08-11  spopRemove uses of loop->single_iv.
2010-07-08  manu2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-06-08  laurasgcc/ada:
2010-05-29  hubicka * tree-vrp.c (debug_value_range, debug_all_value_ranges,
2009-11-25  hjlRemove trailing white spaces.
2009-11-25  spop2009-10-22 Sebastian Pop <sebastian.pop@amd.com>
2009-07-31  spopNew implementation of Graphite.
2009-02-20  jakubUpdate Copyright years for files modified in 2008 and...
2008-09-02  spop2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2008-09-01  abel2008-08-31 Andrey Belevantsev <abel@ispras.ru>
2008-07-28  rguenth2008-07-28 Richard Guenther <rguenther@suse.de>
2007-08-14  ghazi * alias.c (rtx_equal_for_memref_p): Constify.
2007-08-04  rakdver * tree-ssa-threadupdate.c (thread_through_all_blocks...
2007-07-26  nickcChange copyright header to refer to version 3 of the...
2007-07-25  ghazi * c-lex.c (c_lex_with_flags, lex_string): Constify.
2007-07-24  rakdver * cfgloop.c (init_loops_structure): New function.
2007-06-11  dberlinMerge dataflow branch into mainline
2007-06-05  tneumann * cfg.c (init_flow): Use type safe memory macros.
2007-05-14  rakdver * tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW...
2007-05-11  rakdver * tree-loop-linear.c (gather_interchange_stats, try_in...
2007-04-09  rakdver * cfgloopmanip.c (create_preheader): Do not use loop_p...
2007-02-25  rakdver * tree-ssa-loop-niter.c (compute_estimated_nb_iteratio...
2007-02-18  kazu * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,
2007-02-06  rakdver * doc/loop.texi: Document possibility not to perform...
2007-01-12  rakdver * doc/loop.texi: Document recording of loop exits.
2006-12-10  rakdver * tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.
2006-11-25  rakdver * tree-vrp.c (execute_vrp): Do not pass loops structur...
2006-11-21  rakdver * tree-loop-linear.c (linear_transform_loops): Use...
2006-11-21  rakdver * cfgloopmanip.c (add_loop, duplicate_loop): Do not...
2006-11-21  rakdver * tree-ssa-loop-im.c (schedule_sm, determine_lsm_ref,
2006-11-17  rakdver * tree-vrp.c (execute_vrp): Do not update current_loops.
2006-05-18  mrsWhitespace fixups
2006-03-13  rakdver * cfgloop.c (flow_loop_dump): Do not dump loop->invali...
2006-03-05  kazu * cfgloop.c (cancel_loop): Make it static.
2006-01-31  dalecki2006-01-31 Marcin Dalecki <martin@dalecki.de>
2006-01-28  kazu * cfgloop.c (flow_loop_outside_edge_p): Remove.
2005-12-20  zadeck2005-12-20 Kenneth Zadeck <zadeck@naturalbridge.com>
2005-12-17  zadeck2005-12-17 Danny Berlin <dberlin@dberlin.org>
2005-07-03  jsm28 * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks...
2005-06-25  kcookUpdate FSF address.
2005-04-09  hubicka * cfglayout.c (copy_bbs): Rename n_edges to num_edges.
2005-03-11  rakdver * basic-block.h (single_succ_p, single_pred_p, single_...
2005-03-10  rakdver * Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.
2005-03-01  rakdver * cfgloop.c (flow_loop_entry_edges_find, flow_loop_exi...
2005-02-20  steven PR middle-end/19698
2005-02-17  kazu * bt-load.c, cfgloop.c, convert.c, dominance.c, global.c,
2005-02-17  nathan * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.
2004-12-15  dberlin2004-12-15 Daniel Berlin <dberlin@dberlin.org>
2004-11-22  law * cfg.c (cached_make_edge): Use find_edge rathe...
2004-11-22  nathan * bitmap.h (struct bitmap_obstack): New obstack type.
2004-11-09  kazu * cfgloop.c (flow_loops_update): Remove.
2004-10-13  dberlin2004-10-11 Sebastian Pop <pop@cri.ensmp.fr>
2004-09-28  bje2004-09-24 Ben Elliston <bje@au.ibm.com>
2004-09-07  nathan * cfganal.c (flow_depth_first_order_compute, dfs_enume...
2004-09-04  dpatel Tree level if-conversion for vectorizer.
2004-08-24  rakdver * tree-ssa-loop-ivcanon.c: New file.
next