aboutsummaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-10bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac...Nathan Sidwell1-44/+28
2004-08-25Add more details to hot/cold partitioning comments and documentation.Caroline Tice1-11/+48
2004-08-24basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg1-15/+15
2004-08-19basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher1-17/+17
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-57/+94
2004-07-26re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi...Richard Sandiford1-4/+5
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-8/+8
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-3/+3
2004-05-13bb-reoder.c (connect_traces): Free cold_traces at the end.Andrew Pinski1-0/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+2
2004-04-30bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-19re PR bootstrap/15009 (Latest CVS: Stage2 Error: bb-reorder.c needs initializ...Andrew Pinski1-1/+1
2004-04-14bb-reorder.c (fix_crossing_conditional_branches): Adjust the previous fix to ...Andreas Tobler1-3/+12
2004-04-13bb-reorder.c (fix_crossing_unconditional_branches): Use Pmode for LABEL_REFs.Richard Henderson1-1/+1
2004-04-11bb-reorder.c (fix_crossing_conditional_branches): Fix bootstrap failure on so...Andreas Tobler1-0/+2
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-18/+908
2004-03-20bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-02-27bb-reorder.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-45/+45
2003-12-20PR optimization/13430, PR optimization/12322Josef Zlomek1-0/+13
2003-12-18Makefile.in (tracer.o, [...]): Depend on timevar.hSteven Bosscher1-0/+5
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-2/+2
2003-07-03basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka1-29/+29
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-2/+2
2003-06-28bb-reorder.c (find_traces_1_round): Do not send basic block to next round whe...Josef Zlomek1-2/+3
2003-06-15alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger1-56/+26
2003-02-20* bb-reorder.c (find_traces_1_round): Fix comment typo.Josef Zlomek1-1/+1
2003-02-19bb-reorder.c (find_traces_1_round): Fixed condition for small destination blo...Josef Zlomek1-14/+17
2003-02-15bb-reorder.c (find_traces_1_round): Don't connect easy to copy successors wit...Richard Henderson1-7/+31
2003-02-10Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).Josef Zlomek1-182/+1004
2003-01-24cfgloopanal.c: New file.Zdenek Dvorak1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-06-21bb-reorder.c (make_reorder_chain_1): Search harder for the vax casesi fallthr...Richard Henderson1-5/+9
2002-05-26alias.c: Fix formatting.Kazu Hirata1-2/+2
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-10/+8
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak1-2/+2
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-12/+14
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-14/+12
2002-03-21bb-reorder.c (make_reorder_chain_1): Protect against when redundant edges are...DJ Delorie1-1/+1
2002-02-09hooks.c: New file.Alexandre Oliva1-1/+5
2001-11-14cfglayout.c (fixup_fallthru_exit_predecesor): New static function.Jan Hubicka1-23/+0
2001-11-05Makefile.in (bb-reoder.o): Add depdendency on cfglayout.h; remove unneded dep...Jan Hubicka1-1069/+3
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-10/+3
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-56/+6
2001-09-11basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.Jan Hubicka1-45/+15
2001-09-11bb-reorder.c (fixup_reorder_chain): Fallthru edge to exit block is OK.Jan Hubicka1-0/+4
2001-09-11basic-block.h (cached_make_edge, [...]): New.Jan Hubicka1-3/+1
2001-09-10Makefile.in (cfg.o, [...]): New.Jan Hubicka1-71/+81
2001-08-29bb-reorder.c (function_tail_eff_head): New.Richard Henderson1-2/+16