aboutsummaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-26re PR rtl-optimization/24460 (Profiled bootstrap broken)Eric Botcazou1-1/+4
2005-10-21re PR rtl-optimization/24460 (Profiled bootstrap broken)Eric Botcazou1-1/+2
2005-10-05params.def (PARAM_MAX_GROW_COPY_BB_INSNS): New.David Edelsohn1-1/+1
2005-09-20re PR rtl-optimization/23898 (basic block reordering excessively increases co...J"orn Rennecke1-3/+3
2005-08-24bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak1-2/+2
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-4/+4
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-9/+132
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-1/+1
2005-06-27basic-block.h (basic_block_def): Kill rbi.Jan Hubicka1-44/+44
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-17bb-reorder.c (find_traces_1_round): Use succ block frequency instead of edge ...Pat Haugen1-2/+3
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-6/+6
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+1
2005-05-16bb-reorder.c (verify_hot_cold_block_grouping): Replace internal_error with gc...Caroline Tice1-2/+1
2005-04-27Correct fixes for various hot/cold partitioning concerns.Caroline Tice1-50/+37
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-11/+7
2005-04-12Revert patch from April 9.Caroline Tice1-37/+50
2005-04-09Fix problems with labels with hot/cold partitioning.Caroline Tice1-50/+37
2005-04-03re PR middle-end/20648 (ICE in cfg_layout_redirect_edge_and_branch_force)Steven Bosscher1-20/+36
2005-04-01* bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.Kazu Hirata1-1/+1
2005-03-31Fix problems with hot/cold partitioning optimization.Caroline Tice1-165/+146
2005-03-21re PR middle-end/20557 (FAIL: gcc.dg/pr18628.c)Roger Sayle1-17/+8
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-19/+18
2005-03-07bb-reorder.c (max_entry_frequency, [...]): Make them static.Kazu Hirata1-2/+2
2005-02-25re PR rtl-optimization/20117 (duplicated labels in PIC)Kaz Kojima1-1/+11
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-2/+2
2005-02-15bb-reorder.c (find_traces_1_round): Force fallthru edge from a call to be bes...Richard Henderson1-0/+16
2005-02-01re PR rtl-optimization/15242 (pessimization of "goto *")Steven Bosscher1-2/+100
2005-01-17bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to r...Paolo Bonzini1-2/+2
2004-11-27bb-reorder.c (find_traces_1_round): Speed up by using EDGE_COUNT instead of F...Kazu Hirata1-8/+2
2004-11-25basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell1-4/+2
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-4/+3
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-51/+59
2004-09-10bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac...Nathan Sidwell1-44/+28
2004-08-25Add more details to hot/cold partitioning comments and documentation.Caroline Tice1-11/+48
2004-08-24basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg1-15/+15
2004-08-19basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher1-17/+17
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-57/+94
2004-07-26re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi...Richard Sandiford1-4/+5
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-8/+8
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-3/+3
2004-05-13bb-reoder.c (connect_traces): Free cold_traces at the end.Andrew Pinski1-0/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+2