This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r133533 - in /branches/gimple-tuples-branch/gcc...


Author: maddox
Date: Tue Mar 25 20:57:11 2008
New Revision: 133533

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133533
Log:
        * tree-ssa-dom.c (loop_depth_of_name): Tuplify.
        * tree-ssa-copy.c (stmt_may_generate_copy,
        copy_prop_visit_assignment, copy_prop_visi_cond_stmt,
        copy_prop_visit_stmt, copy_prop_visit_phi_node,
        init_copy_prop, execute_copy_prop): Tuplify.
        * passes.c (init_optimization_passes):
        Enable pass_copy_prop.

Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/passes.c
    branches/gimple-tuples-branch/gcc/tree-ssa-copy.c
    branches/gimple-tuples-branch/gcc/tree-ssa-dom.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]