summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck2007-07-111-2/+0
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-28/+4
* tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher2007-03-231-16/+20
* alias.c (init_alias_analysis): Correct whitespace.Roger Sayle2007-02-011-3/+4
* Whitespace fixupsMike Stump2006-05-181-226/+226
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-5/+8
* cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini2006-02-151-1/+1
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-4/+4
* bb-reorder.c (partition_hot_cold_basic_blocks): Make it static.Kazu Hirata2006-01-161-1/+1
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-5/+5
* re PR rtl-optimization/24460 (Profiled bootstrap broken)Eric Botcazou2005-10-261-1/+4
* re PR rtl-optimization/24460 (Profiled bootstrap broken)Eric Botcazou2005-10-211-1/+2
* params.def (PARAM_MAX_GROW_COPY_BB_INSNS): New.David Edelsohn2005-10-051-1/+1
* re PR rtl-optimization/23898 (basic block reordering excessively increases co...J"orn Rennecke2005-09-201-3/+3
* bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak2005-08-241-2/+2
* bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini2005-08-101-4/+4
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-9/+132
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-1/+1
* basic-block.h (basic_block_def): Kill rbi.Jan Hubicka2005-06-271-44/+44