aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-18Whitespace fixupsMike Stump1-46/+46
2006-05-04[multiple changes]Razya Ladelsky1-1/+87
2006-04-26basic-block.h (safe_insert_insn_on_edge): Removed.Kenneth Zadeck1-103/+0
2006-04-25re PR rtl-optimization/26725 (ICE in check_reg_live, at haifa-sched.c:4645 wi...Richard Sandiford1-0/+1
2006-03-13cfgrtl.c (last_loop_beg_note, [...]): Removed.Zdenek Dvorak1-96/+3
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-4/+4
2006-01-20re PR rtl-optimization/24626 (internal compiler error: verify_flow_info failed)Richard Guenther1-2/+3
2006-01-11basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ...Kazu Hirata1-3/+7
2006-01-02cfglayout.c (fixup_reorder_chain): Remove kludge for the case of conditional ...Eric Botcazou1-3/+0
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-4/+5
2005-10-31Rewrite fix for PR 17356, fix for enable checking ada build failure.James E Wilson1-10/+12
2005-10-19re PR middle-end/23199 (ICE in int_mode_for_mode, at stor-layout.c:251)Eric Botcazou1-8/+2
2005-10-17Fix IA-64 libada build failure, abnormal call edges on non-call insns.James E Wilson1-6/+10
2005-07-28cfgrtl.c (rtl_merge_blocks): Call maybe_remove_eh_handler on labels we want t...Richard Henderson1-1/+11
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+18
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-8/+8
2005-06-27basic-block.h (basic_block_def): Kill rbi.Jan Hubicka1-29/+26
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-35/+52
2005-06-06predict.c (tree_predict_edge): Don't drop useless predictions; check that it ...Jan Hubicka1-0/+6
2005-06-04lcm.c: Move all mode-switching related functions from here...Steven Bosscher1-7/+1
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-18cfgrtl.c (purge_dead_edges): Don't remove fake edges.Daniel Berlin1-1/+4
2005-04-25re PR rtl-optimization/20413 (VOIDmode LABEL_REFs are generated)J"orn Rennecke1-1/+1
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-3/+4
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-1/+1
2005-04-15cfgrtl.c (purge_all_dead_edge): Remove an unused argument.Kazu Hirata1-17/+1
2005-04-12Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher1-0/+3
2005-04-03cfghooks.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-03cfghooks.c (lv_flush_pending_stmts, [...]): New.Mostafa Hagog1-4/+74
2005-03-31Fix problems with hot/cold partitioning optimization.Caroline Tice1-46/+16
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-26/+28
2005-03-09* cfgrtl.c (cfg_layout_merge_blocks): Remove new_e.Kazu Hirata1-2/+1
2005-03-07cfgrtl.c (rtl_verify_flow_info_1): Remove local variable last_bb_seen.Kazu Hirata1-4/+1
2005-03-07cfgbuild.c (find_sub_basic_blocks): Remove.Kazu Hirata1-1/+1
2005-02-28calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.Kazu Hirata1-1/+0
2005-02-14re PR rtl-optimization/17428 (internal compiler error: in spill_failure, at r...Zdenek Dvorak1-0/+11
2005-01-06cfgrtl.c (rtl_delete_block): A basic block may be followed by more than one b...Roger Sayle1-4/+7
2004-12-03cfgrtl.c (rtl_verify_flow_info_1): Use JUMP_P instead of INSN_P.Kazu Hirata1-1/+1
2004-11-29cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,...Steven Bosscher1-7/+1
2004-11-29cfgrtl.c (rtl_tidy_fallthru_edge): Speed up by using EDGE_COUNT.Kazu Hirata1-7/+1
2004-11-29cfgrtl.c (cfg_layout_redirect_edge_and_branch): Speed up by simplifying edge ...Kazu Hirata1-19/+2
2004-11-26cfgrtl.c (try_redirect_by_replacing_jump): Speed up the check that tests if a...Kazu Hirata1-7/+10
2004-11-25basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell1-11/+9
2004-11-24cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher1-7/+2
2004-11-22cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge.Kazu Hirata1-2/+6
2004-11-22cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law1-11/+8
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-10/+11
2004-11-17cfgrtl.c (rtl_verify_flow_info): Don't use INSN_P when checking if an uncondi...Kazu Hirata1-2/+1