aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-05tree-ssa-threadupdate.c (rediscover_loops_after_threading): Remove.Kazu Hirata1-27/+0
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-3/+3
2006-01-11tree-ssa-threadupdate.c (threaded_edges): New VEC to hold edge pairs.Jeff Law1-10/+66
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-1/+1
2005-08-24bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak1-1/+1
2005-08-02tree-ssa-dom.c (thread_across_edge): Remove updating here.Jan Hubicka1-0/+2
2005-07-15cfg.c (update_bb_profile_for_threading): More diagnostic.Jan Hubicka1-0/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07tree-ssa-threadupdate.c (struct thread_stats_d): Declare.Diego Novillo1-0/+17
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-28tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis): Update pr...Jan Hubicka1-0/+3
2005-05-27basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata1-10/+8
2005-05-10re PR tree-optimization/21170 (Comments still mention rewrite_ssa_into_ssa.)Kazu Hirata1-2/+2
2005-05-06re PR tree-optimization/21380 (ICE compiling with -O)Jeff Law1-1/+2
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-1/+1
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-2/+2
2005-03-07tree-cfg.c (find_taken_edge_computed_goto): New function.Jeff Law1-3/+4
2005-03-04basic-block.h (rediscover_loops_after_threading): Declare.Jeff Law1-4/+255
2005-01-27c-common.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-24tree-flow-inline.h (phi_arg_from_edge): Remove.Kazu Hirata1-1/+1
2004-11-25tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata1-1/+1
2004-11-22tree-ssa.c (ssa_remove_edge): Remove.Kazu Hirata1-1/+1
2004-11-21tree-ssa-threadupdate.c (redirection_data_hash): Use the index of the destina...Jeff Law1-1/+1
2004-11-20tree-ssa-threadupdate.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-11-19tree-ssa-threadupdate.c: Replace REDIRECTION_DATA varray with a hash table.Jeff Law1-158/+321
2004-11-09tree-ssa-threadupdate.c (copy_phis_to_block): Remove.Kazu Hirata1-34/+1
2004-11-02tree-ssa-threadupdate.c (copy_phis_to_block): Install PHI arguments using PEN...Kazu Hirata1-16/+14
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-28tree-ssa-threadupdate.c (create_block_for_threading): Request that no outgoin...Jeff Law1-41/+64
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-21/+21
2004-09-20cfg.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-19basic-block.h (update_bb_profile_after_threading): Declare.Jan Hubicka1-0/+8
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-10c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-5/+2
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-24re PR middle-end/17044 (libgcc2.c:169: internal compiler error: Segmentation ...John David Anglin1-11/+5
2004-08-09Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law1-0/+421