aboutsummaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-22* bb-reorder.c (gate_handle_partition_blocks): Honor optimize.Richard Henderson1-0/+1
2011-07-20bb-reorder.c (fix_crossing_conditional_branches): Fix crash by removing now-u...Ulrich Weigand1-1/+0
2011-07-18bb-reorder.c (fix_crossing_conditional_branches): Emit all insns before calli...Richard Henderson1-24/+12
2011-07-18bb-reorder.c (emit_barrier_after_bb): Split out of ...Richard Henderson1-22/+16
2011-07-15bbpart: Use a VEC for crossing_edges.Richard Henderson1-160/+110
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+3
2010-09-01re PR middle-end/45458 (ICE: in add_labels_and_missing_jumps, at bb-reorder.c...Jakub Jelinek1-17/+21
2010-07-12Makefile.in (bb-reorder.o, [...]): Depend on bb-reorder.hRichard Sandiford1-3/+9
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+2
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-10re PR rtl-optimization/42621 (Computed gotos on AMD 800% slower)Steven Bosscher1-4/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-2/+2
2009-10-27target.h (have_conditional_execution): Add a new target hook function.Wei Guozhi1-6/+0
2009-08-18bb-reorder.c (fix_up_fall_thru_edges): Only call invert_jump on jumps.Jakub Jelinek1-1/+1
2009-03-30bb-reorder.c (partition_hot_cold_basic_blocks): Do not enter/exit cfglayout m...Paolo Bonzini1-11/+1
2008-08-30parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka1-1/+9
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-4/+8
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-4/+1
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-9/+8
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-7/+13
2008-02-27Fix PR rtl-optimization/34999Revital Eres1-11/+39
2008-02-25re PR other/32948 (five warnings and a patch)Ben Elliston1-7/+1
2007-11-26re PR rtl-optimization/34085 (ICE with -freorder-blocks-and-partition)Steven Bosscher1-0/+3
2007-09-10bb-reorder.c (rest_of_handler_reorder_blocks): Removed call to RTL level trac...Robert Kidd1-10/+3
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-3/+3
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-2/+2