aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-07tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo1-2/+2
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-6/+6
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25cfghooks.c (split_block): Fix the information about loop latch.Zdenek Dvorak1-1/+5
2007-07-12re PR rtl-optimization/32729 (Loop unrolling not performed with large constan...Zdenek Dvorak1-8/+0
2007-07-09cfghooks.c (remove_edge): New function.Zdenek Dvorak1-12/+16
2007-06-09tree-scalar-evolution.c (follow_ssa_edge_in_rhs, [...]): Keep more precise tr...Zdenek Dvorak1-2/+2
2007-06-05cfg.c (init_flow): Use type safe memory macros.Thomas Neumann1-5/+5
2007-06-03cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak1-5/+5
2007-05-24re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak1-3/+2
2007-05-17tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak1-2/+8
2007-05-11tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak1-1/+1
2007-05-04basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner1-9/+9
2007-02-06loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak1-2/+10
2007-02-04cfgloopmanip.c (loop_delete_branch_edge): Removed.Zdenek Dvorak1-0/+42
2007-01-12loop.texi: Document recording of loop exits.Zdenek Dvorak1-7/+31
2006-12-20loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak1-3/+3
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-2/+2
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-1/+86
2006-11-03tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co...Steven Bosscher1-4/+11
2006-05-18Whitespace fixupsMike Stump1-10/+10
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-9/+9
2005-08-24bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak1-2/+5
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-15/+15
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-1/+0
2005-06-15Makefile.in (cfg.o): Add new dependencies.Jan Hubicka1-2/+2
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-03cfghooks.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-03cfghooks.c (lv_flush_pending_stmts, [...]): New.Mostafa Hagog1-0/+63
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-13/+13
2005-03-08c-semantics.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-07cfghooks.c (verify_flow_info): Remove local variable num_bb_notes.Kazu Hirata1-2/+1
2004-11-22cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge.Kazu Hirata1-0/+20
2004-11-22cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law1-4/+3
2004-11-20basic-block.h (edge_def): Add dest_idx.Kazu Hirata1-0/+14
2004-11-04cfghooks.c (delete_basic_block): Remove code to truncate edge vectors.Kazu Hirata1-3/+0
2004-10-16re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2)Zdenek Dvorak1-2/+2
2004-10-07re PR tree-optimization/17806 (compiler error: in verify_loop_structure, at c...Zdenek Dvorak1-0/+8
2004-09-28tree-ssa-threadupdate.c (create_block_for_threading): Request that no outgoin...Jeff Law1-1/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-39/+52
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-4/+2
2004-06-22cfghooks.c (make_forwarder_block): Decrement count on fallthru edge when redi...Pat Haugen1-1/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-8/+175
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-1/+2
2004-03-22bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata1-2/+2
2004-02-17c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-02-17* cfghooks.c (split_edge): Speed up updating of dominators.Zdenek Dvorak1-3/+28
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1