r198656 - in /branches/gcc-4_8-branch/gcc: Chan...

meissner@gcc.gnu.org meissner@gcc.gnu.org
Mon May 6 23:33:00 GMT 2013


Author: meissner
Date: Mon May  6 23:33:49 2013
New Revision: 198656

URL: http://gcc.gnu.org/viewcvs?rev=198656&root=gcc&view=rev
Log:
[gcc]
2013-05-06  Michael Meissner  <meissner@linux.vnet.ibm.com>

	Backport from trunk
	2013-05-03  Michael Meissner  <meissner@linux.vnet.ibm.com>

	PR target/57150
	* config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Use DFmode
	to save TFmode registers and DImode to save TImode registers for
	caller save operations.
	(HARD_REGNO_CALL_PART_CLOBBERED): TFmode and TDmode do not need to
	mark being partially clobbered since they only use the first
	double word.

	* config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): TFmode
	and TDmode only use the upper 64-bits of each VSX register.

[gcc/testsuite]
2013-05-06  Michael Meissner  <meissner@linux.vnet.ibm.com>

	Backport from trunk
	2013-05-03  Michael Meissner  <meissner@linux.vnet.ibm.com>

	PR target/57150
	* gcc.target/powerpc/pr57150.c: New file.


Added:
    branches/gcc-4_8-branch/gcc/testsuite/gcc.target/powerpc/pr57150.c
      - copied unchanged from r198637, trunk/gcc/testsuite/gcc.target/powerpc/pr57150.c
Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/config/rs6000/rs6000.c
    branches/gcc-4_8-branch/gcc/config/rs6000/rs6000.h
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list