This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
gcc/gcc ChangeLog.lno Makefile.in tree-vectori ...
- From: dorit at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: 26 Jan 2004 17:59:19 -0000
- Subject: gcc/gcc ChangeLog.lno Makefile.in tree-vectori ...
CVSROOT: /cvs/gcc
Module name: gcc
Branch: lno-branch
Changes by: dorit@gcc.gnu.org 2004-01-26 17:59:19
Modified files:
gcc : ChangeLog.lno Makefile.in tree-vectorizer.c
gcc/config/rs6000: altivec.md
Log message:
* Makefile.in: (tree-vectorizer.o): Remove dependency on real.h.
* tree-vectorizer.c: (real.h): Remove included file.
(vect_get_vec_def_for_operand): No need to explicitly use build_int_2
and build_real.
(vect_transform_loop_bound): Create loop IV update at loop exit
block, following changes in loop control.
(vectorize_loops): Remove debug printout.
* config/rs6000/altivec.md: (*movv4si_internal): More complex
condition.
(*movv8hi_internal1): Likewise.
(*movv16qi_internal1): Likewise.
(*movv4sf_internal1): Likewise.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.lno.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.37&r2=1.1.2.38
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.903.2.158.2.7&r2=1.903.2.158.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-vectorizer.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.14&r2=1.1.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/altivec.md.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.8.2.1&r2=1.1.2.8.2.2