aboutsummaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm1-2/+2
2014-07-09remove has_executeTrevor Saunders1-3/+0
2014-06-30re PR rtl-optimization/61608 (FAIL: gcc.target/arm/epilog-1.c scan-assembler ...Richard Henderson1-6/+13
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-0/+1
2014-05-20tree.h (DECL_ONE_ONLY): Return true only for externally visible symbols.Jan Hubicka1-1/+1
2014-05-19reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford1-13/+15
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+3
2014-04-17pass cfun to pass::executeTrevor Saunders1-116/+115
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-38/+36
2014-04-17remove has_gateTrevor Saunders1-3/+0
2014-03-23re PR rtl-optimization/60601 (profiledbootstrap fails with Ada)Eric Botcazou1-2/+1
2014-01-19re PR rtl-optimization/57763 (comp-goto-1.c: ICE verify_flow_info failed, err...Jakub Jelinek1-0/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-19re PR gcov-profile/59542 (ICE: verify_flow_info failed during Firefox build w...Teresa Johnson1-0/+7
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-11/+11
2013-12-09Eliminate last_basic_block macro.David Malcolm1-3/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-24/+26
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-4/+4
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-10-03predict.c (probably_never_executed): New function.Teresa Johnson1-0/+16
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+6
2013-08-31This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson1-3/+133
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-51/+105
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-06-06re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson1-25/+24
2013-05-23bb-reorder.c (branch_threshold): make constDavid Malcolm1-2/+2
2013-05-15function.h (has_bb_partition): New rtl_data flag.Teresa Johnson1-41/+7
2013-04-16re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Steven Bosscher1-6/+1
2013-04-05bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused v...Steven Bosscher1-3/+1
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-9/+9
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-09-19re PR middle-end/54364 (Tail call jumps not threaded)Zhenqiang Chen1-29/+176
2012-09-05bb-reorder.c: Clarify a few points in the head comment and fix long lines in ...Eric Botcazou1-58/+64
2012-09-04bb-reorder.c (gate_handle_reorder_blocks): Move around.Eric Botcazou1-77/+74
2012-08-24predict.c (maybe_hot_frequency_p): New parameter fun.Martin Jambor1-3/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-1/+40
2012-06-17cfglayout.h: Remove.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-05-08basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb...Michael Matz1-33/+49
2012-03-29cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther1-1/+1
2012-01-06re PR gcov-profile/50127 (g++.dg/tree-prof/partition2.C FAILs on several targ...Jakub Jelinek1-2/+5
2011-11-09function.c (bb_active_p): Delete.Alan Modra1-2/+1
2011-09-12re PR rtl-optimization/50212 (ICE: in ei_container, at basic-block.h:610 with...Jakub Jelinek1-2/+4
2011-09-07bb-reorder.c (insert_section_boundary_note): Don't check optimize_function_fo...Bernd Schmidt1-16/+17
2011-08-30bb-reorder.c (insert_section_boundary_note): Only do it if we reordered the b...Bernd Schmidt1-2/+5
2011-07-23bb-reorder: Split EH edges crossing partitions.Richard Henderson1-20/+166