2007-10-07 Andreia Gaita <avidigal@novell.com>
[mono.git] / mono / mini / ChangeLog
index 06023f97abad1d63d60d2520148bb9da5fbbf4e5..cc81e95f1a2f315388176dff832fd65fb9858aad 100644 (file)
@@ -1,3 +1,30 @@
+2007-10-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * mini-sparc.c (mono_arch_get_vcall_slot_addr): Allow signed displacements.
+
+       * mini-sparc.h mini-sparc.c: Implement IMT support.
+
+       * tramp-sparc.c (mono_arch_create_trampoline_code): Rework the trampoline code so
+       its smaller and doesn't clobber sparc_g1.
+
+       * mini-sparc.c (mono_arch_get_vcall_slot_addr): Update after trampoline changes.
+
+Fri Oct 5 18:28:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+       * mini-ppc.c: optimized the size of the IMT thunks a bit.
+
+Fri Oct 5 18:08:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+       * mini-ppc.c: implemented fast delegate invocation.
+
+Fri Oct 5 00:01:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+       * mini-ppc.h, mini-ppc.c: IMT support for the PPC architecture.
+
+Thu Oct 4 22:04:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+       * mini-ppc.c, mini-ppc.h, tramp-ppc.c, Makefile.am: port the PPC
+       code to the new style trampoline in preparation for IMT support.
 
 Thu Oct 4 19:01:59 CEST 2007 Paolo Molaro <lupus@ximian.com>