aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-17cfglayout.h: Remove.Steven Bosscher1-8/+975
2012-06-12re PR rtl-optimization/53589 (ICE in maybe_record_trace_start with asm goto)Jakub Jelinek1-6/+6
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-26cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocks if CLEANUP_NO...Eric Botcazou1-30/+66
2012-05-08basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb...Michael Matz1-30/+31
2012-04-14cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by call to...Tom de Vries1-17/+24
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-0/+8
2012-03-05* cfgrtl.c (cfg_layout_merge_blocks): Cleanup.Jakub Jelinek1-25/+14
2012-02-08re PR rtl-optimization/52139 (ICE: in remove_insn, at emit-rtl.c:3960 with -O...Jakub Jelinek1-0/+5
2012-01-20* cfgrtl.c (rtl_dump_bb): Do not dump insns for {ENTRY|EXIT}_BLOCK.Eric Botcazou1-3/+4
2012-01-09sched-int.h (bb_note): Move to...Richard Sandiford1-0/+14
2012-01-05re PR rtl-optimization/51767 (ICE with degenerated asm goto)Jakub Jelinek1-6/+41
2011-11-26re PR rtl-optimization/49912 (ICE from -freorder-blocks-and-partition : verif...Jakub Jelinek1-1/+2
2011-11-14re PR rtl-optimization/51051 (build fails on cris-elf building libstdc++-v3)Bernd Schmidt1-0/+10
2011-11-09function.c (bb_active_p): Delete.Alan Modra1-14/+22
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+2
2011-10-15re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2)Alan Modra1-1/+1
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt1-7/+23
2011-07-28re PR rtl-optimization/49891 (ICE in redirect_jump_1)Bernd Schmidt1-0/+1
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt1-1/+1
2011-07-23bb-reorder: Split EH edges crossing partitions.Richard Henderson1-6/+26
2011-07-20Dump basic_block flags.Richard Henderson1-44/+6
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-3/+4
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