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]

r139342 - in /branches/cell-4_3-branch: ChangeL...


Author: bje
Date: Wed Aug 20 20:35:16 2008
New Revision: 139342

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139342
Log:
Add __ea support.

Added:
    branches/cell-4_3-branch/gcc/config/spu/cache.S
    branches/cell-4_3-branch/gcc/config/spu/cachemgr.c
    branches/cell-4_3-branch/gcc/config/spu/spu_cache.h
    branches/cell-4_3-branch/gcc/testsuite/gcc.target/spu/cache.c
    branches/cell-4_3-branch/gcc/testsuite/gcc.target/spu/ea/
    branches/cell-4_3-branch/gcc/testsuite/gcc.target/spu/ea/cast1.c
    branches/cell-4_3-branch/gcc/testsuite/gcc.target/spu/ea/compile.c
    branches/cell-4_3-branch/gcc/testsuite/gcc.target/spu/ea/cppdefine32.c
    branches/cell-4_3-branch/gcc/testsuite/gcc.target/spu/ea/cppdefine64.c
    branches/cell-4_3-branch/gcc/testsuite/gcc.target/spu/ea/ea.exp
    branches/cell-4_3-branch/gcc/testsuite/gcc.target/spu/ea/errors.c
    branches/cell-4_3-branch/gcc/testsuite/gcc.target/spu/ea/options1.c
Modified:
    branches/cell-4_3-branch/ChangeLog.cell
    branches/cell-4_3-branch/gcc/c-decl.c
    branches/cell-4_3-branch/gcc/c-objc-common.c
    branches/cell-4_3-branch/gcc/c-parser.c
    branches/cell-4_3-branch/gcc/c-pretty-print.c
    branches/cell-4_3-branch/gcc/c-tree.h
    branches/cell-4_3-branch/gcc/c-typeck.c
    branches/cell-4_3-branch/gcc/config.gcc
    branches/cell-4_3-branch/gcc/config/spu/spu-c.c
    branches/cell-4_3-branch/gcc/config/spu/spu-elf.h
    branches/cell-4_3-branch/gcc/config/spu/spu.c
    branches/cell-4_3-branch/gcc/config/spu/spu.h
    branches/cell-4_3-branch/gcc/config/spu/spu.md
    branches/cell-4_3-branch/gcc/config/spu/spu.opt
    branches/cell-4_3-branch/gcc/config/spu/t-spu-elf
    branches/cell-4_3-branch/gcc/convert.c
    branches/cell-4_3-branch/gcc/doc/extend.texi
    branches/cell-4_3-branch/gcc/doc/invoke.texi
    branches/cell-4_3-branch/gcc/doc/rtl.texi
    branches/cell-4_3-branch/gcc/doc/tm.texi
    branches/cell-4_3-branch/gcc/dwarf2out.c
    branches/cell-4_3-branch/gcc/emit-rtl.c
    branches/cell-4_3-branch/gcc/emit-rtl.h
    branches/cell-4_3-branch/gcc/explow.c
    branches/cell-4_3-branch/gcc/expr.c
    branches/cell-4_3-branch/gcc/fold-const.c
    branches/cell-4_3-branch/gcc/output.h
    branches/cell-4_3-branch/gcc/print-rtl.c
    branches/cell-4_3-branch/gcc/print-tree.c
    branches/cell-4_3-branch/gcc/rtl.h
    branches/cell-4_3-branch/gcc/target-def.h
    branches/cell-4_3-branch/gcc/target.h
    branches/cell-4_3-branch/gcc/targhooks.c
    branches/cell-4_3-branch/gcc/targhooks.h
    branches/cell-4_3-branch/gcc/testsuite/lib/target-supports.exp
    branches/cell-4_3-branch/gcc/tree-pretty-print.c
    branches/cell-4_3-branch/gcc/tree-ssa-loop-ivopts.c
    branches/cell-4_3-branch/gcc/tree-ssa.c
    branches/cell-4_3-branch/gcc/tree.c
    branches/cell-4_3-branch/gcc/tree.h
    branches/cell-4_3-branch/gcc/varasm.c


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