aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)Author
2006-02-08Merge from gcc-4_1-branch revision 110478.Paul Brook
2005-10-31Rewrite fix for PR 17356, fix for enable checking ada build failure.James E. Wilson
2005-10-19 PR middle-end/23199Eric Botcazou
2005-10-18Fix IA-64 libada build failure, abnormal call edges on non-call insns.James E. Wilson
2005-07-28 * cfgrtl.c (rtl_merge_blocks): Call maybe_remove_eh_handler onRichard Henderson
2005-07-052005-07-05 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2005-07-03 * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c,Joseph Myers
2005-06-27 * basic-block.h (basic_block_def): Kill rbi.Jan Hubicka
2005-06-25Update FSF address.Kelley Cook
2005-06-16 * basic-block.h (rtl_bb_info): Break out head_, end_,Jan Hubicka
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