summaryrefslogtreecommitdiff
path: root/gcc/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * basic-block.h (edge_def): Add dest_idx.kazu2004-11-201-29/+16
* * cfg.c (redirect_edge_succ_nodup): Use find_edge rather thanlaw2004-11-091-7/+2
* * cfg.c (unchecked_make_edge, redirect_edge_succ,kazu2004-10-251-4/+4
* * cfg.c (remove_edge): Use VEC_unordered_remove.bje2004-10-221-4/+4
* 2004-10-18 Andreas Krebbel <krebbel1@de.ibm.com>uweigand2004-10-181-8/+0
* 2004-09-24 Ben Elliston <bje@au.ibm.com>bje2004-09-281-73/+101
* * cfg.c, tree-ssa-threadupdate.c, tree-vectorizer.c: Fixkazu2004-09-201-2/+2
* * basic-block.h (update_bb_profile_after_threading): Declare.hubicka2004-09-191-0/+61
* * cfg.c (expunge_block): Revert previous change adding ggc_free call.hubicka2004-09-141-1/+5
* * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,nathan2004-09-071-26/+16
* 2004-09-04 Jan Hubicka <jh@suse.cz>hubicka2004-09-031-2/+2
* * basic-block.h (BB_SET_PARTITION): Clear old value first.zack2004-08-251-1/+2
* * cfg.c (check_bb_profile): Fix typos.dnovillo2004-08-241-2/+2
* * basic-block.h (profile_staus): New global variable.hubicka2004-08-041-33/+65
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-117/+153
* 2004-04-09 Caroline Tice <ctice@apple.com>ctice2004-04-091-0/+2
* * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.rakdver2004-01-291-171/+2
* * alias.c, basic-block.h, c-common.c, c-common.h,kazu2004-01-211-1/+1
* * cfg.c (dump_bb): Dump entry edges.rakdver2004-01-131-0/+4
* * alias.c: Fix comment typos.kazu2004-01-061-1/+1
* Backport from tree-ssa (relevant changes only):steven2003-12-301-0/+2
* 2003-12-11 Steven Bosscher <steven@gcc.gnu.org>steven2003-12-111-1/+1
* * cfg.c (dump_flow_info): Skip register dump if reg_n_info null.rth2003-09-171-41/+42
* * cfg.c (dump_edge_info): Add name of loop_exit edge flag.rakdver2003-08-141-1/+1
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-7/+6