r148704 - in /branches/st/cli-be: gcc/config.gc...
erven@gcc.gnu.org
erven@gcc.gnu.org
Fri Jun 19 13:19:00 GMT 2009
Author: erven
Date: Fri Jun 19 13:19:32 2009
New Revision: 148704
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148704
Log:
Added better support for vector types.
vectors of size 4, 8 and 16 bytes are supported.
operators add, sub, or, and, xor are supported.
The new flag -msimd=mono generates code for the Mono.Simd library instead of
gcc4net (only for 16-byte types).
Also added a dump pass for the internal IR.
Added:
branches/st/cli-be/gcc/config/cil32/cil-dump.c
branches/st/cli-be/gcc/config/cil32/cil-lower.c
Modified:
branches/st/cli-be/gcc/config.gcc
branches/st/cli-be/gcc/config/cil32/cil-builtins.c
branches/st/cli-be/gcc/config/cil32/cil-builtins.def
branches/st/cli-be/gcc/config/cil32/cil-refs.c
branches/st/cli-be/gcc/config/cil32/cil-stack.c
branches/st/cli-be/gcc/config/cil32/cil-stack.h
branches/st/cli-be/gcc/config/cil32/cil-stmt-inline.h
branches/st/cli-be/gcc/config/cil32/cil-stmt.c
branches/st/cli-be/gcc/config/cil32/cil-types.h
branches/st/cli-be/gcc/config/cil32/cil32.c
branches/st/cli-be/gcc/config/cil32/cil32.h
branches/st/cli-be/gcc/config/cil32/cil32.md
branches/st/cli-be/gcc/config/cil32/cil32.opt
branches/st/cli-be/gcc/config/cil32/emit-cil.c
branches/st/cli-be/gcc/config/cil32/emit-cil.h
branches/st/cli-be/gcc/config/cil32/gimple-to-cil.c
branches/st/cli-be/gcc/config/cil32/t-cil32
branches/st/cli-be/gcc/passes.c
branches/st/cli-be/gcc/timevar.def
branches/st/cli-be/libgcc4net/gcc4net.cs
More information about the Gcc-cvs
mailing list