2005-12-12 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / mini / ChangeLog
index 5fd207a4061ba9edede024d3d73313d59b7491ee..3dee2e39d0a81cd6d9fca107f060500b2d18da9c 100644 (file)
@@ -1,3 +1,51 @@
+2005-12-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * generics.2.cs: Add valuetype tests.
+
+2005-12-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * basic-long.cs: Add i4->u8 test.
+
+       * objects.cs: Add tests for JIT intrinsic.
+
+       * mini.c (mini_get_inst_for_method): Resurrect the array Rank/Length
+       optimizations lost by a mistake.
+
+2005-12-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * basic-long.cs: Remove a test moved to objects.cs.
+
+       * arrays.cs: Add more array tests.
+
+2005-12-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * arrays.cs: Add new tests for multi-dimensional arrays.
+
+2005-12-06  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (test_sources2): Add generics.2.cs.
+       (EXTRA_DIST): Add test_sources2.
+
+2005-12-05  Ben Maurer  <bmaurer@ximian.com>
+
+       Support for boxing and unboxing nullable types as well as the
+       isinst operation on nullables, per the CLI ammendment.
+
+       * inssel.brg (CEE_ISINST): Special case for nullable
+
+       * mini.c (handle_unbox_nullable): new method
+       (handle_box): Special case for nullable types
+       (mono_method_to_ir): Call handle_unbox_nullable in correct
+       places.
+
+       * generics.2.cs: New test suite
+
+       * Makefile.am: Support for regression tests with generics.
+
+2005-12-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * mini-amd64.c (emit_load_volatile_arguments): Add loading of arguments
+       allocated to registers. Fixes #76800.
 
 Thu Dec 1 12:59:40 EST 2005 Paolo Molaro <lupus@ximian.com>