2006-06-13 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / arch / ChangeLog
index 43647c10abf6826dc83900b66d9077455080a82f..21a8c34ad41b36d450c661c5950a4c7025bbaf90 100644 (file)
@@ -1,3 +1,53 @@
+2006-05-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * ia64/ia64-codegen.h (ia64_fetchadd8_acq_hint_pred): Fix encoding of this
+       opcode.
+
+2006-04-21  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (SUBDIRS): Revert the last change as arm depends on the old
+       behaviour.
+
+2006-04-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * sparc/sparc-codegen.h (sparc_inst_i): New disassembly macro.
+
+2006-04-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (SUBDIRS): Avoid compiling subdirs needed by the
+       interpreter.
+
+2005-12-22  Zoltan Varga  <vargaz@gmail.com>
+
+       * sparc/sparc-codegen.h (sparc_membar): Add membar instruction.
+
+2005-10-30  Zoltan Varga  <vargaz@gmail.com>
+
+       * ia64/ia64-codegen.h (ia64_m17): Fix a warning.
+
+2005-10-16  Zoltan Varga  <vargaz@freemail.hu>
+
+       * amd64/amd64-codegen.h (AMD64_CALLEE_SAVED_REGS): Add %rbp.
+
+2005-09-27  Raja R Harinath  <rharinath@novell.com>
+
+       * arm/dpiops.sh, arm/fpaops.h: Output to stdout.
+       * arm/Makefile.am (arm_dpimacros.h, arm_fpamacros.h): Update.  Fix
+       for srcdir != builddir.
+
+2005-09-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * ia64/ia64-codegen.h (ia64_unw_pop_frames): New unwind macro.
+
+2005-09-10  Zoltan Varga  <vargaz@gmail.com>
+
+       * ia64/ia64-codegen.h: Remove 'manual' emitting of instructions. 
+       Integrate emission of unwind directives into the assembly macros.
+
+2005-09-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * ia64/ia64-codegen.h (ia64_no_stop): New macro.
+
 2005-08-27  Zoltan Varga  <vargaz@gmail.com>
 
        * ia64/ia64-codegen.h: Fix some bugs.