aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-13cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.Eric Botcazou1-1/+1
2011-05-11cfgrtl.c (commit_one_edge_insertion): Remove always-true test and reindent th...Eric Botcazou1-59/+55
2011-04-07basic-block.h (force_nonfallthru): Move to...Eric Botcazou1-37/+6
2011-03-26basic-block.h (fixup_abnormal_edges): Adjust prototype.Eric Botcazou1-0/+91
2011-03-23cfg.c (redirect_edge_succ_nodup): Duplicate the varm map before removing the ...Jeff Law1-4/+4
2010-11-19mode-switching.c (optimize_mode_switching): Use FOR_BB_INSNS instead of open-...Uros Bizjak1-2/+1
2010-11-02basic-block.h (insert_insn_end_bb_new): Delete.Eric Botcazou1-88/+0
2010-10-21cfgcleanup.c (try_forward_edges): Do not throw away previous steps when stopp...Eric Botcazou1-4/+19
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-3/+1
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-10/+2
2010-09-20re PR rtl-optimization/42775 (GCC fails to rebuild itself with STAGE1_CFLAGS=...Eric Botcazou1-1/+4
2010-06-30toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez1-2/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-05-11re PR middle-end/44071 (ICE with asm goto and __builtin_unreachable())Jakub Jelinek1-1/+19
2010-05-03tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher1-4/+4
2010-02-19re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek1-2/+2
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