aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-23cfg.c (redirect_edge_succ_nodup): Duplicate the varm map before removing the ...Jeff Law1-1/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-08-10basic-block.h (alloc_aux_for_block, [...]): Delete.Nathan Froyd1-4/+4
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-5/+5
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-4/+4
2010-02-24cfg.c (alloc_aux_for_block): Remove inline.Rainer Orth1-3/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-12/+12
2009-09-10ira-conflicts.c: Use fputs or putc instead of fprintf where appropriate.Uros Bizjak1-17/+17
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-16cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi1-7/+7
2008-05-16[multiple changes]Diego Novillo1-10/+14
2008-03-05cfg.c: Include tree-flow.h.Aldy Hernandez1-0/+5
2008-01-16re PR rtl-optimization/31396 (Inline code performance much worse than out-of-...Jan Hubicka1-0/+2
2007-11-14re PR tree-optimization/34046 (verify_flow_info failed)Eric Botcazou1-2/+8
2007-11-05* cfg.c (dump_cfg_bb_info): Update bb_bitnames to match enum.Alexandre Oliva1-1/+3
2007-09-06typoBasile Starynkevitch1-1/+1
2007-09-06cfg.c (dump_bb_info, dump_edge_info): Added cfun test for Basile Starynkevitch1-5/+7
2007-08-30cfg.c (dump_flow_info): Change to also print entry and exit block info.Kenneth Zadeck1-1/+1
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-6/+6
2007-07-09cfghooks.c (remove_edge): New function.Zdenek Dvorak1-1/+1
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-79/+142
2007-06-05cfg.c (init_flow): Use type safe memory macros.Thomas Neumann1-14/+15
2007-05-24re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak1-36/+83
2007-01-03loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak1-4/+17
2006-05-18Whitespace fixupsMike Stump1-4/+4
2006-02-15cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini1-9/+5
2006-01-25Makefile.in (sched-vis.o): Update dependencies.Paolo Bonzini1-39/+66
2006-01-11basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ...Kazu Hirata1-5/+5
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-2/+5
2005-07-29cfg.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-28cfg.c (update_bb_profile_for_threading): Use RDIV.Jan Hubicka1-12/+41
2005-07-16cfg.c (update_bb_profile_for_threading): Fix profile updating.Jan Hubicka1-1/+9
2005-07-15cfg.c (update_bb_profile_for_threading): More diagnostic.Jan Hubicka1-2/+12
2005-06-27basic-block.h (basic_block_def): Kill rbi.Jan Hubicka1-10/+0
2005-06-26cfg.c, [...]: Fix comment typos.Kazu Hirata1-7/+10
2005-06-25tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update profile.Jan Hubicka1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-10/+14
2005-06-15Makefile.in (cfg.o): Add new dependencies.Jan Hubicka1-0/+144
2005-06-03basic-block.h (remove_predictions_associated_with_edge): Declare.Jan Hubicka1-0/+1
2005-05-12basic-block.h (FOR_ALL_BB_FN): New macro.Jan Hubicka1-1/+3
2005-05-03* cfg.c (dump_flow_info): Use max_reg_num, not max_regno.Richard Henderson1-3/+3
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-2/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-2/+2
2005-04-12Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher1-50/+4
2005-04-03cfg.c (clear_bb_flags): Don't clear BB_DISABLE_SCHEDULE.Mostafa Hagog1-1/+1
2005-03-18basic-block.h (scale_bbs_frequencies_int, [...]): Declare.Jan Hubicka1-2/+41
2005-03-14basic-block.h: Update the prototypes of cached_make_edge and rtl_make_eh_edge.Kazu Hirata1-3/+3