summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
Commit message (Expand)AuthorAgeFilesLines
* bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak2005-08-241-1/+1
* tree-ssa-dom.c (thread_across_edge): Remove updating here.Jan Hubicka2005-08-021-0/+2
* cfg.c (update_bb_profile_for_threading): More diagnostic.Jan Hubicka2005-07-151-0/+3
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-ssa-threadupdate.c (struct thread_stats_d): Declare.Diego Novillo2005-06-071-0/+17
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis): Update pr...Jan Hubicka2005-05-281-0/+3
* basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata2005-05-271-10/+8
* re PR tree-optimization/21170 (Comments still mention rewrite_ssa_into_ssa.)Kazu Hirata2005-05-101-2/+2
* re PR tree-optimization/21380 (ICE compiling with -O)Jeff Law2005-05-061-1/+2
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-1/+1
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-2/+2
* tree-cfg.c (find_taken_edge_computed_goto): New function.Jeff Law2005-03-071-3/+4
* basic-block.h (rediscover_loops_after_threading): Declare.Jeff Law2005-03-041-4/+255
* c-common.def, [...]: Update copyright.Kazu Hirata2005-01-271-1/+1
* tree-flow-inline.h (phi_arg_from_edge): Remove.Kazu Hirata2005-01-241-1/+1
* tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata2004-11-251-1/+1
* tree-ssa.c (ssa_remove_edge): Remove.Kazu Hirata2004-11-221-1/+1
* tree-ssa-threadupdate.c (redirection_data_hash): Use the index of the destina...Jeff Law2004-11-211-1/+1
* tree-ssa-threadupdate.c, [...]: Fix comment typos.Kazu Hirata2004-11-201-2/+2
* tree-ssa-threadupdate.c: Replace REDIRECTION_DATA varray with a hash table.Jeff Law2004-11-191-158/+321
* tree-ssa-threadupdate.c (copy_phis_to_block): Remove.Kazu Hirata2004-11-091-34/+1
* tree-ssa-threadupdate.c (copy_phis_to_block): Install PHI arguments using PEN...Kazu Hirata2004-11-021-16/+14
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-1/+1
* tree-ssa-threadupdate.c (create_block_for_threading): Request that no outgoin...Jeff Law2004-09-281-41/+64
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-21/+21
* cfg.c, [...]: Fix comment typos.Kazu Hirata2004-09-201-2/+2
* basic-block.h (update_bb_profile_after_threading): Declare.Jan Hubicka2004-09-191-0/+8
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-1/+1
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-5/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* re PR middle-end/17044 (libgcc2.c:169: internal compiler error: Segmentation ...John David Anglin2004-08-241-11/+5
* Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law2004-08-091-0/+421