[corlib] Improve CancellationTokenSource test
[mono.git] / mono / arch / ChangeLog
index 68f8b0d534ca34b333f2c18497c5f2a5125fe086..231f796c8ebc662cd4531ca0f4520023edf98bfc 100644 (file)
@@ -1,3 +1,130 @@
+2010-05-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * ppc/ppc-codegen.h (ppc_load_func): Fix ilp32 support.
+
+2010-03-30  Zoltan Varga  <vargaz@gmail.com>
+
+       * arm/*.sh: Remove bash dependency.
+
+2009-08-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * arm/arm-codegen.h: Add armv6 MOVW/MOVT.
+
+2009-07-03  Jerry Maine  <crashfourit@gmail.com>
+       
+       Contributed under the terms of the MIT/X11 license by
+       Jerry Maine <crashfourit@gail.com>.
+
+       * amd64/amd64-codegen.h: Added missing code gen marco for single packed square root.
+
+Fri Jul 24 16:54:13 CEST 2009 Steven Munroe  <munroesj@us.ibm.com>
+
+       This patch is contributed under the terms of the MIT/X11 license
+       
+       * arch/ppc/ppc-codegen.h (ppc_ha): Define high adjusted
+       conversion to support combining addis for bits 32-47 with
+       signed load/store diplacements for bits 48-63.
+       (ppc_fcfidx, ppc_fctidx, ppc_fctidzx): Share with PPC32.
+       These instructions are availble to 32-bit programs on 64-bit
+       hardware and 32-bit both starting with PowerISA V2.01.
+       [__mono_ppc64__]: Define ppc_mftgpr and ppc_mffgpr for Power6
+       native mode.
+       [!__mono_ppc64__]: Define ppc_is_imm32 as constant true for
+       ppc32.
+
+2009-07-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * amd64/amd64-codegen.h (amd64_sse_pminud_reg_reg): Fix the encoding
+       of this instruction.
+
+2009-07-13  Zoltan Varga  <vargaz@gmail.com>
+
+       * x86/x86-codegen.h: Applied patch from Marian Salaj <salo3@atlas.cz>.
+       Fix encoding of PMINSW and PMINSD. Fixes #521662.
+
+2009-06-22  Zoltan Varga  <vargaz@gmail.com>
+
+       * ppc/ppc-codegen.h: Rework the naming of the load/store macros,
+       ldr/str now handle register sized quantities, while ldptr/stptr handle
+       pointer sized quantities.
+
+2009-06-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * ppc/ppc-codegen.h: Fix the last change to avoid self-assignments inside
+       macros.
+       
+       * ppc/ppc-codegen.h: Add ppc_ldr/ppc_str macros to store regsize quantities.
+       Handle little endian host platforms in ppc_emit32.
+
+2009-10-06  Jerry Maine  <crashfourit@gmail.com>
+       
+       Contributed under the terms of the MIT/X11 license by
+       Jerry Maine <crashfourit@gail.com>.
+
+       * amd64/amd64-codegen.h: Add marcos for coding two byte SIMD/SSE opcodes.
+       Added comments to help tell the different types of SSE code gen marcos appart.
+
+2009-04-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * arm/arm-vfp-codegen.h: Add ARM_FSITOS/ARM_FSITOD.
+
+2009-04-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * amd64/amd64-codegen.h: Add macros for decoding the SIB byte.
+
+2009-04-02  Zoltan Varga  <vargaz@gmail.com>
+
+       * arm/arm-vfp-codegen.h: Add missing VFP codegen macros.
+
+2009-03-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * arm/tramp.c: Include a change from the debian patches. Avoid #include-ing
+       a file in the middle of a function.
+
+2009-02-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * arm/{arm_fpamacros.h, arm_vfpmacros.h}: Remove these files, they are
+       autogenerated.
+
+2009-02-02  Mark Probst  <mark.probst@gmail.com>
+
+       Contributed under the terms of the MIT/X11 license by Steven
+       Munroe <munroesj@us.ibm.com>.
+
+       * ppc/ppc-codegen.h: Make operand order and case consistent
+       (assembler order) for ppc_load_reg_update, ppc_load_multiple_regs,
+       ppc_store_multiple_regs, ppc_lwz, ppc_lhz, ppc_lbz,
+       ppc_stw,ppc_sth, ppc_stb, ppc_stwu, ppc_lbzu, ppc_lfdu, ppc_lfsu,
+       ppc_lfsux, ppc_lfsx, ppc_lha, ppc_lhau, ppc_lhzu, ppc_lmw,
+       ppc_lwzu, ppc_stbu, ppc_stfdu, ppc_stfsu, ppc_sthu, ppc_stmw.  Use
+       "i" or "ui" instead of "d" for immediated operands to immediate
+       arthimetic and logical instructions in macros ppc_addi, ppc_addis,
+       ppc_ori, ppc_addic, ppc_addicd, ppc_andid, ppc_andisd.
+       [__mono_ppc64__]: Make operand order and case consistent
+       (assembler order) for ppc_load_multiple_regs,
+       ppc_store_multiple_regs.  Simplify the DS form and make them
+       consistent with D forms for ppc_load_reg, ppc_load_reg_update,
+       ppc_store_reg, ppc_store_reg_update. ppc_ld, ppc_lwa, ppc_ldu,
+       ppc_std, ppc_stdu.  Define ppc_lwax and ppc_lwaux.
+
+2009-01-19 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * x86/x86-codegen.h: Add x86_movd_xreg_membase.
+
+2008-12-19  Mark Probst  <mark.probst@gmail.com>
+
+       * ppc/ppc-codegen.h: Fixed the argument order for lwzu in
+       ppc_load_reg_update.
+
+2008-12-12  Mark Mason <mmason@upwardaccess.com>
+
+       * mips/mips-codegen.h: Changes to support n32.
+       
+2008-12-10  Mark Probst  <mark.probst@gmail.com>
+
+       * ppc/ppc-codegen.h: A few new macros for the final PPC/PPC64
+       merge.
+
 2008-12-05  Mark Probst  <mark.probst@gmail.com>
 
        * ppc/ppc-codegen.h: ppc_load_func must use ppc_load_sequence.