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]

r150604 - in /branches/milepost-integration/gcc...


Author: amylaar
Date: Mon Aug 10 01:47:54 2009
New Revision: 150604

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150604
Log:
        * tree-ssa-pre.c (next_expression_id): Initialize to 1.
        (eliminate): Check that lhsexpr has id > 0.

        * tree-parloops.c (separate_reduction_decl_data): New struct.
        (separate_reduction_decl): New function.
        (remove_reduction_decl_from_name_htab): Likewise.
        (separate_decls_in_region): Call separate_reduction_decl and
        remove_reduction_decl_from_name_htab via htab_traverse.
        (separate_decls_in_region_stmt): Handle copy != name.

Modified:
    branches/milepost-integration/gcc/ChangeLog.multi-target
    branches/milepost-integration/gcc/tree-parloops.c
    branches/milepost-integration/gcc/tree-ssa-pre.c


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