summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
Commit message (Expand)AuthorAgeFilesLines
* bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-1/+1
* bb-reorder.c, [...]: Update copyright.Kazu Hirata2004-02-271-1/+1
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-45/+45
* PR optimization/13430, PR optimization/12322Josef Zlomek2003-12-201-0/+13
* Makefile.in (tracer.o, [...]): Depend on timevar.hSteven Bosscher2003-12-181-0/+5
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-2/+2
* basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka2003-07-031-29/+29
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-2/+2
* bb-reorder.c (find_traces_1_round): Do not send basic block to next round whe...Josef Zlomek2003-06-281-2/+3
* alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-151-56/+26
* * bb-reorder.c (find_traces_1_round): Fix comment typo.Josef Zlomek2003-02-201-1/+1
* bb-reorder.c (find_traces_1_round): Fixed condition for small destination blo...Josef Zlomek2003-02-191-14/+17
* bb-reorder.c (find_traces_1_round): Don't connect easy to copy successors wit...Richard Henderson2003-02-151-7/+31
* Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).Josef Zlomek2003-02-101-182/+1004
* cfgloopanal.c: New file.Zdenek Dvorak2003-01-241-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* bb-reorder.c (make_reorder_chain_1): Search harder for the vax casesi fallthr...Richard Henderson2002-06-211-5/+9
* alias.c: Fix formatting.Kazu Hirata2002-05-261-2/+2
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-10/+8
* bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak2002-05-211-2/+2
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-12/+14
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-14/+12
* bb-reorder.c (make_reorder_chain_1): Protect against when redundant edges are...DJ Delorie2002-03-211-1/+1
* hooks.c: New file.Alexandre Oliva2002-02-091-1/+5
* cfglayout.c (fixup_fallthru_exit_predecesor): New static function.Jan Hubicka2001-11-141-23/+0
* Makefile.in (bb-reoder.o): Add depdendency on cfglayout.h; remove unneded dep...Jan Hubicka2001-11-051-1069/+3
* Makefile.in (cfgrtl.o): Add.Jan Hubicka2001-09-251-10/+3
* basic-block.h (free_bb_for_insn): Declare.Jan Hubicka2001-09-161-56/+6
* basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.Jan Hubicka2001-09-111-45/+15
* bb-reorder.c (fixup_reorder_chain): Fallthru edge to exit block is OK.Jan Hubicka2001-09-111-0/+4
* basic-block.h (cached_make_edge, [...]): New.Jan Hubicka2001-09-111-3/+1
* Makefile.in (cfg.o, [...]): New.Jan Hubicka2001-09-101-71/+81
* bb-reorder.c (function_tail_eff_head): New.Richard Henderson2001-08-291-2/+16
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-10/+10
* basic-block.h (EDGE_FREQUENCY): New macro.Jan Hubicka2001-07-281-0/+4
* flow.c (delete_dead_jumptables): New function.Jan Hubicka2001-07-251-7/+28
* bb-reorder.c (skip_insn_after_block): Get past the line number notes.Jan Hubicka2001-07-141-1/+13
* Correct branch/fallthru edge detectionBernd Schmidt2001-07-101-1/+1
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-14/+0
* bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions.Richard Henderson2001-03-271-1/+1
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-1/+0
* bb-reorder.c (make_reorder_chain_1): Handle case where jump edge goes to the ...John David Anglin2001-01-231-5/+16
* bb-reorder.c (reorder_basic_blocks): Do check for EH edges even when using sjlj.Alan Modra2000-12-051-1/+1
* bb-reorder.c (reorder_basic_blocks): Don't check for EH edges unless exceptio...Richard Henderson2000-12-031-8/+10
* Remove obstacks.Mark Mitchell2000-10-131-3/+3
* bb-reorder.c (reorder_basic_blocks): Allocate an aux block for the exit block.Richard Earnshaw2000-10-121-0/+4
* bb-reorder.c (fixup_reorder_chain): Add jump in new block after switch for CA...Richard Henderson2000-09-071-11/+16
* Put phi nodes after NOTE_INSN_BASIC_BLOCK.Mark Mitchell2000-07-271-6/+3
* bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing with %p.Joseph Myers2000-07-231-1/+1
* Warning fixes:Kaveh R. Ghazi2000-06-111-1/+1