aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-03* cfgrtl.c (rtl_block_ends_with_call_p): Skip notes at the end.Alexandre Oliva1-1/+2
2007-09-09Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson1-8/+16
2007-09-09revert: regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-10/+5
2007-09-07tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo1-4/+5
2007-09-07regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-5/+10
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-14/+15
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-07cfgrtl.c (delete_insn_chain_and_edges): Remove.Kazu Hirata1-15/+0
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-112/+120
2007-06-06haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ...Zdenek Dvorak1-15/+61
2007-06-05cfg.c (init_flow): Use type safe memory macros.Thomas Neumann1-5/+5
2007-06-04re PR target/31733 (ICE in rtl_verify_flow_info, at cfgrtl.c:2050: {return_in...Steve Ellcey1-1/+1
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-8/+6
2007-04-22predict.c: Include pointer-set.h.Zdenek Dvorak1-6/+0
2007-03-15cfglayout.c (fixup_reorder_chain): Postpone deleting dead jump tables...Steven Bosscher1-3/+4
2007-02-04cfgloopmanip.c (loop_delete_branch_edge): Removed.Zdenek Dvorak1-0/+34
2007-01-30cfgrtl.c (try_redirect_by_replacing_jump): Check only_sets_cc0_p.Richard Sandiford1-1/+2
2007-01-27tracer.c (rest_of_handle_tracer): We already cleaned up the CFG in tracer() s...Steven Bosscher1-46/+61
2007-01-03alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-5/+1
2007-01-02Revert:Kazu Hirata1-1/+5
2007-01-02alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-5/+1
2006-12-22basic-block.h: Remove the prototype for commit_edge_insertions_watch_calls.Kazu Hirata1-67/+3
2006-11-30cgraphunit.c (cgraph_finalize_compilation_unit): Add a newline at the end of ...Steven Bosscher1-1/+15
2006-11-25jump.c (mark_all_labels): Work in cfglayout mode.Steven Bosscher1-1/+9
2006-11-16re PR target/29201 (ICE in create_recovery_block, at haifa-sched.c:3692 at -O3)Maxim Kuvyrkov1-13/+25
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka1-11/+0
2006-09-15cfgrtl.c (emit_insn_at_entry): Use gcc_assert, not abort.Bernd Schmidt1-2/+1
2006-09-15cfgrtl.c (emit_insn_at_entry): New function.Bernd Schmidt1-0/+14
2006-07-29re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-0/+7
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