gcc ./ChangeLog config/rs6000/rs6000.c
aldyh@gcc.gnu.org
aldyh@gcc.gnu.org
Wed May 29 17:54:00 GMT 2002
CVSROOT: /cvs/uberbaum
Module name: gcc
Changes by: aldyh@gcc.gnu.org 2002-05-29 17:54:19
Modified files:
. : ChangeLog
config/rs6000 : rs6000.c
Log message:
2002-05-29 Aldy Hernandez <aldyh@redhat.com>
* rs6000.c: (altivec_expand_builtin): Only expand altivec builtins
when TARGET_ALTIVEC. Move handling of generic unary, binary, and
ternary operations from here...
(rs6000_expand_builtin): ...to here.
New argument expandedp.
Change all instances of altivec_expand_binop_builtin to
rs6000_expand_binop_builtin.
(altivec_expand_unop_builtin): Rename to
rs6000_expand_unop_builtin.
(altivec_expand_binop_builtin): Rename to
rs6000_expand_binop_builtin.
(altivec_expand_ternop_builtin): Rename to
rs6000_expand_ternop_builtin.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.14325&r2=1.14326
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/rs6000/rs6000.c.diff?cvsroot=gcc&r1=1.325&r2=1.326
More information about the Gcc-cvs
mailing list