aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-2/+2
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-7/+2
2008-06-01rtl.h (emit_clobber, [...]): Declare.Richard Sandiford1-1/+1
2008-05-07[multiple changes]Kenneth Zadeck1-1/+1
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-2/+2
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-2/+4
2008-03-01df-scan.c (df_ref_chain_change_bb): Simplify.Alexandre Oliva1-8/+3
2007-11-30re PR rtl-optimization/34171 (Segfault in df_chain_remove_problem with -O3 on...Seongbae Park1-30/+29
2007-11-02re PR rtl-optimization/33648 (ICE in verify_flow_info for -fmodulo-sched -fre...Jakub Jelinek1-0/+4
2007-10-22re PR rtl-optimization/33644 (ICE in local_cprop_pass with -ftrapv for crafty)Eric Botcazou1-0/+17
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