summaryrefslogtreecommitdiff
path: root/gcc/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-5/+5
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-4/+4
* cfg.c (alloc_aux_for_block): Remove inline.Rainer Orth2010-02-241-3/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-12/+12
* ira-conflicts.c: Use fputs or putc instead of fprintf where appropriate.Uros Bizjak2009-09-101-17/+17
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-7/+7
* [multiple changes]Diego Novillo2008-05-161-10/+14
* cfg.c: Include tree-flow.h.Aldy Hernandez2008-03-051-0/+5
* re PR rtl-optimization/31396 (Inline code performance much worse than out-of-...Jan Hubicka2008-01-161-0/+2
* re PR tree-optimization/34046 (verify_flow_info failed)Eric Botcazou2007-11-141-2/+8
* * cfg.c (dump_cfg_bb_info): Update bb_bitnames to match enum.Alexandre Oliva2007-11-051-1/+3
* typoBasile Starynkevitch2007-09-061-1/+1
* cfg.c (dump_bb_info, dump_edge_info): Added cfun test for Basile Starynkevitch2007-09-061-5/+7
* cfg.c (dump_flow_info): Change to also print entry and exit block info.Kenneth Zadeck2007-08-301-1/+1
* 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-6/+6
* cfghooks.c (remove_edge): New function.Zdenek Dvorak2007-07-091-1/+1
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-79/+142
* cfg.c (init_flow): Use type safe memory macros.Thomas Neumann2007-06-051-14/+15
* re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak2007-05-241-36/+83
* loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak2007-01-031-4/+17
* Whitespace fixupsMike Stump2006-05-181-4/+4
* cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini2006-02-151-9/+5
* Makefile.in (sched-vis.o): Update dependencies.Paolo Bonzini2006-01-251-39/+66
* basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ...Kazu Hirata2006-01-111-5/+5
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-2/+5
* cfg.c, [...]: Fix comment typos.Kazu Hirata2005-07-291-1/+1
* cfg.c (update_bb_profile_for_threading): Use RDIV.Jan Hubicka2005-07-281-12/+41
* cfg.c (update_bb_profile_for_threading): Fix profile updating.Jan Hubicka2005-07-161-1/+9
* cfg.c (update_bb_profile_for_threading): More diagnostic.Jan Hubicka2005-07-151-2/+12
* basic-block.h (basic_block_def): Kill rbi.Jan Hubicka2005-06-271-10/+0
* cfg.c, [...]: Fix comment typos.Kazu Hirata2005-06-261-7/+10
* tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update profile.Jan Hubicka2005-06-251-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-10/+14
* Makefile.in (cfg.o): Add new dependencies.Jan Hubicka2005-06-151-0/+144
* basic-block.h (remove_predictions_associated_with_edge): Declare.Jan Hubicka2005-06-031-0/+1
* basic-block.h (FOR_ALL_BB_FN): New macro.Jan Hubicka2005-05-121-1/+3
* * cfg.c (dump_flow_info): Use max_reg_num, not max_regno.Richard Henderson2005-05-031-3/+3
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-2/+1
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-2/+2
* Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher2005-04-121-50/+4
* cfg.c (clear_bb_flags): Don't clear BB_DISABLE_SCHEDULE.Mostafa Hagog2005-04-031-1/+1
* basic-block.h (scale_bbs_frequencies_int, [...]): Declare.Jan Hubicka2005-03-181-2/+41
* basic-block.h: Update the prototypes of cached_make_edge and rtl_make_eh_edge.Kazu Hirata2005-03-141-3/+3
* * cfg.c (rbi_pool): Make it static.Kazu Hirata2005-03-081-1/+1
* cfg.c (connect_src, [...]): New.Kazu Hirata2005-03-021-64/+69
* cfg.c (cached_make_edge): Call make_edge if edge cache is not available.Kazu Hirata2005-02-221-33/+28