r181016 - in /trunk: contrib/ChangeLog contrib/...
amylaar@gcc.gnu.org
amylaar@gcc.gnu.org
Sat Nov 5 20:48:00 GMT 2011
Author: amylaar
Date: Sat Nov 5 20:48:23 2011
New Revision: 181016
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181016
Log:
gcc:
* config.gcc (epiphany-*-*): New architecture.
(epiphany-*-elf): New configuration.
* config/epiphany, common/config/epiphany : New directories.
* doc/extend.texi (disinterrupt attribute): Add Epiphany.
(interrupt attribute): Add Epiphany.
(long_call, short_call attribute): Add Epiphany.
* doc/invoke.texi (Options): Add Epiphany options.
* doc/md.texi (Machine Constraints): Add Epiphany constraints.
* doc/install.texi (Options specification):
Add --with-stack-offset=@var{num} description.
(host/target specific issues): Add epiphany-*-elf.
* doc/contrib.texi (Contributors): Mention Epiphany port.
gcc/testsuite:
* gcc.c-torture/execute/ieee/mul-subnormal-single-1.x:
Disable test on Epiphany.
* gcc.c-torture/execute/20101011-1.c: Disable test on Epiphany.
* gcc.dg/stack-usage-1.c [__epiphany__] (SIZE): Define.
* gcc.dg/pragma-pack-3.c: Disable test on Epiphany.
* g++.dg/parse/pragma3.C: Likewise.
* stackalign/builtin-apply-2.c (STACK_ARGUMENTS_SIZE): Define.
(bar): Use it.
* gcc.dg/weak/typeof-2.c [epiphany-*-*]: Add option -mshort-calls.
* gcc.dg/tls/thr-cse-1.c: Likewise.
* g++.dg/opt/devirt2.C: Likewise.
* gcc.dg/20020312-2.c [epiphany-*-*] (PIC_REG): Define.
* gcc.dg/builtin-apply2.c [__epiphany__]: (STACK_ARGUMENTS_SIZE): 20.
* gcc.target/epiphany: New directory.
libgcc:
* config.host (epiphany-*-elf*): New configuration.
* config/epiphany: New Directory.
contrib:
* contrib-list.mk: Add Epiphany configurations.
Added:
trunk/gcc/common/config/epiphany/
trunk/gcc/common/config/epiphany/epiphany-common.c
trunk/gcc/config/epiphany/
trunk/gcc/config/epiphany/constraints.md
trunk/gcc/config/epiphany/epiphany-modes.def (with props)
trunk/gcc/config/epiphany/epiphany-protos.h (with props)
trunk/gcc/config/epiphany/epiphany-sched.md
trunk/gcc/config/epiphany/epiphany.c (with props)
trunk/gcc/config/epiphany/epiphany.h (with props)
trunk/gcc/config/epiphany/epiphany.md (with props)
trunk/gcc/config/epiphany/epiphany.opt (with props)
trunk/gcc/config/epiphany/epiphany_intrinsics.h
trunk/gcc/config/epiphany/mode-switch-use.c
trunk/gcc/config/epiphany/predicates.md (with props)
trunk/gcc/config/epiphany/resolve-sw-modes.c
trunk/gcc/config/epiphany/t-epiphany (with props)
trunk/gcc/testsuite/gcc.target/epiphany/
trunk/gcc/testsuite/gcc.target/epiphany/epiphany.exp
trunk/gcc/testsuite/gcc.target/epiphany/fmadd-1.c
trunk/gcc/testsuite/gcc.target/epiphany/fmsub-1.c
trunk/gcc/testsuite/gcc.target/epiphany/interrupt.c
trunk/libgcc/config/epiphany/
trunk/libgcc/config/epiphany/crti.S
trunk/libgcc/config/epiphany/crtint.S
trunk/libgcc/config/epiphany/crtm1reg-r43.S
trunk/libgcc/config/epiphany/crtm1reg-r63.S
trunk/libgcc/config/epiphany/crtn.S
trunk/libgcc/config/epiphany/crtrunc.S
trunk/libgcc/config/epiphany/divsi3-float.S
trunk/libgcc/config/epiphany/divsi3.S
trunk/libgcc/config/epiphany/divsi3.c
trunk/libgcc/config/epiphany/epiphany-asm.h
trunk/libgcc/config/epiphany/ieee-754/
trunk/libgcc/config/epiphany/ieee-754/eqsf2.S
trunk/libgcc/config/epiphany/ieee-754/fast_div.S
trunk/libgcc/config/epiphany/ieee-754/gtesf2.S
trunk/libgcc/config/epiphany/ieee-754/ordsf2.S
trunk/libgcc/config/epiphany/ieee-754/uneqsf2.S
trunk/libgcc/config/epiphany/modsi3-float.S
trunk/libgcc/config/epiphany/modsi3.S
trunk/libgcc/config/epiphany/modsi3.c
trunk/libgcc/config/epiphany/mulsi3.c
trunk/libgcc/config/epiphany/t-custom-eqsf
trunk/libgcc/config/epiphany/t-epiphany
trunk/libgcc/config/epiphany/udivsi3-float.S
trunk/libgcc/config/epiphany/udivsi3-float.c
trunk/libgcc/config/epiphany/udivsi3.S
trunk/libgcc/config/epiphany/udivsi3.c
trunk/libgcc/config/epiphany/umodsi3-float.S
trunk/libgcc/config/epiphany/umodsi3.S
trunk/libgcc/config/epiphany/umodsi3.c
Modified:
trunk/contrib/ChangeLog
trunk/contrib/config-list.mk
trunk/gcc/ChangeLog
trunk/gcc/config.gcc
trunk/gcc/doc/contrib.texi
trunk/gcc/doc/extend.texi
trunk/gcc/doc/install.texi
trunk/gcc/doc/invoke.texi
trunk/gcc/doc/md.texi
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.dg/opt/devirt2.C
trunk/gcc/testsuite/g++.dg/parse/pragma3.C
trunk/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
trunk/gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x
trunk/gcc/testsuite/gcc.dg/20020312-2.c
trunk/gcc/testsuite/gcc.dg/builtin-apply2.c
trunk/gcc/testsuite/gcc.dg/pragma-pack-3.c
trunk/gcc/testsuite/gcc.dg/stack-usage-1.c
trunk/gcc/testsuite/gcc.dg/tls/thr-cse-1.c
trunk/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c
trunk/gcc/testsuite/gcc.dg/weak/typeof-2.c
trunk/libgcc/ChangeLog
trunk/libgcc/config.host
Propchange: trunk/gcc/config/epiphany/epiphany-modes.def
('svn:executable' added)
Propchange: trunk/gcc/config/epiphany/epiphany-protos.h
('svn:executable' added)
Propchange: trunk/gcc/config/epiphany/epiphany.c
('svn:executable' added)
Propchange: trunk/gcc/config/epiphany/epiphany.h
('svn:executable' added)
Propchange: trunk/gcc/config/epiphany/epiphany.md
('svn:executable' added)
Propchange: trunk/gcc/config/epiphany/epiphany.opt
('svn:executable' added)
Propchange: trunk/gcc/config/epiphany/predicates.md
('svn:executable' added)
Propchange: trunk/gcc/config/epiphany/t-epiphany
('svn:executable' added)
More information about the Gcc-cvs
mailing list