summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
Commit message (Expand)AuthorAgeFilesLines
* tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo2007-09-071-12/+12
* alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi2007-08-141-12/+12
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-2/+2
* tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak2007-08-041-1/+1
* tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str...Zdenek Dvorak2007-08-011-0/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree-ssa-threadupdate.c (create_edge_and_update_destination_phis): Scan the n...Zdenek Dvorak2007-07-251-0/+1
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-3/+3
* re PR tree-optimization/32451 (ICE in verify_flow_info after DOM2)Richard Guenther2007-06-211-0/+5
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-7/+7
* cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak2007-06-031-3/+3
* tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak2007-05-271-10/+9
* re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak2007-05-241-5/+5
* tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak2007-05-171-247/+429
* tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array.Zdenek Dvorak2006-11-211-1/+0
* re PR tree-optimization/26251 (code size increase with -Os)Roger Sayle2006-07-031-1/+39
* tree-ssa-threadupdate.c (rediscover_loops_after_threading): Remove.Kazu Hirata2006-03-051-27/+0
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-1/+1
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-3/+3
* tree-ssa-threadupdate.c (threaded_edges): New VEC to hold edge pairs.Jeff Law2006-01-111-10/+66
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-1/+1
* 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