aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
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
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