r137931 - in /branches/gcc-4_3-branch/gcc: Chan...
uweigand@gcc.gnu.org
uweigand@gcc.gnu.org
Thu Jul 17 22:22:00 GMT 2008
Author: uweigand
Date: Thu Jul 17 22:22:33 2008
New Revision: 137931
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137931
Log:
ChangeLog:
Backport from mainline:
2008-05-27 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
Sa Liu <saliu@de.ibm.com>
* config/spu/spu.c (spu_init_libfuncs): Add __multi3, __divti3,
__modti3, __udivti3, __umodti3 and __udivmodti4.
* config/spu/t-spu-elf (LIB2FUNCS_STATIC_EXTRA): Add files
that implement TImode mul and div functions.
* config/spu/multi3.c: New. Implement __multi3.
* config/spu/divmodti4.c: New. Implement _udivmodti4 and others.
2008-05-08 Sa Liu <saliu@de.ibm.com>
* config/spu/spu.md: Fixed subti3 pattern.
testsuite/ChangeLog:
Backport from mainline:
2008-05-27 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
Sa Liu <saliu@de.ibm.com>
* gcc.target/spu/muldivti3.c: New. Test TImode mul and div
functions on SPU.
2008-05-08 Sa Liu <saliu@de.ibm.com>
* gcc.target/spu/subti3.c: New.
Added:
branches/gcc-4_3-branch/gcc/config/spu/divmodti4.c
branches/gcc-4_3-branch/gcc/config/spu/multi3.c
branches/gcc-4_3-branch/gcc/testsuite/gcc.target/spu/muldivti3.c
branches/gcc-4_3-branch/gcc/testsuite/gcc.target/spu/subti3.c
Modified:
branches/gcc-4_3-branch/gcc/ChangeLog
branches/gcc-4_3-branch/gcc/config/spu/spu.c
branches/gcc-4_3-branch/gcc/config/spu/spu.md
branches/gcc-4_3-branch/gcc/config/spu/t-spu-elf
branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list