summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update FSF address.Kelley Cook2005-06-251-2/+2
* bb-reorder.c (find_traces_1_round): Use succ block frequency instead of edge ...Pat Haugen2005-06-171-2/+3
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-6/+6
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+1
* bb-reorder.c (verify_hot_cold_block_grouping): Replace internal_error with gc...Caroline Tice2005-05-161-2/+1
* Correct fixes for various hot/cold partitioning concerns.Caroline Tice2005-04-271-50/+37
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-11/+7
* Revert patch from April 9.Caroline Tice2005-04-121-37/+50
* Fix problems with labels with hot/cold partitioning.Caroline Tice2005-04-091-50/+37
* re PR middle-end/20648 (ICE in cfg_layout_redirect_edge_and_branch_force)Steven Bosscher2005-04-031-20/+36