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]

r110646 - in /branches/autovect-branch: ChangeL...


Author: dorit
Date: Mon Feb  6 14:50:35 2006
New Revision: 110646

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110646
Log:
2006-02-06  Dorit Nuzman  <dorit@il.ibm.com>

        Bring over from mainline part of
        2005-12-19  Paolo Bonzini  <bonzini@gnu.org>

        * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
        BOOT_CFLAGS, BOOT_LDFLAGS.
        * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
        BOOT_CFLAGS, BOOT_LDFLAGS.
        (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
        (stage[+id+]-bubble): Pass flags recursively to the comparison target.
        (stage): Fail if we cannot complete the work.
        * Makefile.in: Regenerate.

2006-02-06  Dorit Nuzman  <dorit@il.ibm.com>

        * tree-vect-transform.c (bump_vector_ptr): New function.
        (vect_transform_strided_store, vectorizable_store): Replace code that
        was factored out into bump_vector_ptr with a call to bump_vector_ptr.
        (vect_transform_strided_load, vectorizable_load): Likewise.


Added:
    branches/autovect-branch/ChangeLog.autovect
Modified:
    branches/autovect-branch/Makefile.def
    branches/autovect-branch/Makefile.in
    branches/autovect-branch/Makefile.tpl
    branches/autovect-branch/gcc/ChangeLog.autovect
    branches/autovect-branch/gcc/tree-vect-transform.c


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