Go to file
H.J. Lu 22c7c85ebc extend.texi: Document new builtin functions for Intel Prescott New Intrunctions.
2003-06-25  H.J. Lu <hongjiu.lu@intel.com>

	* doc/extend.texi: Document new builtin functions for Intel
	Prescott New Intrunctions.

	* doc/invoke.texi: Document new command-line options, -mpni and
	-mno-pni, for Intel Prescott New Intrunctions.

	* config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.

	* config/i386/i386.c (override_options): Turn on MASK_SSE2
	for -mpni. Turn on MASK_SSE for -msse2.
	(bdesc_2arg): Add PNI builtins with 2 args.
	(bdesc_1arg): Add PNI builtins with 1 arg.
	(ix86_init_mmx_sse_builtins): Handle PNI builtins.
	(ix86_expand_builtin): Likewise.

	* config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
	MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
	MASK_TLS_DIRECT_SEG_REFS): Renumbered.
	(TARGET_PNI): New.
	(TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
	-mpni and -mno-pni.
	(TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
	(ix86_builtins): Add PNI builtins.
	(config/i386/i386.md): Add PNI patterns.

	* config/i386/pmmintrin.h: New file.

From-SVN: r68502
2003-06-25 15:28:27 -07:00
boehm-gc
config
contrib reg_search: Replace existing uses of DATE with MADE_DATE and use DATE for the date command. 2003-06-24 17:18:39 +00:00
fastjar
gcc extend.texi: Document new builtin functions for Intel Prescott New Intrunctions. 2003-06-25 15:28:27 -07:00
include safe-ctype.h (HC_UNKNOWN, [...]): Rename to HOST_CHARSET_UNKNOWN... 2003-06-22 15:59:49 +00:00
INSTALL
libf2c
libffi ppc_closure.S: Include ffi.h. 2003-06-19 11:55:56 +00:00
libiberty safe-ctype.h (HC_UNKNOWN, [...]): Rename to HOST_CHARSET_UNKNOWN... 2003-06-22 15:59:49 +00:00
libjava 2003-06-25 Michael Koch <konqueror@gmx.de> 2003-06-25 12:41:56 +00:00
libobjc
libstdc++-v3 streambuf.tcc (sbumpc, [...]): Move inline, from here... 2003-06-25 18:27:53 +00:00
maintainer-scripts gcc_release: Factor the updating of links and READMEs on the FTP server and sending mail for... 2003-06-25 09:36:19 +00:00
zlib
.cvsignore
ChangeLog Makefile.tpl: Add maybe-configure-itcl to configure-gdb. 2003-06-23 18:16:07 -04:00
config-ml.in
config.guess
config.if
config.sub
configure configure.in (noconfigdirs): Disable target-newlib and target-libgloss. 2003-06-23 00:42:54 +00:00
configure.in configure.in (noconfigdirs): Disable target-newlib and target-libgloss. 2003-06-23 00:42:54 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def Makefile.def: Introduce flags_to_pass. 2003-06-23 20:34:26 +00:00
Makefile.in Makefile.tpl: Add maybe-configure-itcl to configure-gdb. 2003-06-23 18:16:07 -04:00
Makefile.tpl Makefile.tpl: Add maybe-configure-itcl to configure-gdb. 2003-06-23 18:16:07 -04: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.