summaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
Commit message (Expand)AuthorAgeFilesLines
* * alias.c (memory_modified_1, memory_modified_in_insn_p):ghazi2007-08-271-2/+2
* * cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md,kazu2007-07-281-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* * cfglayout.c (insn_scope, insn_line): Constify.ghazi2007-07-251-4/+4
* PR rtl-optimization/32773rakdver2007-07-171-0/+51
* Merge dataflow branch into mainlinedberlin2007-06-111-15/+16
* * cfg.c (init_flow): Use type safe memory macros.tneumann2007-06-051-6/+6
* * cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c,kazu2007-05-251-1/+1
* * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead ofhubicka2007-05-211-14/+8
* * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Usehubicka2007-04-281-142/+113
* Revert:hubicka2007-04-241-107/+142
* * function.c (init_function_start): Don't init line number info.hubicka2007-04-231-142/+107
* * tracer.c (tracer): Don't take FLAGS argument. Assert we aresteven2007-03-231-56/+74
* * cfglayout.c (fixup_reorder_chain): Postpone deleting deadsteven2007-03-151-1/+3
* * tree-pass.h (pass_into_cfg_layout_mode,steven2007-03-121-0/+54
* * lower-subreg.c: Include except.h.steven2007-03-101-2/+0
* * cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and setsteven2007-01-181-1/+2
* * cfgexpand.c (construct_exit_block): Don't disturb end of last BB.hubicka2006-11-271-1/+0
* * tree-vrp.c (execute_vrp): Do not update current_loops.rakdver2006-11-171-3/+1
* * extended.texi (__builtin_expect): We no longer require second argumenthubicka2006-11-111-1/+0
* * final.c (final): Walk from first instruction.hubicka2006-11-101-0/+1
* Whitespace fixupsmrs2006-05-181-16/+16
* * Makefile.in (tree-into-ssa.o, tree-outof-ssa.o,kazu2006-04-101-3/+1
* * cfgloopmanip.c (create_loop_notes): Removed.rakdver2006-03-231-8/+2
* 2006-03-02 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-021-1/+2
* * basic-block.h (control_flow_graph): Change the type ofkazu2006-01-111-1/+1
* * cfglayout.c (fixup_reorder_chain): Remove kludge for theebotcazou2006-01-021-34/+6
* 2005-12-17 Danny Berlin <dberlin@dberlin.org>zadeck2005-12-171-3/+3
* * bb-reorder.c (copy_bb, duplicate_computed_gotos): Add argumentrakdver2005-08-241-3/+7
* 2005-08-09 Paolo Bonzini <bonzini@gnu.org>bonzini2005-08-101-2/+2
* 2005-07-05 Paolo Bonzini <bonzini@gnu.org>bonzini2005-07-051-0/+19
* * basic-block.h (basic_block_def): Kill rbi.hubicka2005-06-271-50/+47
* Update FSF address.kcook2005-06-251-2/+2
* * cfglayout.c (block_locators_locs, line_locators_locs,kazu2005-06-241-19/+22
* * basic-block.h (rtl_bb_info): Break out head_, end_,hubicka2005-06-161-5/+7
* * Makefile.in (cfg.o): Add new dependencies.hubicka2005-06-151-11/+15
* * cfglayout.c (block_locators_blocks,kazu2005-05-031-4/+4
* * Makefile.in: Add function.h to BASIC_BLOCK_H. Remove allhubicka2005-04-121-6/+0
* * cfglayout.c (copy_bbs): Rename n_edges to num_edges.hubicka2005-04-091-3/+3
* Fix problems with hot/cold partitioning optimization.ctice2005-03-311-41/+7
* PR target/20561jakub2005-03-221-0/+6
* * cfglayout.c, loop-doloop.c, profile.c, target-def.h,kazu2005-03-121-1/+1
* * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,rakdver2005-03-111-3/+3
* * cfglayout.c (fixup_reorder_chain): Remove old_bb.kazu2005-03-091-2/+0
* * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge):steven2004-11-291-10/+0
* * basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...nathan2004-11-251-2/+2
* * bitmap.h (struct bitmap_obstack): New obstack type.nathan2004-11-221-7/+3
* * cfglayout.c (choose_inner_scope): Make it static.kazu2004-11-111-1/+1
* 2004-09-24 Ben Elliston <bje@au.ibm.com>bje2004-09-281-10/+19
* * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,nathan2004-09-071-61/+43