summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
Commit message (Expand)AuthorAgeFilesLines
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* predict.c (probably_never_executed): New function.Teresa Johnson2013-10-031-0/+16
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-6/+6
* This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson2013-08-311-3/+133
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-51/+105
* Fix typos.Ondřej Bílka2013-07-211-1/+1
* re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson2013-06-061-25/+24
* bb-reorder.c (branch_threshold): make constDavid Malcolm2013-05-231-2/+2
* function.h (has_bb_partition): New rtl_data flag.Teresa Johnson2013-05-151-41/+7
* re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Steven Bosscher2013-04-161-6/+1
* bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused v...Steven Bosscher2013-04-051-3/+1
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-2/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-9/+9
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+3
* re PR middle-end/54364 (Tail call jumps not threaded)Zhenqiang Chen2012-09-191-29/+176
* bb-reorder.c: Clarify a few points in the head comment and fix long lines in ...Eric Botcazou2012-09-051-58/+64
* bb-reorder.c (gate_handle_reorder_blocks): Move around.Eric Botcazou2012-09-041-77/+74
* predict.c (maybe_hot_frequency_p): New parameter fun.Martin Jambor2012-08-241-3/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* basic-block.h: Re-group most prototypes per file.Steven Bosscher2012-07-081-1/+40
* cfglayout.h: Remove.Steven Bosscher2012-06-171-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-2/+2
* basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb...Michael Matz2012-05-081-33/+49
* cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther2012-03-291-1/+1
* re PR gcov-profile/50127 (g++.dg/tree-prof/partition2.C FAILs on several targ...Jakub Jelinek2012-01-061-2/+5
* function.c (bb_active_p): Delete.Alan Modra2011-11-091-2/+1
* re PR rtl-optimization/50212 (ICE: in ei_container, at basic-block.h:610 with...Jakub Jelinek2011-09-121-2/+4
* bb-reorder.c (insert_section_boundary_note): Don't check optimize_function_fo...Bernd Schmidt2011-09-071-16/+17
* bb-reorder.c (insert_section_boundary_note): Only do it if we reordered the b...Bernd Schmidt2011-08-301-2/+5
* bb-reorder: Split EH edges crossing partitions.Richard Henderson2011-07-231-20/+166
* * bb-reorder.c (gate_handle_partition_blocks): Honor optimize.Richard Henderson2011-07-221-0/+1
* bb-reorder.c (fix_crossing_conditional_branches): Fix crash by removing now-u...Ulrich Weigand2011-07-201-1/+0
* bb-reorder.c (fix_crossing_conditional_branches): Emit all insns before calli...Richard Henderson2011-07-181-24/+12
* bb-reorder.c (emit_barrier_after_bb): Split out of ...Richard Henderson2011-07-181-22/+16
* bbpart: Use a VEC for crossing_edges.Richard Henderson2011-07-151-160/+110
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-3/+3
* re PR middle-end/45458 (ICE: in add_labels_and_missing_jumps, at bb-reorder.c...Jakub Jelinek2010-09-011-17/+21
* Makefile.in (bb-reorder.o, [...]): Depend on bb-reorder.hRichard Sandiford2010-07-121-3/+9
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-1/+2
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR rtl-optimization/42621 (Computed gotos on AMD 800% slower)Steven Bosscher2010-01-101-4/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-2/+2
* target.h (have_conditional_execution): Add a new target hook function.Wei Guozhi2009-10-271-6/+0
* bb-reorder.c (fix_up_fall_thru_edges): Only call invert_jump on jumps.Jakub Jelinek2009-08-181-1/+1
* bb-reorder.c (partition_hot_cold_basic_blocks): Do not enter/exit cfglayout m...Paolo Bonzini2009-03-301-11/+1
* parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka2008-08-301-1/+9
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-4/+8
* rtlanal.c (add_reg_note): New function.Ian Lance Taylor2008-07-021-4/+1