summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocks if CLEANUP_NO...Eric Botcazou2012-05-261-30/+66
* basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb...Michael Matz2012-05-081-30/+31
* cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by call to...Tom de Vries2012-04-141-17/+24
* loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther2012-03-281-0/+8
* * cfgrtl.c (cfg_layout_merge_blocks): Cleanup.Jakub Jelinek2012-03-051-25/+14
* re PR rtl-optimization/52139 (ICE: in remove_insn, at emit-rtl.c:3960 with -O...Jakub Jelinek2012-02-081-0/+5
* * cfgrtl.c (rtl_dump_bb): Do not dump insns for {ENTRY|EXIT}_BLOCK.Eric Botcazou2012-01-201-3/+4
* sched-int.h (bb_note): Move to...Richard Sandiford2012-01-091-0/+14
* re PR rtl-optimization/51767 (ICE with degenerated asm goto)Jakub Jelinek2012-01-051-6/+41
* re PR rtl-optimization/49912 (ICE from -freorder-blocks-and-partition : verif...Jakub Jelinek2011-11-261-1/+2
* re PR rtl-optimization/51051 (build fails on cris-elf building libstdc++-v3)Bernd Schmidt2011-11-141-0/+10
* function.c (bb_active_p): Delete.Alan Modra2011-11-091-14/+22
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+2
* re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2)Alan Modra2011-10-151-1/+1
* rtl.texi (simple_return): Document.Bernd Schmidt2011-08-271-7/+23
* re PR rtl-optimization/49891 (ICE in redirect_jump_1)Bernd Schmidt2011-07-281-0/+1
* rtlanal.c (tablejump_p): False for returns.Bernd Schmidt2011-07-281-1/+1
* bb-reorder: Split EH edges crossing partitions.Richard Henderson2011-07-231-6/+26
* Dump basic_block flags.Richard Henderson2011-07-201-44/+6
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-151-3/+4
* cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.Eric Botcazou2011-05-131-1/+1
* cfgrtl.c (commit_one_edge_insertion): Remove always-true test and reindent th...Eric Botcazou2011-05-111-59/+55
* basic-block.h (force_nonfallthru): Move to...Eric Botcazou2011-04-071-37/+6
* basic-block.h (fixup_abnormal_edges): Adjust prototype.Eric Botcazou2011-03-261-0/+91
* cfg.c (redirect_edge_succ_nodup): Duplicate the varm map before removing the ...Jeff Law2011-03-231-4/+4
* mode-switching.c (optimize_mode_switching): Use FOR_BB_INSNS instead of open-...Uros Bizjak2010-11-191-2/+1
* basic-block.h (insert_insn_end_bb_new): Delete.Eric Botcazou2010-11-021-88/+0
* cfgcleanup.c (try_forward_edges): Do not throw away previous steps when stopp...Eric Botcazou2010-10-211-4/+19
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-3/+1
* basic-block.h (find_fallthru_edge): Define.Nathan Froyd2010-10-211-10/+2
* re PR rtl-optimization/42775 (GCC fails to rebuild itself with STAGE1_CFLAGS=...Eric Botcazou2010-09-201-1/+4
* toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez2010-06-301-2/+1
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* re PR middle-end/44071 (ICE with asm goto and __builtin_unreachable())Jakub Jelinek2010-05-111-1/+19
* tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher2010-05-031-4/+4
* re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek2010-02-191-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-4/+4
* dwarf2out.c (add_location_or_const_value_attribute): Remove useless NOTE_VAR_...Paolo Carlini2009-11-241-14/+5
* cfgrtl.c (commit_one_edge_insertion): Remove set but not used local variable ...David Binderman2009-11-241-6/+2
* cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski2009-11-081-1/+1
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-0/+39
* Squash commit of EH in gimpleRichard Henderson2009-09-141-28/+27
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-7/+48
* re PR rtl-optimization/40445 (g++ void f() { __builtin_unreachable(); })David Daney2009-07-251-2/+2
* alias.c: Use REG_P...Shujing Zhao2009-06-221-6/+2
* re PR c/39252 (Request new feature __builtin_unreachable ())David Daney2009-06-111-4/+6
* cfgcleanup.c (try_crossjump_to_edge): Only skip past NOTE_INSN_BASIC_BLOCK.Richard Henderson2009-05-291-2/+10
* re PR rtl-optimization/39938 (build broke for cris-elf with dbr_schedule change)Eric Botcazou2009-04-291-1/+16
* Expand from SSA.Michael Matz2009-04-261-29/+57
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-2/+2