aboutsummaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-04-30bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-19re PR bootstrap/15009 (Latest CVS: Stage2 Error: bb-reorder.c needs initializ...Andrew Pinski1-1/+1
2004-04-14bb-reorder.c (fix_crossing_conditional_branches): Adjust the previous fix to ...Andreas Tobler1-3/+12
2004-04-13bb-reorder.c (fix_crossing_unconditional_branches): Use Pmode for LABEL_REFs.Richard Henderson1-1/+1
2004-04-11bb-reorder.c (fix_crossing_conditional_branches): Fix bootstrap failure on so...Andreas Tobler1-0/+2
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-18/+908
2004-03-20bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-02-27bb-reorder.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-45/+45
2003-12-20PR optimization/13430, PR optimization/12322Josef Zlomek1-0/+13
2003-12-18Makefile.in (tracer.o, [...]): Depend on timevar.hSteven Bosscher1-0/+5
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-2/+2
2003-07-03basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka1-29/+29
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-2/+2
2003-06-28bb-reorder.c (find_traces_1_round): Do not send basic block to next round whe...Josef Zlomek1-2/+3
2003-06-15alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger1-56/+26
2003-02-20* bb-reorder.c (find_traces_1_round): Fix comment typo.Josef Zlomek1-1/+1
2003-02-19bb-reorder.c (find_traces_1_round): Fixed condition for small destination blo...Josef Zlomek1-14/+17
2003-02-15bb-reorder.c (find_traces_1_round): Don't connect easy to copy successors wit...Richard Henderson1-7/+31
2003-02-10Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).Josef Zlomek1-182/+1004
2003-01-24cfgloopanal.c: New file.Zdenek Dvorak1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-06-21bb-reorder.c (make_reorder_chain_1): Search harder for the vax casesi fallthr...Richard Henderson1-5/+9
2002-05-26alias.c: Fix formatting.Kazu Hirata1-2/+2
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-10/+8
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak1-2/+2