aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-18Whitespace fixupsMike Stump1-16/+16
2006-04-10Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata1-3/+1
2006-03-23cfgloopmanip.c (create_loop_notes): Removed.Zdenek Dvorak1-8/+2
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-01-11basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ...Kazu Hirata1-1/+1
2006-01-02cfglayout.c (fixup_reorder_chain): Remove kludge for the case of conditional ...Eric Botcazou1-34/+6
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-3/+3
2005-08-24bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak1-3/+7
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-2/+2
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+19
2005-06-27basic-block.h (basic_block_def): Kill rbi.Jan Hubicka1-50/+47
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-24cfglayout.c (block_locators_locs, [...]): Change the type to VEC(int,heap)*.Kazu Hirata1-19/+22
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-5/+7
2005-06-15Makefile.in (cfg.o): Add new dependencies.Jan Hubicka1-11/+15
2005-05-03cfglayout.c (block_locators_blocks, [...]): Use VEC instead of VARRAY.Kazu Hirata1-4/+4
2005-04-12Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher1-6/+0
2005-04-09cfglayout.c (copy_bbs): Rename n_edges to num_edges.Jan Hubicka1-3/+3
2005-03-31Fix problems with hot/cold partitioning optimization.Caroline Tice1-41/+7
2005-03-22re PR target/20561 (Error compiling jdtcore.jar on powerpc)Jakub Jelinek1-0/+6
2005-03-12cfglayout.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-3/+3
2005-03-09* cfglayout.c (fixup_reorder_chain): Remove old_bb.Kazu Hirata1-2/+0
2004-11-29cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,...Steven Bosscher1-10/+0
2004-11-25basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell1-2/+2
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-7/+3
2004-11-11cfglayout.c (choose_inner_scope): Make it static.Kazu Hirata1-1/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-10/+19
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-61/+43
2004-08-25Add more details to hot/cold partitioning comments and documentation.Caroline Tice1-1/+2
2004-08-25cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP ...Paolo Bonzini1-2/+0
2004-08-24basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg1-3/+3
2004-08-19basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher1-2/+3
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-1/+3
2004-08-04cfglayout.c (insn_locators_initialize): Update the current location before in...Nathan Sidwell1-31/+36
2004-07-26re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi...Richard Sandiford1-4/+8
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-9/+9
2004-07-01function.h (struct function): Remove dont_emit_block_notes.Richard Henderson1-16/+4
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-4/+6
2004-06-29cfglayout.c (fixup_reorder_chain): Don't do anything for e_fall->dest == EXIT...J"orn Rennecke1-2/+1
2004-06-16cfglayout.c (fixup_reorder_chain): Handle case where the destination of E_FAL...Joern Rennecke1-2/+4
2004-06-15cfglayout.c (fixup_reorder_chain): Handle case where the destination of E_TAK...J"orn Rennecke1-2/+4
2004-06-14basic-block.h (could_fall_through): Declare.J"orn Rennecke1-4/+35
2004-05-25ddg.h, [...]: New files.Ayal Zaks1-2/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-90/+32
2004-04-30bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-0/+53
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-02-25basic-block.h (make_eh_edge, [...]): Declare.Jan Hubicka1-11/+9
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-11/+14