aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2009-11-24dwarf2out.c (add_location_or_const_value_attribute): Remove useless NOTE_VAR_...Paolo Carlini1-14/+5
2009-11-24cfgrtl.c (commit_one_edge_insertion): Remove set but not used local variable ...David Binderman1-6/+2
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-1/+1
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-0/+39
2009-09-14Squash commit of EH in gimpleRichard Henderson1-28/+27
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-7/+48
2009-07-25re PR rtl-optimization/40445 (g++ void f() { __builtin_unreachable(); })David Daney1-2/+2
2009-06-22alias.c: Use REG_P...Shujing Zhao1-6/+2
2009-06-11re PR c/39252 (Request new feature __builtin_unreachable ())David Daney1-4/+6
2009-05-29cfgcleanup.c (try_crossjump_to_edge): Only skip past NOTE_INSN_BASIC_BLOCK.Richard Henderson1-2/+10
2009-04-29re PR rtl-optimization/39938 (build broke for cris-elf with dbr_schedule change)Eric Botcazou1-1/+16
2009-04-26Expand from SSA.Michael Matz1-29/+57
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-2/+2
2009-04-16cfgrtl.c (delete_insn_chain_and_edges): Remove.Kazu Hirata1-16/+0
2009-04-08tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.Jan Hubicka1-10/+0
2008-12-12revert: cfgrtl.c (rtl_verify_flow_info_1): Don't apply BLOCK_FOR_INSN on a BA...Andreas Schwab1-2/+1
2008-12-12(rtl_verify_flow_info_1): Don't apply BLOCK_FOR_INSN onAndreas Schwab1-1/+2
2008-10-09rtl.h (locator_eq): New decl.Jakub Jelinek1-7/+9
2008-10-07re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...Jakub Jelinek1-2/+33
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