summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-261-9/+8
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-7/+13
* Fix PR rtl-optimization/34999Revital Eres2008-02-271-11/+39
* re PR other/32948 (five warnings and a patch)Ben Elliston2008-02-251-7/+1
* re PR rtl-optimization/34085 (ICE with -freorder-blocks-and-partition)Steven Bosscher2007-11-261-0/+3
* bb-reorder.c (rest_of_handler_reorder_blocks): Removed call to RTL level trac...Robert Kidd2007-09-101-10/+3
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-3/+3
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-2/+2
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-5/+5
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* omega.c (coalesce): Fix memory leak on early exit.Dirk Mueller2007-07-151-5/+5