aboutsummaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-5/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-15omega.c (coalesce): Fix memory leak on early exit.Dirk Mueller1-5/+5
2007-07-11toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck1-2/+0
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-28/+4
2007-03-23tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher1-16/+20
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-3/+4
2006-05-18Whitespace fixupsMike Stump1-226/+226
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-5/+8
2006-02-15cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini1-1/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-4/+4
2006-01-16bb-reorder.c (partition_hot_cold_basic_blocks): Make it static.Kazu Hirata1-1/+1
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-5/+5