summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.Kazu Hirata2005-04-011-1/+1
* Fix problems with hot/cold partitioning optimization.Caroline Tice2005-03-311-165/+146
* re PR middle-end/20557 (FAIL: gcc.dg/pr18628.c)Roger Sayle2005-03-211-17/+8
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-19/+18
* bb-reorder.c (max_entry_frequency, [...]): Make them static.Kazu Hirata2005-03-071-2/+2
* re PR rtl-optimization/20117 (duplicated labels in PIC)Kaz Kojima2005-02-251-1/+11
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-2/+2
* bb-reorder.c (find_traces_1_round): Force fallthru edge from a call to be bes...Richard Henderson2005-02-151-0/+16
* re PR rtl-optimization/15242 (pessimization of "goto *")Steven Bosscher2005-02-011-2/+100
* bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to r...Paolo Bonzini2005-01-171-2/+2
* bb-reorder.c (find_traces_1_round): Speed up by using EDGE_COUNT instead of F...Kazu Hirata2004-11-271-8/+2
* basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell2004-11-251-4/+2
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-4/+3
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-51/+59
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-1/+1
* alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac...Nathan Sidwell2004-08-301-44/+28
* Add more details to hot/cold partitioning comments and documentation.Caroline Tice2004-08-251-11/+48
* basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg2004-08-241-15/+15
* basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher2004-08-191-17/+17
* Hot/cold partitioning update patch.Caroline Tice2004-08-181-57/+94
* re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi...Richard Sandiford2004-07-261-4/+5
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-8/+8
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-3/+3
* bb-reoder.c (connect_traces): Free cold_traces at the end.Andrew Pinski2004-05-131-0/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-2/+2
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-04-301-1/+1
* re PR bootstrap/15009 (Latest CVS: Stage2 Error: bb-reorder.c needs initializ...Andrew Pinski2004-04-191-1/+1
* bb-reorder.c (fix_crossing_conditional_branches): Adjust the previous fix to ...Andreas Tobler2004-04-141-3/+12
* bb-reorder.c (fix_crossing_unconditional_branches): Use Pmode for LABEL_REFs.Richard Henderson2004-04-131-1/+1
* bb-reorder.c (fix_crossing_conditional_branches): Fix bootstrap failure on so...Andreas Tobler2004-04-111-0/+2