summaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
Commit message (Expand)AuthorAgeFilesLines
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-07-281-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* cfglayout.c (insn_scope, insn_line): Constify.Kaveh R. Ghazi2007-07-251-4/+4
* re PR rtl-optimization/32773 (SH: ICE in create_pre_exit, at mode-switching.c...Zdenek Dvorak2007-07-171-0/+51
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-15/+16
* cfg.c (init_flow): Use type safe memory macros.Thomas Neumann2007-06-051-6/+6
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-05-251-1/+1
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-14/+8
* alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_...Jan Hubicka2007-04-281-142/+113
* Revert:Jan Hubicka2007-04-241-107/+142
* function.c (init_function_start): Don't init line number info.Jan Hubicka2007-04-231-142/+107
* tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher2007-03-231-56/+74
* cfglayout.c (fixup_reorder_chain): Postpone deleting dead jump tables...Steven Bosscher2007-03-151-1/+3
* tree-pass.h (pass_into_cfg_layout_mode, [...]): Declare.Steven Bosscher2007-03-121-0/+54
* lower-subreg.c: Include except.h.Steven Bosscher2007-03-101-2/+0
* cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYO...Steven Bosscher2007-01-181-1/+2
* cfgexpand.c (construct_exit_block): Don't disturb end of last BB.Jan Hubicka2006-11-271-1/+0
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-3/+1
* extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka2006-11-111-1/+0
* final.c (final): Walk from first instruction.Jan Hubicka2006-11-101-0/+1
* Whitespace fixupsMike Stump2006-05-181-16/+16
* Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata2006-04-101-3/+1
* cfgloopmanip.c (create_loop_notes): Removed.Zdenek Dvorak2006-03-231-8/+2
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ...Kazu Hirata2006-01-111-1/+1
* cfglayout.c (fixup_reorder_chain): Remove kludge for the case of conditional ...Eric Botcazou2006-01-021-34/+6
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-3/+3
* bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak2005-08-241-3/+7
* bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini2005-08-101-2/+2
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+19
* basic-block.h (basic_block_def): Kill rbi.Jan Hubicka2005-06-271-50/+47
* Update FSF address.Kelley Cook2005-06-251-2/+2
* cfglayout.c (block_locators_locs, [...]): Change the type to VEC(int,heap)*.Kazu Hirata2005-06-241-19/+22
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-5/+7
* Makefile.in (cfg.o): Add new dependencies.Jan Hubicka2005-06-151-11/+15
* cfglayout.c (block_locators_blocks, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-031-4/+4
* Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher2005-04-121-6/+0
* cfglayout.c (copy_bbs): Rename n_edges to num_edges.Jan Hubicka2005-04-091-3/+3
* Fix problems with hot/cold partitioning optimization.Caroline Tice2005-03-311-41/+7
* re PR target/20561 (Error compiling jdtcore.jar on powerpc)Jakub Jelinek2005-03-221-0/+6
* cfglayout.c, [...]: Update copyright.Kazu Hirata2005-03-121-1/+1
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-3/+3
* * cfglayout.c (fixup_reorder_chain): Remove old_bb.Kazu Hirata2005-03-091-2/+0
* cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,...Steven Bosscher2004-11-291-10/+0
* basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell2004-11-251-2/+2
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-7/+3
* cfglayout.c (choose_inner_scope): Make it static.Kazu Hirata2004-11-111-1/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-10/+19
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-61/+43
* Add more details to hot/cold partitioning comments and documentation.Caroline Tice2004-08-251-1/+2