Go to file
Aldy Hernandez cb2a532e9f simd-1.c: New.
2002-06-16  Aldy Hernandez  <aldyh@redhat.com>

	* gcc.c-torture/execute/simd-1.c: New.

	* gcc.dg/simd-1.c: New.

	* doc/extend.texi (Vector Extensions): Document that we can
	specify simd types not specifically supported by the hardware.
	Document that simd types can be used as function arguments.
	Document that signness does make a difference in SIMD types.
	Misc cleanups and revisions to the "vector extensions" section.

	* simplify-rtx.c (simplify_subreg): Simplify subregs of vector
	constants.

	* expr.c (vector_mode_valid_p): New.

	* expr.h: Add vector_mode_valid_p.

	* defaults.h (VECTOR_MODE_SUPPORTED_P): Set default.

	* emit-rtl.c (immed_double_const): Do not abort on vectors.

	* c-common.c (type_for_mode): Always build vector nodes regardless
	of VECTOR_MODE_SUPPORTED_P.
	(handle_mode_attribute): Error if we can't emulate a nonexisting
	vector mode.
	(handle_vector_size_attribute): Same.

	* optabs.c (expand_binop): Open-code vector operations.
	(expand_unop): Open-code vector unops.
	(expand_vector_binop): New.
	(expand_vector_unop): New.

	* c-typeck.c (build_binary_op): Allow vectors in binops.
	Allow vectors in conditional operatiors.
	(build_unary_op): Allow vectors in unary minus.

	* config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Conditionalize on
	TARGET_ALTIVEC.

From-SVN: r54727
2002-06-18 01:35:47 +00:00
boehm-gc gc_locks.h (GC_test_and_set): Support Linux/mips. 2002-06-10 17:10:21 +00:00
config
contrib gcc_update (files_and_dependencies): Add generated Texinfo files for Ada. 2002-05-31 13:08:38 +02:00
fastjar configure.in: Support cross-compiling. 2002-06-03 17:59:29 +00:00
gcc simd-1.c: New. 2002-06-18 01:35:47 +00:00
include hashtab.h (htab): Rearrange new members for backward compatibility. 2002-06-06 08:42:06 -04:00
INSTALL
libf2c Daily bump. 2002-06-17 07:37:18 +00:00
libffi * src/s390/sysv.S: Save/restore %r6. Add DWARF-2 unwind info. 2002-06-06 12:51:23 +00:00
libiberty Index: include/ChangeLog 2002-06-06 03:23:27 +00:00
libjava javaprims.h: Updated class declaration list. 2002-06-17 21:32:01 +00:00
libobjc Fixed warning in sendmsg.c for forwarding function not returning a value 2002-06-17 17:41:38 +00:00
libstdc++-v3 Daily bump. 2002-06-17 07:37:18 +00:00
maintainer-scripts update_web_docs (MANUALS): Include various flavours of the GNAT User Guide. 2002-05-31 18:50:45 +02:00
zlib
.cvsignore
ChangeLog * MAINTAINERS (Write After Approval): Add self. 2002-06-17 00:00:24 +00:00
config-ml.in * config-ml.in: Propogate DESTDIR also. 2002-05-31 15:30:52 -04:00
config.guess config.guess: Update to 2002-05-22 version. 2002-05-22 18:44:13 +00:00
config.if
config.sub config.guess: Update to 2002-05-22 version. 2002-05-22 18:44:13 +00:00
configure Makefile.in: Replace HOST_PREFIX... 2002-05-31 16:12:31 -04:00
configure.in * configure.in (vax-*-netbsd*): Re-enable gas. 2002-06-09 01:34:39 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS (Write After Approval): Add self. 2002-06-16 22:02:48 +00:00
Makefile.in * Makefile.in (CFLAGS_FOR_TARGET): Add -O2. 2002-06-11 23:53:11 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
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.