aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-23re PR middle-end/49465 (Revision 175114 miscompiled 403.gcc in SPEC CPU 2006)Jeff Law1-3/+6
2011-06-16tree-ssa-threadupdate.c (struct redirection_data): New field intermediate_edge.Jeff Law1-30/+121
2011-05-06tree-ssa-threadupdate.c (create_block_for_threading): Do not call remove_ctrl...Jeff Law1-11/+5
2011-05-03tree-ssa-threadupdate.c (THREAD_TARGET): define.Jeff Law1-19/+58
2011-04-05tree-ssa-threadupdate.c (determine_bb_domination_status): Always check if BB ...Jeff Law1-2/+0
2011-03-29re PR bootstrap/48327 (Bootstrap comparison failure with ada since r171622)Jeff Law1-57/+11
2011-03-28tree-ssa-threadupdate.c (redirect_edges): Call create_edge_and_update_destina...Jeff Law1-11/+27
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-2/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+1
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-2/+4
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-23/+25
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+4
2008-05-20tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther1-3/+2
2007-11-07re PR rtl-optimization/33737 (verify_flow_info failed: Wrong probability of e...Eric Botcazou1-1/+5
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