Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / arch / ChangeLog
index e503aa97217710dc819e679b9c92251dcc9deb46..6dee480e6d56f7058c2dd0c11591fc54875bf612 100644 (file)
@@ -1,9 +1,70 @@
+2002-05-27  Miguel de Icaza  <miguel@ximian.com>
+
+       * x86/x86-codegen.h: Set the standard header format.
+
+2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
+
+       * x86/tramp.c (mono_create_method_pointer): removed the magic
+       trick to store the function pointer in the prolog and use the same
+       mechanism as in the jit.
+
+2002-05-13  Radek Doulik  <rodo@ximian.com>
+
+       * ppc/tramp.c (emit_save_parameters): fix I8 parameters
+
+2002-05-06  Sergey Chaban  <serge@wildwestsoftware.com>
+
+       * x86/x86-codegen.h: added missing shifts;
+       8-bit ALU operations (reg-reg);
+       macro for FPU ops with integer operand;
+       FIST macro (without pop);
+
+Mon Apr 22 12:57:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * x86/x86-codegen.h: added loop instructions and made x86_patch fully
+       useful.
+
+2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
+
+       * x86/tramp.c (mono_create_trampoline): support internalcall
+       String constructors
+
+Sat Apr 6 16:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * x86/tramp.c: fix advancement of argument position on the stack.
+
+Sat Mar 16 19:12:57 CET 2002 Paolo Molaro <lupus@ximian.com>
+
+       * x86/tramp.c: increase default allocated size for trampolines
+       and assert on overflow.
+
+2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
+
+       * x86/tramp.c (mono_create_trampoline): dont use fld/fst to copy
+       R8 values
+
+Mon Mar 11 16:14:29 CET 2002 Paolo Molaro <lupus@ximian.com>
+
+       * x86/x86-codegen.h: addex x86_clear_reg() and changed
+       x86_mov_reg_imm() to not check for imm == 0.
+
+Thu Feb 28 12:34:21 CET 2002 Paolo Molaro <lupus@ximian.com>
+
+       * x86/tramp.c: start handling of more complex marshaling stuff.
+
+2002-02-25  Sergey Chaban  <serge@wildwestsoftware.com>
+
+       * arm: added ARM support code.
+       * Makefile.am: added arm to DIST_SUBDIRS.
+
 2002-02-24  Radek Doulik  <rodo@ximian.com>
 
        * ppc/tramp.c (mono_create_method_pointer): basic delegates
        implementation, it works for simple delegates now and I am already
        pretty close to have it working for every delegates, but I am
        going to sleep and finish it tomorrow?
+       (mono_create_method_pointer): implements delegates with parameters
+       and return value
 
 2002-02-22  Jeffrey Stedfast  <fejj@ximian.com>