| Commit message (Expand) | Author | Age | Files | Lines |
* | bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 2004-03-20 | 1 | -1/+1 |
* | bb-reorder.c, [...]: Update copyright. | Kazu Hirata | 2004-02-27 | 1 | -1/+1 |
* | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 2004-02-24 | 1 | -45/+45 |
* | PR optimization/13430, PR optimization/12322 | Josef Zlomek | 2003-12-20 | 1 | -0/+13 |
* | Makefile.in (tracer.o, [...]): Depend on timevar.h | Steven Bosscher | 2003-12-18 | 1 | -0/+5 |
* | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 2003-12-11 | 1 | -2/+2 |
* | basic-block.h (create_basic_block, [...]): Kill. | Jan Hubicka | 2003-07-03 | 1 | -29/+29 |
* | basic-block.h: Fix comment typos. | Kazu Hirata | 2003-07-01 | 1 | -2/+2 |
* | bb-reorder.c (find_traces_1_round): Do not send basic block to next round whe... | Josef Zlomek | 2003-06-28 | 1 | -2/+3 |
* | alloc-pool.c: Convert to ISO C90 prototypes. | Andreas Jaeger | 2003-06-15 | 1 | -56/+26 |
* | * bb-reorder.c (find_traces_1_round): Fix comment typo. | Josef Zlomek | 2003-02-20 | 1 | -1/+1 |
* | bb-reorder.c (find_traces_1_round): Fixed condition for small destination blo... | Josef Zlomek | 2003-02-19 | 1 | -14/+17 |
* | bb-reorder.c (find_traces_1_round): Don't connect easy to copy successors wit... | Richard Henderson | 2003-02-15 | 1 | -7/+31 |
* | Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H). | Josef Zlomek | 2003-02-10 | 1 | -182/+1004 |
* | cfgloopanal.c: New file. | Zdenek Dvorak | 2003-01-24 | 1 | -1/+1 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -0/+2 |
* | bb-reorder.c (make_reorder_chain_1): Search harder for the vax casesi fallthr... | Richard Henderson | 2002-06-21 | 1 | -5/+9 |
* | alias.c: Fix formatting. | Kazu Hirata | 2002-05-26 | 1 | -2/+2 |
* | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 2002-05-23 | 1 | -10/+8 |
* | bb-reorder.c (make_reorder_chain_1): Modified. | Zdenek Dvorak | 2002-05-21 | 1 | -2/+2 |
* | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 2002-05-16 | 1 | -12/+14 |
* | Basic block renumbering removal. | Zdenek Dvorak | 2002-05-16 | 1 | -14/+12 |
* | bb-reorder.c (make_reorder_chain_1): Protect against when redundant edges are... | DJ Delorie | 2002-03-21 | 1 | -1/+1 |
* | hooks.c: New file. | Alexandre Oliva | 2002-02-09 | 1 | -1/+5 |
* | cfglayout.c (fixup_fallthru_exit_predecesor): New static function. | Jan Hubicka | 2001-11-14 | 1 | -23/+0 |
* | Makefile.in (bb-reoder.o): Add depdendency on cfglayout.h; remove unneded dep... | Jan Hubicka | 2001-11-05 | 1 | -1069/+3 |
* | Makefile.in (cfgrtl.o): Add. | Jan Hubicka | 2001-09-25 | 1 | -10/+3 |
* | basic-block.h (free_bb_for_insn): Declare. | Jan Hubicka | 2001-09-16 | 1 | -56/+6 |
* | basic-block.h (EDGE_CRITICAL): Remove; renumber other flags. | Jan Hubicka | 2001-09-11 | 1 | -45/+15 |
* | bb-reorder.c (fixup_reorder_chain): Fallthru edge to exit block is OK. | Jan Hubicka | 2001-09-11 | 1 | -0/+4 |
* | basic-block.h (cached_make_edge, [...]): New. | Jan Hubicka | 2001-09-11 | 1 | -3/+1 |
* | Makefile.in (cfg.o, [...]): New. | Jan Hubicka | 2001-09-10 | 1 | -71/+81 |
* | bb-reorder.c (function_tail_eff_head): New. | Richard Henderson | 2001-08-29 | 1 | -2/+16 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -10/+10 |
* | basic-block.h (EDGE_FREQUENCY): New macro. | Jan Hubicka | 2001-07-28 | 1 | -0/+4 |
* | flow.c (delete_dead_jumptables): New function. | Jan Hubicka | 2001-07-25 | 1 | -7/+28 |
* | bb-reorder.c (skip_insn_after_block): Get past the line number notes. | Jan Hubicka | 2001-07-14 | 1 | -1/+13 |
* | Correct branch/fallthru edge detection | Bernd Schmidt | 2001-07-10 | 1 | -1/+1 |
* | IA-64 ABI Exception Handling. | Richard Henderson | 2001-03-28 | 1 | -14/+0 |
* | bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions. | Richard Henderson | 2001-03-27 | 1 | -1/+1 |
* | mkconfig.sh: Include insn-flags.h. | Richard Henderson | 2001-03-22 | 1 | -1/+0 |
* | bb-reorder.c (make_reorder_chain_1): Handle case where jump edge goes to the ... | John David Anglin | 2001-01-23 | 1 | -5/+16 |
* | bb-reorder.c (reorder_basic_blocks): Do check for EH edges even when using sjlj. | Alan Modra | 2000-12-05 | 1 | -1/+1 |
* | bb-reorder.c (reorder_basic_blocks): Don't check for EH edges unless exceptio... | Richard Henderson | 2000-12-03 | 1 | -8/+10 |
* | Remove obstacks. | Mark Mitchell | 2000-10-13 | 1 | -3/+3 |
* | bb-reorder.c (reorder_basic_blocks): Allocate an aux block for the exit block. | Richard Earnshaw | 2000-10-12 | 1 | -0/+4 |
* | bb-reorder.c (fixup_reorder_chain): Add jump in new block after switch for CA... | Richard Henderson | 2000-09-07 | 1 | -11/+16 |
* | Put phi nodes after NOTE_INSN_BASIC_BLOCK. | Mark Mitchell | 2000-07-27 | 1 | -6/+3 |
* | bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing with %p. | Joseph Myers | 2000-07-23 | 1 | -1/+1 |
* | Warning fixes: | Kaveh R. Ghazi | 2000-06-11 | 1 | -1/+1 |