aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-17re PR gcov-profile/59527 (ICE: in fixup_reorder_chain, at cfgrtl.c:3739 durin...Teresa Johnson1-1/+2
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-6/+6
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-11/+11
2013-12-09Eliminate last_basic_block macro.David Malcolm1-5/+8
2013-12-09Eliminate profile_status macro.David Malcolm1-3/+3
2013-12-09Eliminate basic_block_info macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-12-09Eliminate SET_BASIC_BLOCK macro.David Malcolm1-1/+1
2013-11-24re PR bootstrap/59279 (r205337 breaks bootstrap with java)Steven Bosscher1-21/+10
2013-11-24jump.c (reset_insn_reg_label_operand_notes): New function, split out from ...Steven Bosscher1-10/+21
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-77/+95
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-5/+5
2013-11-18This patch fixes an lto profiledbootstrap failure with -freorder-blocks-and-p...Teresa Johnson1-0/+9
2013-11-13cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.Steven Bosscher1-5/+9
2013-10-10re PR middle-end/58670 (asm goto miscompilation)Jakub Jelinek1-2/+10
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-9/+9
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-8/+8
2013-08-31This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson1-3/+153
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-51/+102
2013-06-06re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson1-44/+168
2013-05-16cfgrtl.c (verify_hot_cold_block_grouping): Return err.Teresa Johnson1-113/+197
2013-05-15function.h (has_bb_partition): New rtl_data flag.Teresa Johnson1-0/+41
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