Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-01-23 | bb-reorder.c (make_reorder_chain_1): Handle case where jump edge goes to the ... | John David Anglin | 1 | -5/+16 |
2000-12-05 | bb-reorder.c (reorder_basic_blocks): Do check for EH edges even when using sjlj. | Alan Modra | 1 | -1/+1 |
2000-12-03 | bb-reorder.c (reorder_basic_blocks): Don't check for EH edges unless exceptio... | Richard Henderson | 1 | -8/+10 |
2000-10-13 | Remove obstacks. | Mark Mitchell | 1 | -3/+3 |
2000-10-12 | bb-reorder.c (reorder_basic_blocks): Allocate an aux block for the exit block. | Richard Earnshaw | 1 | -0/+4 |
2000-09-07 | bb-reorder.c (fixup_reorder_chain): Add jump in new block after switch for CA... | Richard Henderson | 1 | -11/+16 |
2000-07-27 | Put phi nodes after NOTE_INSN_BASIC_BLOCK. | Mark Mitchell | 1 | -6/+3 |
2000-07-23 | bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing with %p. | Joseph Myers | 1 | -1/+1 |
2000-06-11 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
2000-05-30 | * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return. | Richard Henderson | 1 | -0/+4 |
2000-05-25 | bb-reorder.c (reorder_block_def): Reorder elements for size. | Richard Henderson | 1 | -549/+511 |
2000-05-19 | cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0. | Richard Kenner | 1 | -1/+1 |