Age | Commit message (Expand) | Author | Files | Lines |
2008-05-04 | Complete the TCG conversion (and delete some files, too) | blueswir1 | 1 | -38/+0 |
2008-03-21 | Convert align checks to TCG | blueswir1 | 1 | -12/+0 |
2008-03-21 | Convert jumps to labels to TCG | blueswir1 | 1 | -5/+0 |
2008-03-21 | Convert save, restore, saved, restored, and flushw to TCG | blueswir1 | 1 | -98/+0 |
2008-03-21 | Convert other float and VIS ops to TCG | blueswir1 | 1 | -654/+0 |
2008-03-21 | Convert float move ops to TCG | blueswir1 | 1 | -148/+0 |
2008-03-18 | Convert udiv and sdiv ops to TCG | blueswir1 | 1 | -48/+0 |
2008-03-18 | Convert CCR and CWP ops to TCG | blueswir1 | 1 | -22/+0 |
2008-03-18 | Convert array8/16/32 and alignaddr to TCG | blueswir1 | 1 | -48/+0 |
2008-03-16 | Convert umul and smul to TCG | blueswir1 | 1 | -24/+0 |
2008-03-16 | Convert mulscc to TCG, add cc_src2 | blueswir1 | 1 | -28/+0 |
2008-03-15 | Convert ldfsr and stfsr to TCG | blueswir1 | 1 | -10/+0 |
2008-03-14 | Convert udivx and sdivx to TCG | blueswir1 | 1 | -23/+0 |
2008-03-13 | Convert condition code changing versions of add, sub, logic, and div to TCG | blueswir1 | 1 | -433/+0 |
2008-03-09 | Convert andn, orn and xnor to TCG | blueswir1 | 1 | -15/+0 |
2008-03-08 | Convert branches and conditional moves to TCG | blueswir1 | 1 | -262/+0 |
2008-03-06 | Convert exception ops to TCG | blueswir1 | 1 | -16/+0 |
2008-03-05 | Convert Sparc64 trap state ops to TCG | blueswir1 | 1 | -40/+0 |
2008-03-04 | Convert float helpers to TCG, fix fabsq in the process | blueswir1 | 1 | -167/+0 |
2008-03-02 | Convert tick operations to TCG | blueswir1 | 1 | -36/+0 |
2008-03-02 | Convert movr and (partially) movcc to TCG | blueswir1 | 1 | -6/+0 |
2008-03-02 | Convert addx, subx, next_insn and mov_pc_npc to TCG | blueswir1 | 1 | -21/+0 |
2008-02-24 | Modify Sparc32/64 to use TCG | blueswir1 | 1 | -552/+1 |
2008-02-01 | use the TCG code generator | bellard | 1 | -15/+0 |
2007-12-11 | Partial fix to Sparc32 Linux host global register mangling problem | blueswir1 | 1 | -0/+2 |
2007-11-25 | 128-bit float support for user mode | blueswir1 | 1 | -0/+166 |
2007-10-20 | Fix compiling Sparc64 on PPC host | blueswir1 | 1 | -0/+3 |
2007-10-14 | Sparc64 hypervisor mode | blueswir1 | 1 | -0/+5 |
2007-10-10 | Fix taddcctv and tsubcctv (David Matthews) | blueswir1 | 1 | -1/+1 |
2007-09-30 | Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions | blueswir1 | 1 | -0/+22 |
2007-09-21 | Rework ASI instructions (Aurelien Jarno) | blueswir1 | 1 | -2/+142 |
2007-09-20 | Fix tadd op generation with GCC 4.x | blueswir1 | 1 | -1/+4 |
2007-09-20 | Detabify | blueswir1 | 1 | -153/+153 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -2/+2 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -10/+10 |
2007-07-11 | More alignment checks | blueswir1 | 1 | -4/+13 |
2007-07-07 | Report normalised CWP values to userland and GDB, not internal representation | blueswir1 | 1 | -2/+2 |
2007-05-25 | Implement Sparc64 CPU timers using ptimers | blueswir1 | 1 | -2/+28 |
2007-05-02 | Handle division by zero case in Sparc64 udivx and sdivx ops | blueswir1 | 1 | -0/+6 |
2007-04-22 | Sparc64 update: more VIS ops | blueswir1 | 1 | -8/+459 |
2007-04-13 | Fix Sparc64 wrfprs, move VIS ops where they belong, more VIS ops | blueswir1 | 1 | -0/+20 |
2007-04-13 | Alignment check mechanism (not fully enabled yet) (Aurelien Jarno) | blueswir1 | 1 | -1/+4 |
2007-04-06 | Full implementation of IEEE exceptions (Aurelien Jarno) | blueswir1 | 1 | -0/+63 |
2007-04-01 | Fix Sparc shift ops (Aurelien Jarno) | blueswir1 | 1 | -7/+12 |
2007-03-23 | Sparc tagged operations (Aurelien Jarno) | blueswir1 | 1 | -0/+180 |
2007-03-19 | Fix qemu crash due to sparc division-by-zero, by Aurelien Jarno. | ths | 1 | -0/+10 |
2007-02-10 | Fix floating point to integer conversion, by Aurelien Jarno. | ths | 1 | -4/+4 |
2006-10-23 | wrwim insn fix (Paul Robinson) | bellard | 1 | -0/+9 |
2006-07-18 | sparc64 fixes (Blue Swirl) | bellard | 1 | -0/+24 |
2006-06-26 | SPARC FPU optimization (Blue Swirl) | bellard | 1 | -9/+0 |