X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Farch%2FChangeLog;h=9116df831991fbd52e71858cae80b9038504ace2;hb=878ec1b8b22774b364a50a72aa53abdd9f4430f1;hp=e2f66bf37a686467425d34f08870fb8932817c9c;hpb=b992b775071d94b982fc358bae78945ed72abc8f;p=mono.git diff --git a/mono/arch/ChangeLog b/mono/arch/ChangeLog index e2f66bf37a6..9116df83199 100644 --- a/mono/arch/ChangeLog +++ b/mono/arch/ChangeLog @@ -1,3 +1,33 @@ +2010-03-30 Zoltan Varga + + * arm/*.sh: Remove bash dependency. + +2009-08-14 Zoltan Varga + + * 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: 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