aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)Author
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-17re PR gcov-profile/59527 (ICE: in fixup_reorder_chain, at cfgrtl.c:3739 durin...Teresa Johnson
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-09Eliminate profile_status macro.David Malcolm
2013-12-09Eliminate basic_block_info macro.David Malcolm
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-12-09Eliminate SET_BASIC_BLOCK macro.David Malcolm
2013-11-24re PR bootstrap/59279 (r205337 breaks bootstrap with java)Steven Bosscher
2013-11-24jump.c (reset_insn_reg_label_operand_notes): New function, split out from ...Steven Bosscher
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-11-18This patch fixes an lto profiledbootstrap failure with -freorder-blocks-and-p...Teresa Johnson
2013-11-13cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.Steven Bosscher
2013-10-10re PR middle-end/58670 (asm goto miscompilation)Jakub Jelinek
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford
2013-08-31This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-06-06re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson
2013-05-16cfgrtl.c (verify_hot_cold_block_grouping): Return err.Teresa Johnson
2013-05-15function.h (has_bb_partition): New rtl_data flag.Teresa Johnson
2013-04-16cfgrtl.c (cfg_layout_merge_blocks): Revert r184005...Steven Bosscher
2013-04-13emit-rtl.c (remove_insn): Do not call df_insn_delete here.Steven Bosscher
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher
2013-02-25re PR rtl-optimization/56131 (gcc.dg/pr56035.c ICEs gcc on sparc-linux)Tom de Vries
2013-02-06re PR rtl-optimization/56131 (gcc.dg/pr56035.c ICEs gcc on sparc-linux)Tom de Vries
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-04rtl.h (print_insn_with_notes): Remove prototype.Steven Bosscher
2012-12-02function.h (struct rtl_data): Remove epilogue_delay_list.Steven Bosscher
2012-11-27cfgrtl.c (rtl_merge_blocks): Check with UNKNOWN_LOCATION correctly.Dehao Chen
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-13re PR rtl-optimization/54127 (ICE in maybe_record_trace_start with asm goto, ...Jakub Jelinek
2012-11-02cfg-flags.def (ABNORMAL_CALL): Fix comment.Eric Botcazou
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-10-16loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke
2012-10-09* basic-block. (profile_record): New struct, moved from passes.c.Steven Bosscher
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen
2012-09-19Integrate lexical block into source_location.Dehao Chen
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther
2012-08-03cfgrtl.c (print_rtl_with_bb): Do not print a newline between insns.Steven Bosscher