]> git.proxmox.com Git - mirror_qemu.git/history - target-sparc/op.c
Document the shift values
[mirror_qemu.git] / target-sparc / op.c
2008-03-21 blueswir1 Convert align checks to TCG
2008-03-21 blueswir1 Convert jumps to labels to TCG
2008-03-21 blueswir1 Convert save, restore, saved, restored, and flushw...
2008-03-21 blueswir1 Convert other float and VIS ops to TCG
2008-03-21 blueswir1 Convert float move ops to TCG
2008-03-18 blueswir1 Convert udiv and sdiv ops to TCG
2008-03-18 blueswir1 Convert CCR and CWP ops to TCG
2008-03-18 blueswir1 Convert array8/16/32 and alignaddr to TCG
2008-03-16 blueswir1 Convert umul and smul to TCG
2008-03-16 blueswir1 Convert mulscc to TCG, add cc_src2
2008-03-15 blueswir1 Convert ldfsr and stfsr to TCG
2008-03-14 blueswir1 Convert udivx and sdivx to TCG
2008-03-13 blueswir1 Convert condition code changing versions of add, sub...
2008-03-09 blueswir1 Convert andn, orn and xnor to TCG
2008-03-08 blueswir1 Convert branches and conditional moves to TCG
2008-03-06 blueswir1 Convert exception ops to TCG
2008-03-05 blueswir1 Convert Sparc64 trap state ops to TCG
2008-03-04 blueswir1 Convert float helpers to TCG, fix fabsq in the process
2008-03-02 blueswir1 Convert tick operations to TCG
2008-03-02 blueswir1 Convert movr and (partially) movcc to TCG
2008-03-02 blueswir1 Convert addx, subx, next_insn and mov_pc_npc to TCG
2008-02-24 blueswir1 Modify Sparc32/64 to use TCG
2008-02-01 bellarduse the TCG code generator
2007-12-11 blueswir1 Partial fix to Sparc32 Linux host global register...
2007-11-25 blueswir1 128-bit float support for user mode
2007-10-20 blueswir1 Fix compiling Sparc64 on PPC host
2007-10-14 blueswir1 Sparc64 hypervisor mode
2007-10-10 blueswir1 Fix taddcctv and tsubcctv (David Matthews)
2007-09-30 blueswir1 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions
2007-09-21 blueswir1 Rework ASI instructions (Aurelien Jarno)
2007-09-20 blueswir1 Fix tadd op generation with GCC 4.x
2007-09-20 blueswir1 Detabify
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-11 blueswir1 More alignment checks
2007-07-07 blueswir1 Report normalised CWP values to userland and GDB,...
2007-05-25 blueswir1Implement Sparc64 CPU timers using ptimers
2007-05-02 blueswir1Handle division by zero case in Sparc64 udivx and sdivx ops
2007-04-22 blueswir1Sparc64 update: more VIS ops
2007-04-13 blueswir1Fix Sparc64 wrfprs, move VIS ops where they belong...
2007-04-13 blueswir1Alignment check mechanism (not fully enabled yet) ...
2007-04-06 blueswir1Full implementation of IEEE exceptions (Aurelien Jarno)
2007-04-01 blueswir1Fix Sparc shift ops (Aurelien Jarno)
2007-03-23 blueswir1Sparc tagged operations (Aurelien Jarno)
2007-03-19 thsFix qemu crash due to sparc division-by-zero, by Aureli...
2007-02-10 thsFix floating point to integer conversion, by Aurelien...
2006-10-23 bellardwrwim insn fix (Paul Robinson)
2006-07-18 bellardsparc64 fixes (Blue Swirl)
2006-06-26 bellardSPARC FPU optimization (Blue Swirl)
2006-06-21 bellardsoft floats for SPARC (Blue Swirl)
2006-04-23 bellardsparc condition code computation fix (Even Rouault)
2005-10-30 bellardSparc64 add/sub flag bugs fixed (Blue Swirl)
2005-07-23 bellardsparc64 fixes (Blue Swirl)
2005-07-02 bellardsparc64 marge (Blue Swirl)
2005-03-13 bellardadd missing FORCE_RET (Paul Brook)
2005-02-13 bellardfixed jmpl, rett and call
2005-02-07 bellardclean up - comments
2005-01-30 bellardinitial sparc64 support - sparc fixes (Blue Swirl)
2004-12-19 bellardSPARC merge
2004-10-10 bellardsparc fixes
2004-10-04 bellardsparc merge (Blue Swirl)
2004-09-30 bellardfull system SPARC emulation (Blue Swirl)
2004-08-24 bellardMULSCC fix (Blue Swirl)
2004-04-25 bellardflush insn support
2004-02-16 bellarddirect chaining support for SPARC
2004-01-24 bellardremoved warnings
2004-01-04 bellardSPARC fixes: corrected PC/NPC logic (now slower but...
2003-11-09 bellardppc fix
2003-09-30 bellardsparc emulation target (thanx to Thomas M. Ogrisegg)