aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-07tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo1-12/+12
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-12/+12
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-2/+2
2007-08-04tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak1-1/+1
2007-08-01tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str...Zdenek Dvorak1-0/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25tree-ssa-threadupdate.c (create_edge_and_update_destination_phis): Scan the n...Zdenek Dvorak1-0/+1
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-3/+3
2007-06-21re PR tree-optimization/32451 (ICE in verify_flow_info after DOM2)Richard Guenther1-0/+5
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-7/+7
2007-06-03cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak1-3/+3
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-10/+9
2007-05-24re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak1-5/+5
2007-05-17tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak1-247/+429
2006-11-21tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array.Zdenek Dvorak1-1/+0
2006-07-03re PR tree-optimization/26251 (code size increase with -Os)Roger Sayle1-1/+39
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