bb-reorder: Split EH edges crossing partitions.
[gcc.git] / gcc / cfg.c
2011-07-23 Richard Hendersonbb-reorder: Split EH edges crossing partitions.
2011-07-20 Richard HendersonDump basic_block flags.
2011-03-23 Jeff Lawcfg.c (redirect_edge_succ_nodup): Duplicate the varm...
2010-11-30 Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-08-10 Nathan Froydbasic-block.h (alloc_aux_for_block, [...]): Delete.
2010-07-08 Manuel López-Ibáñeztoplev.h: Do not include diagnostic-core.h.
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-05-29 Jan Hubickatree-vrp.c (debug_value_range, [...]): Annotate with...
2010-02-24 Rainer Orthcfg.c (alloc_aux_for_block): Remove inline.
2009-11-25 H.J. LuRemove trailing white spaces.
2009-09-10 Uros Bizjakira-conflicts.c: Use fputs or putc instead of fprintf...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2008-07-16 Kaveh R. Ghazicfg.c (dump_reg_info): Avoid C++ keywords.
2008-05-16 Diego Novillo[multiple changes]
2008-03-05 Aldy Hernandezcfg.c: Include tree-flow.h.
2008-01-16 Jan Hubickare PR rtl-optimization/31396 (Inline code performance...
2007-11-14 Eric Botcazoure PR tree-optimization/34046 (verify_flow_info failed)
2007-11-05 Alexandre Oliva* cfg.c (dump_cfg_bb_info): Update bb_bitnames to match...
2007-09-06 Basile Starynkevitchtypo
2007-09-06 Basile Starynkevitchcfg.c (dump_bb_info, dump_edge_info): Added cfun test for
2007-08-30 Kenneth Zadeckcfg.c (dump_flow_info): Change to also print entry...
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-25 Kaveh R. Ghazic-lex.c (c_lex_with_flags, lex_string): Constify.
2007-07-09 Zdenek Dvorakcfghooks.c (remove_edge): New function.
2007-06-11 Daniel BerlinMerge dataflow branch into mainline
2007-06-05 Thomas Neumanncfg.c (init_flow): Use type safe memory macros.
2007-05-24 Zdenek Dvorakre PR middle-end/32018 (ICE on optimization)
2007-01-03 Zdenek Dvorakloop-unswitch.c (unswitch_loop): Pass probabilities...
2006-05-18 Mike StumpWhitespace fixups
2006-02-15 Paolo Bonzinicfg.c (dump_flow_info): Get dump flags as an additional...
2006-01-25 Paolo BonziniMakefile.in (sched-vis.o): Update dependencies.
2006-01-11 Kazu Hiratabasic-block.h (control_flow_graph): Change the type...
2005-12-17 Daniel Berlinbasic-block.h: Changed basic block numbering so that...
2005-07-29 Kazu Hiratacfg.c, [...]: Fix comment typos.
2005-07-28 Jan Hubickacfg.c (update_bb_profile_for_threading): Use RDIV.
2005-07-16 Jan Hubickacfg.c (update_bb_profile_for_threading): Fix profile...
2005-07-15 Jan Hubickacfg.c (update_bb_profile_for_threading): More diagnostic.
2005-06-27 Jan Hubickabasic-block.h (basic_block_def): Kill rbi.
2005-06-26 Kazu Hiratacfg.c, [...]: Fix comment typos.
2005-06-25 Jan Hubickatree-ssa-phiopt.c (replace_phi_edge_with_variable)...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-16 Jan Hubickabasic-block.h (rtl_bb_info): Break out head_, end_...
2005-06-15 Jan HubickaMakefile.in (cfg.o): Add new dependencies.
2005-06-03 Jan Hubickabasic-block.h (remove_predictions_associated_with_edge...
2005-05-12 Jan Hubickabasic-block.h (FOR_ALL_BB_FN): New macro.
2005-05-03 Richard Henderson* cfg.c (dump_flow_info): Use max_reg_num, not max_regno.
2005-04-21 Nathan Sidwellalias.c (true_dependence): Remove 'abort' from comments.
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-04-12 Steven BosscherMakefile.in: Add function.h to BASIC_BLOCK_H.
2005-04-03 Mostafa Hagogcfg.c (clear_bb_flags): Don't clear BB_DISABLE_SCHEDULE.
2005-03-18 Jan Hubickabasic-block.h (scale_bbs_frequencies_int, [...]): Declare.
2005-03-14 Kazu Hiratabasic-block.h: Update the prototypes of cached_make_edg...
2005-03-08 Kazu Hirata* cfg.c (rbi_pool): Make it static.
2005-03-02 Kazu Hiratacfg.c (connect_src, [...]): New.
2005-02-22 Kazu Hiratacfg.c (cached_make_edge): Call make_edge if edge cache...
2005-01-15 Roger Sayleharg-reg-set.h (reg_class_names): Prototype global...
2004-12-13 Richard Henderson* cfg.c (dump_flow_info): Don't dump pseudo info after...
2004-11-29 Kazu Hiratacfg.c (flow_obstack): Remove.
2004-11-22 Kazu Hiratacfg.c (unchecked_make_edge): Call execute_on_growing_pr...
2004-11-22 Jeff Lawcfg.c (cached_make_edge): Use find_edge rather than...
2004-11-22 Nathan Sidwellbitmap.h (struct bitmap_obstack): New obstack type.
2004-11-21 Jeff Lawcfg.c (update_bb_profile_for_threading): Do not rescale...
2004-11-20 Kazu Hiratabasic-block.h (edge_def): Add dest_idx.
2004-11-09 Jeff Lawcfg.c (redirect_edge_succ_nodup): Use find_edge rather...
2004-10-25 Kazu Hiratacfg.c (unchecked_make_edge, [...]): Use VEC_safe_push...
2004-10-22 Ben Ellistoncfg.c (remove_edge): Use VEC_unordered_remove.
2004-10-18 Andreas Krebbelcfg.c (dump_flow_info): Remove redundant dump of reg...
2004-09-28 Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-20 Kazu Hiratacfg.c, [...]: Fix comment typos.
2004-09-19 Jan Hubickabasic-block.h (update_bb_profile_after_threading):...
2004-09-14 Jan Hubicka* cfg.c (expunge_block): Revert previous change adding...
2004-09-07 Nathan Sidwellcfganal.c (flow_depth_first_order_compute, [...]):...
2004-09-03 Jan Hubickacfg.c (free_edge): Use ggc_free.
2004-08-25 Zack Weinbergbasic-block.h (BB_SET_PARTITION): Clear old value first.
2004-08-24 Diego Novillocfg.c (check_bb_profile): Fix typos.
2004-08-04 Jan Hubickabasic-block.h (profile_staus): New global variable.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-09 Caroline Ticebasic-block.h (struct edge_def): Add new field, crossin...
2004-01-29 Zdenek DvorakMakefile.in (cfghooks.o): Add TIMEVAR_H and toplev...
2004-01-21 Kazu Hirataalias.c, [...]: Update copyright.
2004-01-13 Zdenek Dvorak* cfg.c (dump_bb): Dump entry edges.
2004-01-06 Kazu Hirataalias.c: Fix comment typos.
2003-12-30 Steven Bosscherbackport: et-forest.h (et_forest_create, [...]): Declar...
2003-12-11 Steven Bosscherbasic-block.h (BLOCK_HEAD, BLOCK_END): Remove.
2003-09-17 Richard Henderson* cfg.c (dump_flow_info): Skip register dump if reg_n_i...
2003-08-14 Zdenek Dvorak* cfg.c (dump_edge_info): Add name of loop_exit edge...
2003-07-19 Kaveh R. Ghazialias.c [...]: Remove unnecessary casts.
2003-07-05 Kazu Hiratabt-load.c: Fix comment typos.
2003-07-03 Jan Hubickabasic-block.h (create_basic_block, [...]): Kill.
2003-06-22 Andreas Jaegercaller-save.c: Convert to ISO C90.
2003-06-08 Jan Hubickai386.md (subsi_3_zext, [...]): Fix predicates.
2003-06-07 Richard Hendersonbasic-block.h (EDGE_SIBCALL): New.
2003-06-06 Jan Hubickafunction.c (FLOOR_ROUND, CEIL_ROUND): Fix.
2003-03-10 Michael Matzcfg.c (unchecked_make_edge): New.
2003-03-05 Zdenek Dvorakbasic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.
2003-02-07 Daniel Berlincfg.c (dump_flow_info): Add back accidently deleted...
2003-01-18 Kazu Hirataalias.c: Fix comment typos.
2003-01-07 Daniel Berlincfg.c: Include alloc-pool.h
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-13 Kazu Hiratac-decl.c: Fix a comment typo.
next