summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/58670 (asm goto miscompilation)Jakub Jelinek2013-10-101-2/+10
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-9/+9
* rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford2013-09-231-8/+8
* This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson2013-08-311-3/+153
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-51/+102
* re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson2013-06-061-44/+168
* cfgrtl.c (verify_hot_cold_block_grouping): Return err.Teresa Johnson2013-05-161-113/+197
* function.h (has_bb_partition): New rtl_data flag.Teresa Johnson2013-05-151-0/+41
* cfgrtl.c (cfg_layout_merge_blocks): Revert r184005...Steven Bosscher2013-04-161-29/+34
* emit-rtl.c (remove_insn): Do not call df_insn_delete here.Steven Bosscher2013-04-131-0/+2
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-0/+2
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-21/+18
* cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher2013-03-291-2/+1
* re PR rtl-optimization/56131 (gcc.dg/pr56035.c ICEs gcc on sparc-linux)Tom de Vries2013-02-251-6/+4
* re PR rtl-optimization/56131 (gcc.dg/pr56035.c ICEs gcc on sparc-linux)Tom de Vries2013-02-061-3/+9
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* rtl.h (print_insn_with_notes): Remove prototype.Steven Bosscher2012-12-041-0/+2
* function.h (struct rtl_data): Remove epilogue_delay_list.Steven Bosscher2012-12-021-8/+0
* cfgrtl.c (rtl_merge_blocks): Check with UNKNOWN_LOCATION correctly.Dehao Chen2012-11-271-2/+3
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-4/+4
* re PR rtl-optimization/54127 (ICE in maybe_record_trace_start with asm goto, ...Jakub Jelinek2012-11-131-1/+33
* cfg-flags.def (ABNORMAL_CALL): Fix comment.Eric Botcazou2012-11-021-16/+27
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-3/+3
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+3
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke2012-10-161-9/+20
* * basic-block. (profile_record): New struct, moved from passes.c.Steven Bosscher2012-10-091-0/+24
* bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher2012-10-081-1/+8
* tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen2012-09-271-8/+6
* Integrate lexical block into source_location.Dehao Chen2012-09-191-19/+20
* ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher2012-09-131-2/+51
* basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther2012-08-131-1/+0
* cfgrtl.c (print_rtl_with_bb): Do not print a newline between insns.Steven Bosscher2012-08-031-2/+1
* basic-block.h (BB_FLAGS_TO_PRESERVE): New define.Steven Bosscher2012-07-201-27/+50
* dumpfile.h (TDF_COMMENT): New define.Steven Bosscher2012-07-171-123/+23
* haifa-sched.c (init_before_recovery): Do not set EDGE_CAN_FALLTHRU.Steven Bosscher2012-07-161-2/+2
* basic-block.h: Re-group most prototypes per file.Steven Bosscher2012-07-081-3/+220
* cfglayout.h: Remove.Steven Bosscher2012-06-171-8/+975
* re PR rtl-optimization/53589 (ICE in maybe_record_trace_start with asm goto)Jakub Jelinek2012-06-121-6/+6
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* 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