| Commit message (Expand) | Author | Age | Files | Lines |
* | cfglayout.c, [...]: Fix comment typos. | Kazu Hirata | 2007-07-28 | 1 | -1/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | cfglayout.c (insn_scope, insn_line): Constify. | Kaveh R. Ghazi | 2007-07-25 | 1 | -4/+4 |
* | re PR rtl-optimization/32773 (SH: ICE in create_pre_exit, at mode-switching.c... | Zdenek Dvorak | 2007-07-17 | 1 | -0/+51 |
* | Merge dataflow branch into mainline | Daniel Berlin | 2007-06-11 | 1 | -15/+16 |
* | cfg.c (init_flow): Use type safe memory macros. | Thomas Neumann | 2007-06-05 | 1 | -6/+6 |
* | cfglayout.c, [...]: Fix comment typos. | Kazu Hirata | 2007-05-25 | 1 | -1/+1 |
* | gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER... | Jan Hubicka | 2007-05-21 | 1 | -14/+8 |
* | alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_... | Jan Hubicka | 2007-04-28 | 1 | -142/+113 |
* | Revert: | Jan Hubicka | 2007-04-24 | 1 | -107/+142 |
* | function.c (init_function_start): Don't init line number info. | Jan Hubicka | 2007-04-23 | 1 | -142/+107 |
* | tracer.c (tracer): Don't take FLAGS argument. | Steven Bosscher | 2007-03-23 | 1 | -56/+74 |
* | cfglayout.c (fixup_reorder_chain): Postpone deleting dead jump tables... | Steven Bosscher | 2007-03-15 | 1 | -1/+3 |
* | tree-pass.h (pass_into_cfg_layout_mode, [...]): Declare. | Steven Bosscher | 2007-03-12 | 1 | -0/+54 |
* | lower-subreg.c: Include except.h. | Steven Bosscher | 2007-03-10 | 1 | -2/+0 |
* | cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYO... | Steven Bosscher | 2007-01-18 | 1 | -1/+2 |
* | cfgexpand.c (construct_exit_block): Don't disturb end of last BB. | Jan Hubicka | 2006-11-27 | 1 | -1/+0 |
* | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 2006-11-17 | 1 | -3/+1 |
* | extended.texi (__builtin_expect): We no longer require second argument to be ... | Jan Hubicka | 2006-11-11 | 1 | -1/+0 |
* | final.c (final): Walk from first instruction. | Jan Hubicka | 2006-11-10 | 1 | -0/+1 |
* | Whitespace fixups | Mike Stump | 2006-05-18 | 1 | -16/+16 |
* | Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h. | Kazu Hirata | 2006-04-10 | 1 | -3/+1 |
* | cfgloopmanip.c (create_loop_notes): Removed. | Zdenek Dvorak | 2006-03-23 | 1 | -8/+2 |
* | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 2006-03-02 | 1 | -1/+2 |
* | basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ... | Kazu Hirata | 2006-01-11 | 1 | -1/+1 |
* | cfglayout.c (fixup_reorder_chain): Remove kludge for the case of conditional ... | Eric Botcazou | 2006-01-02 | 1 | -34/+6 |
* | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 2005-12-17 | 1 | -3/+3 |
* | bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. | Zdenek Dvorak | 2005-08-24 | 1 | -3/+7 |
* | bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump. | Paolo Bonzini | 2005-08-10 | 1 | -2/+2 |
* | Makefile.in: Adjust dependencies. | Paolo Bonzini | 2005-07-05 | 1 | -0/+19 |
* | basic-block.h (basic_block_def): Kill rbi. | Jan Hubicka | 2005-06-27 | 1 | -50/+47 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | cfglayout.c (block_locators_locs, [...]): Change the type to VEC(int,heap)*. | Kazu Hirata | 2005-06-24 | 1 | -19/+22 |
* | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 2005-06-16 | 1 | -5/+7 |
* | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 2005-06-15 | 1 | -11/+15 |
* | cfglayout.c (block_locators_blocks, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 2005-05-03 | 1 | -4/+4 |
* | Makefile.in: Add function.h to BASIC_BLOCK_H. | Steven Bosscher | 2005-04-12 | 1 | -6/+0 |
* | cfglayout.c (copy_bbs): Rename n_edges to num_edges. | Jan Hubicka | 2005-04-09 | 1 | -3/+3 |
* | Fix problems with hot/cold partitioning optimization. | Caroline Tice | 2005-03-31 | 1 | -41/+7 |
* | re PR target/20561 (Error compiling jdtcore.jar on powerpc) | Jakub Jelinek | 2005-03-22 | 1 | -0/+6 |
* | cfglayout.c, [...]: Update copyright. | Kazu Hirata | 2005-03-12 | 1 | -1/+1 |
* | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 2005-03-11 | 1 | -3/+3 |
* | * cfglayout.c (fixup_reorder_chain): Remove old_bb. | Kazu Hirata | 2005-03-09 | 1 | -2/+0 |
* | cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,... | Steven Bosscher | 2004-11-29 | 1 | -10/+0 |
* | basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ... | Nathan Sidwell | 2004-11-25 | 1 | -2/+2 |
* | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 2004-11-22 | 1 | -7/+3 |
* | cfglayout.c (choose_inner_scope): Make it static. | Kazu Hirata | 2004-11-11 | 1 | -1/+1 |
* | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 2004-09-28 | 1 | -10/+19 |
* | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 2004-09-07 | 1 | -61/+43 |
* | Add more details to hot/cold partitioning comments and documentation. | Caroline Tice | 2004-08-25 | 1 | -1/+2 |