2008-11-27 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / mini / ChangeLog
index 5354e708be21759a784e61d26f932baa178b2cd3..2d4526cc3a324ee9f54f0719c6ecb67e2e825e62 100644 (file)
@@ -1,3 +1,57 @@
+2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * basic-simd.cs: Add tests for Get/SetVector.
+
+2008-11-27  Mark Probst  <mark.probst@gmail.com>
+
+       * mini.c: Removed g_slist_append_mempool().  Now in
+       metadata/mempool.c.
+
+2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * simd-intrinsics.c (mono_emit_vector_ldelema): Extract the element
+       size properly and make the bounds check optional.
+
+       * simd-intrinsics.c (emit_array_extension_intrinsics): Add support
+       for SetVector and IsAligned.
+
+2008-11-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * mini.c: Remove unused mono_normalize_opcodes () function.
+
+2008-11-26  Mark Probst  <mark.probst@gmail.com>
+
+       * method-to-ir.c (mini_emit_inst_for_method): Small fix: we're
+       using the new atomic add ops now.
+
+       * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Implemented atomic
+       add.
+
+2008-11-26  Mark Probst  <mark.probst@gmail.com>
+
+       * mini-ppc64.c: Several fixes.
+
+2008-11-25  Mark Mason   <mmason@upwardaccess.com>
+
+       * cpu-mips.md: added jump_table
+       * mini-mips.c: added jump_table. Eliminate compare-imm when lowering. Remove dead function.             
+
+2008-11-25  Mark Mason   <mmason@upwardaccess.com>
+
+       * mini-mips.c, mini-mips.h, tramp-mips.c, cpu-mips.md: Initial upgrade of MIPS port to new IR.
+
+2008-11-25  Mark Mason   <mmason@upwardaccess.com>
+
+       * mini-ops.h: corrected a handful of MIPS opcodes.
+
+2008-11-25  Mark Mason   <mmason@upwardaccess.com>
+
+       * aot-compiler.c: MIPS to use ELF writer
+
+2008-11-25  Mark Mason   <mmason@upwardaccess.com>
+
+       * mini-codegen.c: remove MIPS specific assert.
+
 2008-11-25  Mark Probst  <mark.probst@gmail.com>
 
        * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, cpu-ppc64.md: Several