Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -12/+14 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -14/+12 |
2002-03-21 | bb-reorder.c (make_reorder_chain_1): Protect against when redundant edges are... | DJ Delorie | 1 | -1/+1 |
2002-02-09 | hooks.c: New file. | Alexandre Oliva | 1 | -1/+5 |
2001-11-14 | cfglayout.c (fixup_fallthru_exit_predecesor): New static function. | Jan Hubicka | 1 | -23/+0 |
2001-11-05 | Makefile.in (bb-reoder.o): Add depdendency on cfglayout.h; remove unneded dep... | Jan Hubicka | 1 | -1069/+3 |
2001-09-25 | Makefile.in (cfgrtl.o): Add. | Jan Hubicka | 1 | -10/+3 |
2001-09-16 | basic-block.h (free_bb_for_insn): Declare. | Jan Hubicka | 1 | -56/+6 |
2001-09-11 | basic-block.h (EDGE_CRITICAL): Remove; renumber other flags. | Jan Hubicka | 1 | -45/+15 |
2001-09-11 | bb-reorder.c (fixup_reorder_chain): Fallthru edge to exit block is OK. | Jan Hubicka | 1 | -0/+4 |
2001-09-11 | basic-block.h (cached_make_edge, [...]): New. | Jan Hubicka | 1 | -3/+1 |
2001-09-10 | Makefile.in (cfg.o, [...]): New. | Jan Hubicka | 1 | -71/+81 |
2001-08-29 | bb-reorder.c (function_tail_eff_head): New. | Richard Henderson | 1 | -2/+16 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -10/+10 |
2001-07-28 | basic-block.h (EDGE_FREQUENCY): New macro. | Jan Hubicka | 1 | -0/+4 |
2001-07-25 | flow.c (delete_dead_jumptables): New function. | Jan Hubicka | 1 | -7/+28 |
2001-07-14 | bb-reorder.c (skip_insn_after_block): Get past the line number notes. | Jan Hubicka | 1 | -1/+13 |
2001-07-10 | Correct branch/fallthru edge detection | Bernd Schmidt | 1 | -1/+1 |
2001-03-28 | IA-64 ABI Exception Handling. | Richard Henderson | 1 | -14/+0 |
2001-03-27 | bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions. | Richard Henderson | 1 | -1/+1 |
2001-03-22 | mkconfig.sh: Include insn-flags.h. | Richard Henderson | 1 | -1/+0 |