aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)Author
2005-06-06 * predict.c (tree_predict_edge): Don't drop useless predictions;Jan Hubicka
2005-06-04 * lcm.c: Move all mode-switching related functions from here...Steven Bosscher
2005-05-26 * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h,Kazu Hirata
2005-05-182005-05-18 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2005-04-252005-04-25 J"orn Rennecke <joern.rennecke@st.com>J"orn Rennecke
2005-04-21 * alias.c (true_dependence): Remove 'abort' from comments. UseNathan Sidwell
2005-04-21 * vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell
2005-04-15 * cfgrtl.c (purge_all_dead_edge): Remove an unused argument.Kazu Hirata
2005-04-12 * Makefile.in: Add function.h to BASIC_BLOCK_H. Remove allSteven Bosscher
2005-04-03 * cfghooks.c, cfgrtl.c, modulo-sched.c, config/i386/winnt.c:Kazu Hirata
2005-04-032005-03-30 Mostafa Hagog <mustafa@il.ibm.com>Mostafa Hagog
2005-03-31Fix problems with hot/cold partitioning optimization.Caroline Tice
2005-03-11 * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,Zdenek Dvorak
2005-03-09 * cfgrtl.c (cfg_layout_merge_blocks): Remove new_e.Kazu Hirata
2005-03-07 * cfgrtl.c (rtl_verify_flow_info_1): Remove local variableKazu Hirata
2005-03-07 * cfgbuild.c (find_sub_basic_blocks): Remove.Kazu Hirata
2005-02-28 * calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.Kazu Hirata
2005-02-14 PR target/17428Zdenek Dvorak
2005-01-06 * cfgrtl.c (rtl_delete_block): A basic block may be followed byRoger Sayle
2004-12-03 * cfgrtl.c (rtl_verify_flow_info_1): Use JUMP_P instead ofKazu Hirata
2004-11-29 * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge):Steven Bosscher
2004-11-29 * cfgrtl.c (rtl_tidy_fallthru_edge): Speed up by usingKazu Hirata
2004-11-29 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Speed up byKazu Hirata
2004-11-26 * cfgrtl.c (try_redirect_by_replacing_jump): Speed up theKazu Hirata
2004-11-25 * basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell
2004-11-24 * cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher
2004-11-22 * cfg.c (unchecked_make_edge): Call execute_on_growing_predKazu Hirata
2004-11-22 * cfg.c (cached_make_edge): Use find_edge rather than an inlinedJeff Law
2004-11-22 * bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell
2004-11-17 * cfgrtl.c (rtl_verify_flow_info): Don't use INSN_P whenKazu Hirata
2004-11-14 * cfgrtl.c: Fix a comment typo.Kazu Hirata
2004-11-04 * cfgrtl.c (force_nonfallthru_and_redirect): Make it static.Kazu Hirata
2004-11-04 * bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell
2004-10-29 * bitmap.h (bitmap_empty_p): New.Nathan Sidwell
2004-10-25 * cfg.c (unchecked_make_edge, redirect_edge_succ,Kazu Hirata
2004-10-22 * cfg.c (remove_edge): Use VEC_unordered_remove.Ben Elliston
2004-10-20 * cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb,Hans-Peter Nilsson
2004-10-18 * basic-block.h (reg_set_iterator): New.Kazu Hirata
2004-10-18 * cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb,Hans-Peter Nilsson
2004-09-30 PR debug/13974Jan Hubicka
2004-09-282004-09-24 Ben Elliston <bje@au.ibm.com>Ben Elliston
2004-09-23 * cfgexpand.c (add_reg_br_prob_note): New function.Jan Hubicka
2004-09-07Fix hot/cold partitioning problem.Caroline Tice
2004-09-07 * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,Nathan Sidwell
2004-08-25Add more details to hot/cold partitioning comments and documentation.Caroline Tice
2004-08-252004-04-25 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2004-08-24 * basic-block.h (struct basic_block_def): Reorder fields toZack Weinberg
2004-08-19 * basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher
2004-08-18Hot/cold partitioning update patch. The problems that this patchCaroline Tice
2004-08-11Fix -fprofile-use ICE.James E. Wilson