X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Farch%2FChangeLog;h=9116df831991fbd52e71858cae80b9038504ace2;hb=878ec1b8b22774b364a50a72aa53abdd9f4430f1;hp=9170465444249b941368925312a0200cf83a924d;hpb=95dc3521c07b15316c0087fb5f088e65162077e4;p=mono.git diff --git a/mono/arch/ChangeLog b/mono/arch/ChangeLog index 91704654442..9116df83199 100644 --- a/mono/arch/ChangeLog +++ b/mono/arch/ChangeLog @@ -1,17 +1,42 @@ -2009-07-10 Jerry Maine - - Contributed under the terms of the MIT/X11 license by - Jerry Maine . +2010-03-30 Zoltan Varga + + * arm/*.sh: Remove bash dependency. - * amd64/amd64-codegen.h: Add marcos for coding several specific sse opcodes. - * amd64/amd64-codegen.h: Fix bugs in simd marcos. +2009-08-14 Zoltan Varga -2009-06-24 Jerry Maine + * arm/arm-codegen.h: Add armv6 MOVW/MOVT. + +2009-07-03 Jerry Maine Contributed under the terms of the MIT/X11 license by Jerry Maine . - * amd64/amd64-codegen.h: Add marcos for coding several specific sse opcodes. + * amd64/amd64-codegen.h: Added missing code gen marco for single packed square root. + +Fri Jul 24 16:54:13 CEST 2009 Steven Munroe + + 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 + + * amd64/amd64-codegen.h (amd64_sse_pminud_reg_reg): Fix the encoding + of this instruction. + +2009-07-13 Zoltan Varga + + * x86/x86-codegen.h: Applied patch from Marian Salaj . + Fix encoding of PMINSW and PMINSD. Fixes #521662. 2009-06-22 Zoltan Varga