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

amylaar@gcc.gnu.org amylaar@gcc.gnu.org
Mon Jun 15 12:29:00 GMT 2009


Author: amylaar
Date: Mon Jun 15 12:29:01 2009
New Revision: 148488

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148488
Log:
        * doc/multi-target.texi: New file.
        * tree-ssa-loop.c (pass_vectorize): Undo last change.
        * tree-parloops.c (gen_parallel_loop): When parallelizing loop
        for different target architecture, force parallelization, and don't
        use transform_to_exit_first_loop.
        * tree-vect-transform.c (vect_create_data_ref_pt): Use ptr_mode for
        loop target architecture.
        * tree-vect-generic.c: Include cfgloop.h.
        (expand_vector_operations): Don't operate on bbs in loops for a
        different target architecture.
        * Makefilein (tree-vect-generic.o): Depend on $(CFGLOOP_H).

Added:
    branches/milepost-integration/gcc/doc/multi-target.texi
Modified:
    branches/milepost-integration/gcc/ChangeLog.multi-target
    branches/milepost-integration/gcc/Makefile.in
    branches/milepost-integration/gcc/tree-parloops.c
    branches/milepost-integration/gcc/tree-ssa-loop.c
    branches/milepost-integration/gcc/tree-vect-generic.c
    branches/milepost-integration/gcc/tree-vect-transform.c



More information about the Gcc-cvs mailing list