summaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
Commit message (Expand)AuthorAgeFilesLines
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* cfghooks.c (split_block): Fix the information about loop latch.Zdenek Dvorak2007-07-251-1/+5
* re PR rtl-optimization/32729 (Loop unrolling not performed with large constan...Zdenek Dvorak2007-07-121-8/+0
* cfghooks.c (remove_edge): New function.Zdenek Dvorak2007-07-091-12/+16
* tree-scalar-evolution.c (follow_ssa_edge_in_rhs, [...]): Keep more precise tr...Zdenek Dvorak2007-06-091-2/+2
* cfg.c (init_flow): Use type safe memory macros.Thomas Neumann2007-06-051-5/+5
* cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak2007-06-031-5/+5
* re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak2007-05-241-3/+2
* tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak2007-05-171-2/+8
* tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak2007-05-111-1/+1
* basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner2007-05-041-9/+9
* loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak2007-02-061-2/+10
* cfgloopmanip.c (loop_delete_branch_edge): Removed.Zdenek Dvorak2007-02-041-0/+42
* loop.texi: Document recording of loop exits.Zdenek Dvorak2007-01-121-7/+31
* loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak2006-12-201-3/+3
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-2/+2
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-1/+86
* tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co...Steven Bosscher2006-11-031-4/+11
* Whitespace fixupsMike Stump2006-05-181-10/+10
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+2
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-9/+9
* bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak2005-08-241-2/+5
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-15/+15
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-1/+0
* Makefile.in (cfg.o): Add new dependencies.Jan Hubicka2005-06-151-2/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* cfghooks.c, [...]: Fix comment typos.Kazu Hirata2005-04-031-1/+1
* cfghooks.c (lv_flush_pending_stmts, [...]): New.Mostafa Hagog2005-04-031-0/+63
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-13/+13
* c-semantics.c, [...]: Update copyright.Kazu Hirata2005-03-081-1/+1
* cfghooks.c (verify_flow_info): Remove local variable num_bb_notes.Kazu Hirata2005-03-071-2/+1
* cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge.Kazu Hirata2004-11-221-0/+20
* cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law2004-11-221-4/+3
* basic-block.h (edge_def): Add dest_idx.Kazu Hirata2004-11-201-0/+14
* cfghooks.c (delete_basic_block): Remove code to truncate edge vectors.Kazu Hirata2004-11-041-3/+0
* re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2)Zdenek Dvorak2004-10-161-2/+2
* re PR tree-optimization/17806 (compiler error: in verify_loop_structure, at c...Zdenek Dvorak2004-10-071-0/+8
* tree-ssa-threadupdate.c (create_block_for_threading): Request that no outgoin...Jeff Law2004-09-281-1/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-39/+52
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-4/+2
* cfghooks.c (make_forwarder_block): Decrement count on fallthru edge when redi...Pat Haugen2004-06-221-1/+4
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-8/+175
* basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice2004-04-091-1/+2
* bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata2004-03-221-2/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-02-171-1/+1
* * cfghooks.c (split_edge): Speed up updating of dominators.Zdenek Dvorak2004-02-171-3/+28
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1
* cfghooks.c (split_block): Set probability and count of the new edge.Zdenek Dvorak2004-01-291-1/+6
* Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak2004-01-291-4/+532