TARGET_JVM: make sure XmlDateTimeSerializationMode.Unspecified works
[mono.git] / mono / arch / ChangeLog
index 8cdb3dd5a095732a93c59b2f66729474cce90c0e..42bedf87228db321a561419e16d697d42d90a140 100644 (file)
@@ -1,3 +1,44 @@
+2007-11-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * amd64/amd64-codegen.h (amd64_alu_reg_imm_size): Prefer the smaller 
+       instruction encoding.
+
+2007-11-03  David S. Miller  <davem@davemloft.net>
+
+       * sparc/sparc-codegen.h (sparc_set32, sparc_set): A plain sethi
+       can be used if the constant value only has the top 22 bits set.
+
+2007-11-01  Geoff Norton  <gnorton@novell.com>
+
+       * x86/Makefile.am:  Only compile tramp.c if INTERP_SUPPORTED is true
+       Fixes the build on Leopard.
+
+2007-11-01  Geoff Norton  <gnorton@novell.com>
+
+       * ppc/Makefile.am:  Only compile tramp.c if INTERP_SUPPORTED is true
+       Fixes the build on Leopard.
+
+2007-10-26  Jonathan Chambers <joncham@gmail.com>
+
+       * amd64/amd64-codegen.h: Begin Win64 port. Use AMD64_ARG_REG#
+       defines to access param registers. Replace long usage with
+       gsize as sizeof(long) != sizeof(void*) on Win64.
+
+       Code is contributed under MIT/X11 license.
+
+2007-10-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * amd64/amd64-codegen.h (amd64_jump_membase_size): Remove an unneccesary
+       rex prefix which trips up valgrind.
+
+2007-07-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * amd64/amd64-codegen.h: Remove some unused rex prefixes.
+
+Wed Jul 4 15:29:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+       * x86/x86-codegen.h: added minimal sse instructions currently
+       needed by the JIT.
 
 2007-06-13  Randolph Chung  <tausq@debian.org>