r126526 - in /branches/st/cli: Makefile.def Mak...

andreao@gcc.gnu.org andreao@gcc.gnu.org
Tue Jul 10 21:33:00 GMT 2007


Author: andreao
Date: Tue Jul 10 21:33:18 2007
New Revision: 126526

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126526
Log:
add cli FE

Added:
    branches/st/cli/gcc/cil/
    branches/st/cli/gcc/cil/Make-lang.in
    branches/st/cli/gcc/cil/bindings.c
    branches/st/cli/gcc/cil/bindings.h
    branches/st/cli/gcc/cil/cil-builtins.c
    branches/st/cli/gcc/cil/cil-builtins.h
    branches/st/cli/gcc/cil/cil-lang.c
    branches/st/cli/gcc/cil/cil-tree.h
    branches/st/cli/gcc/cil/cil.h
    branches/st/cli/gcc/cil/cil.texi
    branches/st/cli/gcc/cil/cil1.c
    branches/st/cli/gcc/cil/config-lang.in
    branches/st/cli/gcc/cil/lang-specs.h
    branches/st/cli/gcc/cil/lang.opt
    branches/st/cli/gcc/cil/parser.c
    branches/st/cli/gcc/cil/parser.h
    branches/st/cli/gcc/cil/spec.c
    branches/st/cli/gcc/cil/stack.c
    branches/st/cli/gcc/cil/stack.h
    branches/st/cli/gcc/cil/tests/
    branches/st/cli/gcc/cil/tests/args.c
    branches/st/cli/gcc/cil/tests/array.c
    branches/st/cli/gcc/cil/tests/attribute.c
    branches/st/cli/gcc/cil/tests/bitfield-r1.c
    branches/st/cli/gcc/cil/tests/bitfield-r2.c
    branches/st/cli/gcc/cil/tests/bitfield-r3.c
    branches/st/cli/gcc/cil/tests/bitfield.c
    branches/st/cli/gcc/cil/tests/bitfieldx.il
    branches/st/cli/gcc/cil/tests/bitfieldxc.c
    branches/st/cli/gcc/cil/tests/bsort.c
    branches/st/cli/gcc/cil/tests/cvolatile.c
    branches/st/cli/gcc/cil/tests/deref_struct.c
    branches/st/cli/gcc/cil/tests/div.c
    branches/st/cli/gcc/cil/tests/empty.c
    branches/st/cli/gcc/cil/tests/enum.c
    branches/st/cli/gcc/cil/tests/enum_op.c
    branches/st/cli/gcc/cil/tests/float_call.c
    branches/st/cli/gcc/cil/tests/getbits.c
    branches/st/cli/gcc/cil/tests/getbitsx.c
    branches/st/cli/gcc/cil/tests/getbitsy.c
    branches/st/cli/gcc/cil/tests/icall.c
    branches/st/cli/gcc/cil/tests/initialization.c
    branches/st/cli/gcc/cil/tests/longlong.c
    branches/st/cli/gcc/cil/tests/lscope_struct.c
    branches/st/cli/gcc/cil/tests/mp3dec.il
    branches/st/cli/gcc/cil/tests/pinvoke.c
    branches/st/cli/gcc/cil/tests/printf.c
    branches/st/cli/gcc/cil/tests/qsort-r.c
    branches/st/cli/gcc/cil/tests/qsort.c
    branches/st/cli/gcc/cil/tests/radial33.c
    branches/st/cli/gcc/cil/tests/run-tests-il.sh   (with props)
    branches/st/cli/gcc/cil/tests/run-tests.sh   (with props)
    branches/st/cli/gcc/cil/tests/s0.c
    branches/st/cli/gcc/cil/tests/s1.c
    branches/st/cli/gcc/cil/tests/s2.c
    branches/st/cli/gcc/cil/tests/s3.c
    branches/st/cli/gcc/cil/tests/scalar.c
    branches/st/cli/gcc/cil/tests/sin.c
    branches/st/cli/gcc/cil/tests/string.c
    branches/st/cli/gcc/cil/tests/struct_op-r.c
    branches/st/cli/gcc/cil/tests/struct_op-t.c
    branches/st/cli/gcc/cil/tests/struct_op.c
    branches/st/cli/gcc/cil/tests/struct_union.c
    branches/st/cli/gcc/cil/tests/switch-r.c
    branches/st/cli/gcc/cil/tests/switch.c
    branches/st/cli/gcc/cil/tests/switch2.c
    branches/st/cli/gcc/cil/tests/testlib.c
    branches/st/cli/gcc/cil/tests/vec.c
    branches/st/cli/gcc/cil/tests/volatile.il
    branches/st/cli/libcilsupport/
    branches/st/cli/libcilsupport/Makefile.am
    branches/st/cli/libcilsupport/Makefile.in
    branches/st/cli/libcilsupport/aclocal.m4
    branches/st/cli/libcilsupport/configure   (with props)
    branches/st/cli/libcilsupport/configure.ac
    branches/st/cli/libcilsupport/gcc4net-support.c
    branches/st/cli/libcilsupport/runtime-support.c
Modified:
    branches/st/cli/Makefile.def
    branches/st/cli/Makefile.in
    branches/st/cli/Makefile.tpl
    branches/st/cli/configure
    branches/st/cli/configure.in
    branches/st/cli/gcc/Makefile.in
    branches/st/cli/gcc/configure
    branches/st/cli/gcc/configure.ac
    branches/st/cli/gcc/gcc.c

Propchange: branches/st/cli/gcc/cil/tests/run-tests-il.sh
            ('svn:executable' added)

Propchange: branches/st/cli/gcc/cil/tests/run-tests.sh
            ('svn:executable' added)

Propchange: branches/st/cli/libcilsupport/configure
            ('svn:executable' added)




More information about the Gcc-cvs mailing list