2007-10-19 Marek Habersack <mhabersack@novell.com>
[mono.git] / mono / arch / ChangeLog
index 6d3637ec5043b58ad715d2d5764e38455be966d4..b59fedd71e88eb2475de0d61731ac7a1a38afbf4 100644 (file)
@@ -1,3 +1,31 @@
+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>
+
+       * hppa/hppa-codegen.h: Update with more instructions.
+       * hppa/tramp.c: Disable for linux since we don't support the
+       interpreter.
+
+2007-05-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * amd64/amd64-codegen.h (amd64_call_reg): Remove a got prefix which isn't needed.
+
+2007-04-23  Zoltan Varga  <vargaz@gmail.com>
+
+       * alpha/alpha-codegen.h: More alpha port work from 
+       Sergey Tikhonov <tsv@solvo.ru>.
 
 Mon Mar 12 17:07:32 CET 2007 Paolo Molaro <lupus@ximian.com>