summaryrefslogtreecommitdiff
path: root/gcc/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* * cfg.c (dump_reg_info): Avoid C++ keywords.ghazi2008-07-161-7/+7
* 2008-05-16 Nathan Froyd <froydnj@codesourcery.com>dnovillo2008-05-161-10/+14
* * cfg.c: Include tree-flow.h.aldyh2008-03-051-0/+5
* PR rtl-optimization/31396hubicka2008-01-161-0/+2
* PR tree-optimization/34046ebotcazou2007-11-141-2/+8
* * cfg.c (dump_cfg_bb_info): Update bb_bitnames to match enum.aoliva2007-11-051-1/+3
* typobstarynk2007-09-061-1/+1
* cfg.c (dump_bb_info, dump_edge_info): Added cfun test for bstarynk2007-09-061-5/+7
* 2007-08-30 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2007-08-301-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* * c-lex.c (c_lex_with_flags, lex_string): Constify.ghazi2007-07-251-6/+6
* * cfghooks.c (remove_edge): New function.rakdver2007-07-091-1/+1
* Merge dataflow branch into mainlinedberlin2007-06-111-79/+142
* * cfg.c (init_flow): Use type safe memory macros.tneumann2007-06-051-14/+15
* PR middle-end/32018rakdver2007-05-241-36/+83
* * loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.rakdver2007-01-031-4/+17
* Whitespace fixupsmrs2006-05-181-4/+4
* 2006-02-15 Paolo Bonzini <bonzini@gnu.org>bonzini2006-02-151-9/+5
* 2006-01-25 Paolo Bonzini <bonzini@gnu.org>bonzini2006-01-251-39/+66
* * basic-block.h (control_flow_graph): Change the type ofkazu2006-01-111-5/+5
* 2005-12-17 Danny Berlin <dberlin@dberlin.org>zadeck2005-12-171-2/+5
* * cfg.c, tree-complex.c, config/frv/frv.c, config/i386/i386.c:kazu2005-07-291-1/+1
* * cfg.c (update_bb_profile_for_threading): Use RDIV.hubicka2005-07-281-12/+41
* * cfg.c (update_bb_profile_for_threading): Fix profile updating.hubicka2005-07-161-1/+9
* * cfg.c (update_bb_profile_for_threading): More diagnostic.hubicka2005-07-151-2/+12
* * basic-block.h (basic_block_def): Kill rbi.hubicka2005-06-271-10/+0
* * cfg.c, tree-vect-transform.c, tree.def: Fix comment typos.kazu2005-06-261-7/+10
* * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update profile.hubicka2005-06-251-1/+1
* Update FSF address.kcook2005-06-251-2/+2
* * basic-block.h (rtl_bb_info): Break out head_, end_,hubicka2005-06-161-10/+14
* * Makefile.in (cfg.o): Add new dependencies.hubicka2005-06-151-0/+144
* * basic-block.h (remove_predictions_associated_with_edge): Declare.hubicka2005-06-031-0/+1
* * basic-block.h (FOR_ALL_BB_FN): New macro.hubicka2005-05-121-1/+3
* * cfg.c (dump_flow_info): Use max_reg_num, not max_regno.rth2005-05-031-3/+3
* * alias.c (true_dependence): Remove 'abort' from comments. Usenathan2005-04-211-2/+1
* * vec.h: Update API to separate allocation mechanism from type.nathan2005-04-211-2/+2
* * Makefile.in: Add function.h to BASIC_BLOCK_H. Remove allhubicka2005-04-121-50/+4
* 2005-03-31 Mostafa Hagog <mustafa@il.ibm.com>hagog2005-04-031-1/+1
* * basic-block.h (scale_bbs_frequencies_int,hubicka2005-03-181-2/+41
* * basic-block.h: Update the prototypes of cached_make_edge andkazu2005-03-141-3/+3
* * cfg.c (rbi_pool): Make it static.kazu2005-03-081-1/+1
* * cfg.c (connect_src, connect_dest, disconnect_src,kazu2005-03-021-64/+69
* * cfg.c (cached_make_edge): Call make_edge if edge cache iskazu2005-02-221-33/+28
* * harg-reg-set.h (reg_class_names): Prototype global array.sayle2005-01-151-2/+2
* * cfg.c (dump_flow_info): Don't dump pseudo info after reload.rth2004-12-131-1/+2
* * cfg.c (flow_obstack): Remove.kazu2004-11-291-16/+0
* * cfg.c (unchecked_make_edge): Call execute_on_growing_predkazu2004-11-221-0/+7
* * cfg.c (cached_make_edge): Use find_edge rather than an inlinedlaw2004-11-221-7/+6
* * bitmap.h (struct bitmap_obstack): New obstack type.nathan2004-11-221-2/+1
* * cfg.c (update_bb_profile_for_threading): Do not rescale thelaw2004-11-211-3/+7