aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-15/+16
2007-06-05cfg.c (init_flow): Use type safe memory macros.Thomas Neumann1-6/+6
2007-05-25cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-14/+8
2007-04-28alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_...Jan Hubicka1-142/+113
2007-04-24Revert:Jan Hubicka1-107/+142
2007-04-23function.c (init_function_start): Don't init line number info.Jan Hubicka1-142/+107
2007-03-23tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher1-56/+74
2007-03-15cfglayout.c (fixup_reorder_chain): Postpone deleting dead jump tables...Steven Bosscher1-1/+3
2007-03-12tree-pass.h (pass_into_cfg_layout_mode, [...]): Declare.Steven Bosscher1-0/+54
2007-03-10lower-subreg.c: Include except.h.Steven Bosscher1-2/+0
2007-01-18cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYO...Steven Bosscher1-1/+2
2006-11-27cfgexpand.c (construct_exit_block): Don't disturb end of last BB.Jan Hubicka1-1/+0
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-3/+1
2006-11-11extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka1-1/+0
2006-11-10final.c (final): Walk from first instruction.Jan Hubicka1-0/+1
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