summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
Commit message (Expand)AuthorAgeFilesLines
* Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1
* 2013-10-02 Teresa Johnson <tejohnson@google.com>tejohnson2013-10-031-0/+16
* gcc/rsandifo2013-09-281-6/+6
* This patch sanitizes the partitioning to address issues such as edgetejohnson2013-08-311-3/+133
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-51/+105
* Fix typos.mrs2013-07-211-1/+1
* 2013-06-06 Teresa Johnson <tejohnson@google.com>tejohnson2013-06-061-25/+24
* gcc/dmalcolm2013-05-231-2/+2
* 2013-05-15 Teresa Johnson <tejohnson@google.com>tejohnson2013-05-151-41/+7
* PR middle-end/43631steven2013-04-161-6/+1
* * bb-reorder.c (fix_crossing_unconditional_branches): Remove asteven2013-04-051-3/+1
* * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven2013-03-301-2/+2
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-9/+9
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+3
* PR middle-end/54364amker2012-09-191-29/+176
* * bb-reorder.c: Clarify a few points in the head comment and fixebotcazou2012-09-051-58/+64
* * bb-reorder.c (gate_handle_reorder_blocks): Move around.ebotcazou2012-09-041-77/+74
* 2012-08-24 Martin Jambor <mjambor@suse.cz>jamborm2012-08-241-3/+3
* gcc/steven2012-07-161-1/+0
* gcc/steven2012-07-081-1/+40
* 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>steven2012-06-171-1/+0
* * LANGUAGES: Fix typos.jsm282012-05-291-2/+2
* * basic-block.h (struct rtl_bb_info): Remove visited member andmatz2012-05-081-33/+49
* 2012-03-29 Richard Guenther <rguenther@suse.de>rguenth2012-03-291-1/+1
* PR gcov-profile/50127jakub2012-01-061-2/+5
* * function.c (bb_active_p): Delete.amodra2011-11-091-2/+1
* PR rtl-optimization/50212jakub2011-09-121-2/+4
* * bb-reorder.c (insert_section_boundary_note): Don't checkbernds2011-09-071-16/+17
* * bb-reorder.c (insert_section_boundary_note): Only do it ifbernds2011-08-301-2/+5
* bb-reorder: Split EH edges crossing partitions.rth2011-07-231-20/+166
* * bb-reorder.c (gate_handle_partition_blocks): Honor optimize.rth2011-07-221-0/+1
* * bb-reorder.c (fix_crossing_conditional_branches): Fix crash byuweigand2011-07-201-1/+0
* * bb-reorder.c (fix_crossing_conditional_branches): Emit all insnsrth2011-07-181-24/+12
* * bb-reorder.c (emit_barrier_after_bb): Split out of ...rth2011-07-181-22/+16
* bbpart: Use a VEC for crossing_edges.rth2011-07-161-160/+110
* dumping cleanup phase 1 -- Removing TODO_dump_funcdavidxl2011-06-141-3/+3
* PR middle-end/45458jakub2010-09-011-17/+21
* gcc/rsandifo2010-07-121-3/+9
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-1/+2
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* PR rtl-optimization/42621steven2010-01-101-4/+3
* Remove trailing white spaces.hjl2009-11-251-2/+2
* * target.h (have_conditional_execution): Add a new target hook function.carrot2009-10-271-6/+0
* * bb-reorder.c (fix_up_fall_thru_edges): Only call invert_jumpjakub2009-08-181-1/+1
* 2009-03-30 Paolo Bonzini <bonzini@gnu.org>bonzini2009-03-301-11/+1
* * parse.c (parse_interface): Silence uninitialized var warning.hubicka2008-08-301-1/+9
* * loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.hubicka2008-08-291-4/+8
* * rtlanal.c (add_reg_note): New function.ian2008-07-021-4/+1