summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * alias.c (record_alias_subset, init_alias_analysis): Fixghazi2008-06-261-9/+8
* gcc/rwild2008-06-061-2/+2
* * gcc.dg/20050811-2.c: Update dumping flags.hubicka2008-03-191-7/+13
* Fix PR rtl-optimization/34999revitale2008-02-271-11/+39
* fixincludes/bje2008-02-251-7/+1
* Fix PR rtl-optimization/34085revitale2007-11-261-0/+3
* 2007-09-10 Robert Kidd <rkidd@crhc.uiuc.edu>rkidd2007-09-101-10/+3
* * regrename.c (pass_regrename, pass_cprop_hardreg): Add RTL sharinghubicka2007-09-051-3/+3
* * alias.c (memory_modified_1, memory_modified_in_insn_p):ghazi2007-08-271-2/+2
* * alias.c (rtx_equal_for_memref_p): Constify.ghazi2007-08-141-5/+5
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* 2007-07-15 Dirk Mueller <dmueller@suse.de>mueller2007-07-151-5/+5
* 2007-07-11 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2007-07-111-2/+0
* Merge dataflow branch into mainlinedberlin2007-06-111-28/+4
* * tracer.c (tracer): Don't take FLAGS argument. Assert we aresteven2007-03-231-16/+20
* * alias.c (init_alias_analysis): Correct whitespace.sayle2007-02-011-3/+4
* Whitespace fixupsmrs2006-05-181-226/+226
* 2006-03-02 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-021-5/+8
* 2006-02-15 Paolo Bonzini <bonzini@gnu.org>bonzini2006-02-151-1/+1
* 2006-01-31 Marcin Dalecki <martin@dalecki.de>dalecki2006-01-311-4/+4
* * bb-reorder.c (partition_hot_cold_basic_blocks): Make itkazu2006-01-161-1/+1