X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Farch%2FChangeLog;h=21a8c34ad41b36d450c661c5950a4c7025bbaf90;hb=10b220b577b6e8a5d87e4408bec62ddea80fc206;hp=43647c10abf6826dc83900b66d9077455080a82f;hpb=b43607864928750c9dd7faf376b27922f6dec751;p=mono.git diff --git a/mono/arch/ChangeLog b/mono/arch/ChangeLog index 43647c10abf..21a8c34ad41 100644 --- a/mono/arch/ChangeLog +++ b/mono/arch/ChangeLog @@ -1,3 +1,53 @@ +2006-05-14 Zoltan Varga + + * ia64/ia64-codegen.h (ia64_fetchadd8_acq_hint_pred): Fix encoding of this + opcode. + +2006-04-21 Zoltan Varga + + * Makefile.am (SUBDIRS): Revert the last change as arm depends on the old + behaviour. + +2006-04-12 Zoltan Varga + + * sparc/sparc-codegen.h (sparc_inst_i): New disassembly macro. + +2006-04-04 Zoltan Varga + + * Makefile.am (SUBDIRS): Avoid compiling subdirs needed by the + interpreter. + +2005-12-22 Zoltan Varga + + * sparc/sparc-codegen.h (sparc_membar): Add membar instruction. + +2005-10-30 Zoltan Varga + + * ia64/ia64-codegen.h (ia64_m17): Fix a warning. + +2005-10-16 Zoltan Varga + + * amd64/amd64-codegen.h (AMD64_CALLEE_SAVED_REGS): Add %rbp. + +2005-09-27 Raja R Harinath + + * 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 + + * ia64/ia64-codegen.h (ia64_unw_pop_frames): New unwind macro. + +2005-09-10 Zoltan Varga + + * ia64/ia64-codegen.h: Remove 'manual' emitting of instructions. + Integrate emission of unwind directives into the assembly macros. + +2005-09-04 Zoltan Varga + + * ia64/ia64-codegen.h (ia64_no_stop): New macro. + 2005-08-27 Zoltan Varga * ia64/ia64-codegen.h: Fix some bugs.