Age | Commit message (Expand) | Author | Files | Lines |
2005-03-31 | Fix problems with hot/cold partitioning optimization. | Caroline Tice | 1 | -165/+146 |
2005-03-21 | re PR middle-end/20557 (FAIL: gcc.dg/pr18628.c) | Roger Sayle | 1 | -17/+8 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -19/+18 |
2005-03-07 | bb-reorder.c (max_entry_frequency, [...]): Make them static. | Kazu Hirata | 1 | -2/+2 |
2005-02-25 | re PR rtl-optimization/20117 (duplicated labels in PIC) | Kaz Kojima | 1 | -1/+11 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -2/+2 |
2005-02-15 | bb-reorder.c (find_traces_1_round): Force fallthru edge from a call to be bes... | Richard Henderson | 1 | -0/+16 |
2005-02-01 | re PR rtl-optimization/15242 (pessimization of "goto *") | Steven Bosscher | 1 | -2/+100 |
2005-01-17 | bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to r... | Paolo Bonzini | 1 | -2/+2 |
2004-11-27 | bb-reorder.c (find_traces_1_round): Speed up by using EDGE_COUNT instead of F... | Kazu Hirata | 1 | -8/+2 |
2004-11-25 | basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ... | Nathan Sidwell | 1 | -4/+2 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -4/+3 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -51/+59 |
2004-09-10 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-08-30 | alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac... | Nathan Sidwell | 1 | -44/+28 |
2004-08-25 | Add more details to hot/cold partitioning comments and documentation. | Caroline Tice | 1 | -11/+48 |
2004-08-24 | basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ... | Zack Weinberg | 1 | -15/+15 |
2004-08-19 | basic-block.h (struct edge_def): Remove crossing_edge. | Steven Bosscher | 1 | -17/+17 |
2004-08-18 | Hot/cold partitioning update patch. | Caroline Tice | 1 | -57/+94 |
2004-07-26 | re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi... | Richard Sandiford | 1 | -4/+5 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -8/+8 |
2004-05-30 | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2004-05-13 | bb-reoder.c (connect_traces): Free cold_traces at the end. | Andrew Pinski | 1 | -0/+1 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -2/+2 |
2004-04-30 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-04-19 | re PR bootstrap/15009 (Latest CVS: Stage2 Error: bb-reorder.c needs initializ... | Andrew Pinski | 1 | -1/+1 |
2004-04-14 | bb-reorder.c (fix_crossing_conditional_branches): Adjust the previous fix to ... | Andreas Tobler | 1 | -3/+12 |
2004-04-13 | bb-reorder.c (fix_crossing_unconditional_branches): Use Pmode for LABEL_REFs. | Richard Henderson | 1 | -1/+1 |
2004-04-11 | bb-reorder.c (fix_crossing_conditional_branches): Fix bootstrap failure on so... | Andreas Tobler | 1 | -0/+2 |
2004-04-09 | basic-block.h (struct edge_def): Add new field, crossing_edge. | Caroline Tice | 1 | -18/+908 |
2004-03-20 | bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 1 | -1/+1 |
2004-02-27 | bb-reorder.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-24 | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 1 | -45/+45 |
2003-12-20 | PR optimization/13430, PR optimization/12322 | Josef Zlomek | 1 | -0/+13 |
2003-12-18 | Makefile.in (tracer.o, [...]): Depend on timevar.h | Steven Bosscher | 1 | -0/+5 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -2/+2 |
2003-07-03 | basic-block.h (create_basic_block, [...]): Kill. | Jan Hubicka | 1 | -29/+29 |
2003-07-01 | basic-block.h: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-06-28 | bb-reorder.c (find_traces_1_round): Do not send basic block to next round whe... | Josef Zlomek | 1 | -2/+3 |
2003-06-15 | alloc-pool.c: Convert to ISO C90 prototypes. | Andreas Jaeger | 1 | -56/+26 |
2003-02-20 | * bb-reorder.c (find_traces_1_round): Fix comment typo. | Josef Zlomek | 1 | -1/+1 |
2003-02-19 | bb-reorder.c (find_traces_1_round): Fixed condition for small destination blo... | Josef Zlomek | 1 | -14/+17 |
2003-02-15 | bb-reorder.c (find_traces_1_round): Don't connect easy to copy successors wit... | Richard Henderson | 1 | -7/+31 |
2003-02-10 | Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H). | Josef Zlomek | 1 | -182/+1004 |
2003-01-24 | cfgloopanal.c: New file. | Zdenek Dvorak | 1 | -1/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-06-21 | bb-reorder.c (make_reorder_chain_1): Search harder for the vax casesi fallthr... | Richard Henderson | 1 | -5/+9 |
2002-05-26 | alias.c: Fix formatting. | Kazu Hirata | 1 | -2/+2 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -10/+8 |
2002-05-21 | bb-reorder.c (make_reorder_chain_1): Modified. | Zdenek Dvorak | 1 | -2/+2 |