This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc ChangeLog config.gcc config/i386/i386. ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_2-rhl8-branch
Changes by:	jakub@gcc.gnu.org	2004-07-01 10:35:02

Modified files:
	gcc            : ChangeLog config.gcc 
	gcc/config/i386: i386.c i386.h i386.md pmmintrin.h 
	gcc/doc        : invoke.texi 

Log message:
	2004-04-14  Jakub Jelinek  <jakub@redhat.com>
	
	* config/i386/i386.c (override_options): Add PTA_64BIT, set it
	for nocona, x86-64.  Add k8, opteron, athlon64 and athlon-fx
	CPUs.  Issue error if selected CPU doesn't have PTA_64BIT set
	instead of checking for PROCESSOR_ATHLON.
	* config/i386/i386.h (TARGET_CPU_DEFAULT_x86_64): Define.
	(TARGET_CPU_DEFAULT_nocona): Define.
	(TARGET_CPU_DEFAULT_NAMES): Add "x86-64" and "nocona".
	(CPP_CPU_DEFAULT_SPEC): Define for x86_64 and nocona default
	CPUs.
	* config.gcc (x86_64-*-*): Set target_cpu_default2 to
	TARGET_CPU_DEFAULT_x86_64 or TARGET_CPU_DEFAULT_nocona.
	
	2004-04-14  H.J. Lu  <hongjiu.lu@intel.com>
	Jakub Jelinek  <jakub@redhat.com>
	
	* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Support Prescott and
	Nocona.
	
	2004-03-26  Jan Hubicka  <jh@suse.cz>
	H.J. Lu  <hongjiu.lu@intel.com>
	
	PR target/14723
	* config.gcc: Add support --with-cpu=nocona.
	
	* config/i386/i386.c (override_options): Add support for
	Prescott and Nocona.
	
	* doc/invoke.texi: Extend documentation of -mcpu/-march for new
	CPUs.
	
	2004-02-06  Kelley Cook  <kcook@gcc.gnu.org>
	
	* config/i386/i386.c: Rename pni to sse3.
	* config/i386/i386.h: Likewise.
	* config/i386/i386.md: Likewise.
	* config/i386/pmmintrin.h: Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.13152.2.657.2.27.2.193&r2=1.13152.2.657.2.27.2.194
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.gcc.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.167.2.23.2.1.2.7&r2=1.167.2.23.2.1.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.368.2.19.2.2.2.41&r2=1.368.2.19.2.2.2.42
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.243.2.8.4.21&r2=1.243.2.8.4.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.339.2.13.2.1.2.21&r2=1.339.2.13.2.1.2.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/pmmintrin.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.1.14.1&r2=1.1.14.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.119.2.12.4.2.2.10&r2=1.119.2.12.4.2.2.11


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]