Go to file
Nathan Sidwell f96bc21354 altivec.md (VI_char): New mode attribute.
* config/rs6000/altivec.md (VI_char): New mode attribute.
	(addv16qi3, addv8hi3, addv4ai3): Replace with ...
	(add<mode>3): ... this.
	(subv16qi3, subv8hi3, subv4ai3): Replace with ...
	(sub<mode>3): ... this.
	(smaxv16qi3, smaxv8hi3, smaxv4ai3): Replace with ...
	(smax<mode>3): ... this.
	(sminv16qi3, sminv8hi3, sminv4ai3): Replace with ...
	(smin<mode>3): ... this.
	(umaxv16qi3, umaxv8hi3, umaxv4ai3): Replace with ...
	(umax<mode>3): ... this.
	(uminv16qi3, uminv8hi3, uminv4ai3): Replace with ...
	(umin<mode>3): ... this.
	(andv16qi3, andv8hi3, andv4ai3): Replace with ...
	(and<mode>3): ... this.
	(iorv16qi3, iorv8hi3, iorv4ai3): Replace with ...
	(ior<mode>3): ... this.
	(xorv16qi3, xorv8hi3, xorv4ai3): Replace with ...
	(xor<mode>3): ... this.
	(andv16qi3, andv8hi3, andv4ai3): Replace with ...
	(and<mode>3): ... this.
	(iorv16qi3, iorv8hi3, iorv4ai3): Replace with ...
	(ior<mode>3): ... this.
	(altivec_vnor): Replace with ...
	(altivec_nor<mode>): ... this.
	(one_cmplv16qi2, one_cmplv8hi2, one_complv4ai2): Replace with ...
	(one_cmpl<mode>2): ... this.
	(altivec_vandc): New expander.
	(*andc<mode>3): New insn.
	* config/rs6000/rs6000.c (bdesc_2arg): Adjust for new insn names.

From-SVN: r91015
2004-11-22 14:56:06 +00:00
boehm-gc
config
contrib gcc_update (touch_files): Don't rely on "make" being GNU make... 2004-11-20 10:49:16 +00:00
fastjar
fixincludes inclhack.def (alpha_pthread_init): Fix technical problems with the last check-in caused by CVS variable substitution. 2004-11-21 23:01:44 +00:00
gcc altivec.md (VI_char): New mode attribute. 2004-11-22 14:56:06 +00:00
include
INSTALL
intl
libada
libcpp configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set need_64bit_hwint=yes. 2004-11-18 01:07:18 +00:00
libffi
libgfortran * io/write.c (write_float, list_formatted_write): Fix indentation. 2004-11-21 05:08:14 +00:00
libiberty objalloc.c, [...]: Include "config.h" before "ansidecl.h" to avoid redeclaration errors with... 2004-11-20 02:44:34 +00:00
libjava 2004-11-21 Michael Koch <konqueror@gmx.de> 2004-11-21 20:19:59 +00:00
libmudflap
libobjc
libstdc++-v3 Daily bump. 2004-11-22 00:16:21 +00:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
ChangeLog install-sh, compile: Import from automake. 2004-11-16 01:04:30 +00:00
ChangeLog.tree-ssa
compile install-sh, compile: Import from automake. 2004-11-16 01:04:30 +00:00
config-ml.in
config.guess config.guess, config.sub: Import from savannnah. 2004-11-16 00:57:01 +00:00
config.if
config.rpath
config.sub config.guess, config.sub: Import from savannnah. 2004-11-16 00:57:01 +00:00
configure
configure.in
COPYING
COPYING.LIB
depcomp
install-sh install-sh, compile: Import from automake. 2004-11-16 01:04:30 +00:00
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.