aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-16cfgrtl.c (cfg_layout_merge_blocks): Revert r184005...Steven Bosscher1-29/+34
2013-04-13emit-rtl.c (remove_insn): Do not call df_insn_delete here.Steven Bosscher1-0/+2
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-0/+2
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-21/+18
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-2/+1
2013-02-25re PR rtl-optimization/56131 (gcc.dg/pr56035.c ICEs gcc on sparc-linux)Tom de Vries1-6/+4
2013-02-06re PR rtl-optimization/56131 (gcc.dg/pr56035.c ICEs gcc on sparc-linux)Tom de Vries1-3/+9
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-04rtl.h (print_insn_with_notes): Remove prototype.Steven Bosscher1-0/+2
2012-12-02function.h (struct rtl_data): Remove epilogue_delay_list.Steven Bosscher1-8/+0
2012-11-27cfgrtl.c (rtl_merge_blocks): Check with UNKNOWN_LOCATION correctly.Dehao Chen1-2/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-4/+4
2012-11-13re PR rtl-optimization/54127 (ICE in maybe_record_trace_start with asm goto, ...Jakub Jelinek1-1/+33
2012-11-02cfg-flags.def (ABNORMAL_CALL): Fix comment.Eric Botcazou1-16/+27
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-3/+3
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-10-16loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke1-9/+20
2012-10-09* basic-block. (profile_record): New struct, moved from passes.c.Steven Bosscher1-0/+24
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher1-1/+8
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-8/+6
2012-09-19Integrate lexical block into source_location.Dehao Chen1-19/+20
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher1-2/+51
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-1/+0
2012-08-03cfgrtl.c (print_rtl_with_bb): Do not print a newline between insns.Steven Bosscher1-2/+1
2012-07-20basic-block.h (BB_FLAGS_TO_PRESERVE): New define.Steven Bosscher1-27/+50
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-123/+23
2012-07-16haifa-sched.c (init_before_recovery): Do not set EDGE_CAN_FALLTHRU.Steven Bosscher1-2/+2
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-3/+220
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