Age | Commit message (Expand) | Author |
2011-11-19 | Improve "ta 0" shutdown | Fabien Chouteau |
2011-10-26 | target-sparc: Implement FALIGNDATA inline. | Richard Henderson |
2011-10-26 | target-sparc: Implement BMASK/BSHUFFLE. | Richard Henderson |
2011-10-26 | target-sparc: Implement ALIGNADDR* inline. | Richard Henderson |
2011-10-26 | target-sparc: Implement fpack{16,32,fix}. | Richard Henderson |
2011-10-26 | target-sparc: Implement PDIST. | Richard Henderson |
2011-10-26 | target-sparc: Do exceptions management fully inside the helpers. | Richard Henderson |
2011-10-26 | target-sparc: Make FPU/VIS helpers const when possible. | Richard Henderson |
2011-10-26 | target-sparc: Pass float64 parameters instead of dt0/1 temporaries. | Richard Henderson |
2011-10-26 | Sparc: avoid AREG0 for division op helpers | Blue Swirl |
2011-10-26 | Sparc: avoid AREG0 for softint op helpers and Leon cache control | Blue Swirl |
2011-10-26 | Sparc: avoid AREG0 for CWP and PSTATE helpers | Blue Swirl |
2011-10-23 | Sparc: avoid AREG0 for lazy condition code helpers | Blue Swirl |
2011-10-23 | Sparc: avoid AREG0 for float and VIS ops | Blue Swirl |
2011-10-23 | Sparc: avoid AREG0 for raise_exception and helper_debug | Blue Swirl |
2011-07-20 | SPARC64: fix VIS1 SIMD signed compare instructions | Tsuneo Saito |
2011-05-22 | Delete unused tb_invalidate_page_range | Blue Swirl |
2011-01-24 | SPARC: Emulation of Leon3 | Fabien Chouteau |
2010-12-28 | target-sparc: fix udiv(cc) and sdiv(cc) | Aurelien Jarno |
2010-05-20 | target-sparc: Inline some generation of carry for ADDX/SUBX. | Richard Henderson |
2010-05-19 | target-sparc: Fix compilation with --enable-debug. | Richard Henderson |
2010-01-08 | sparc64: use helper_wrpil to check pending irq on write | Igor V. Kovalenko |
2009-05-10 | Use dynamical computation for condition codes | Blue Swirl |
2008-11-17 | TCG variable type checking. | pbrook |
2008-09-26 | Implement UA2005 hypervisor traps | blueswir1 |
2008-09-22 | Add software and timer interrupt support | blueswir1 |
2008-09-21 | Use the new concat_i32_i64 op for std and stda | blueswir1 |
2008-09-10 | Convert rest of ops using float32 to TCG, remove FT0 and FT1 | blueswir1 |
2008-09-10 | Partially convert float128 conversion ops to TCG | blueswir1 |
2008-09-10 | Convert basic 64 bit VIS ops to TCG | blueswir1 |
2008-09-10 | Convert basic 32 bit VIS ops to TCG | blueswir1 |
2008-09-10 | Convert basic float32 ops to TCG | blueswir1 |
2008-09-09 | Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCG | blueswir1 |
2008-08-29 | Fix Sparc64 boot on i386 host: | blueswir1 |
2008-07-19 | Implement nucleus quad ldda | blueswir1 |
2008-05-27 | Move non-op functions from op_helper.c to helper.c and vice versa. | blueswir1 |
2008-05-22 | Register op helpers | blueswir1 |
2008-05-12 | Move prototype back to avoid a compiler warning | blueswir1 |
2008-05-10 | Fix compiler warnings | blueswir1 |
2008-05-09 | CPU feature selection support | blueswir1 |
2008-05-04 | Complete the TCG conversion | blueswir1 |
2008-03-21 | Convert align checks to TCG | blueswir1 |
2008-03-21 | Convert save, restore, saved, restored, and flushw to TCG | blueswir1 |
2008-03-21 | Convert other float and VIS ops to TCG | blueswir1 |
2008-03-18 | Convert udiv and sdiv ops to TCG | blueswir1 |
2008-03-18 | Convert CCR and CWP ops to TCG | blueswir1 |
2008-03-18 | Convert array8/16/32 and alignaddr to TCG | blueswir1 |
2008-03-15 | Convert ldfsr and stfsr to TCG | blueswir1 |
2008-03-06 | Convert exception ops to TCG | blueswir1 |
2008-03-04 | Convert float helpers to TCG, fix fabsq in the process | blueswir1 |