Age | Commit message (Expand) | Author | Files | Lines |
2011-11-19 | Improve "ta 0" shutdown | Fabien Chouteau | 1 | -8/+1 |
2011-10-26 | target-sparc: Implement FALIGNDATA inline. | Richard Henderson | 1 | -6/+26 |
2011-10-26 | target-sparc: Implement BMASK/BSHUFFLE. | Richard Henderson | 1 | -4/+10 |
2011-10-26 | target-sparc: Implement ALIGNADDR* inline. | Richard Henderson | 1 | -2/+22 |
2011-10-26 | target-sparc: Implement EDGE* instructions. | Richard Henderson | 1 | -2/+175 |
2011-10-26 | target-sparc: Implement fpack{16,32,fix}. | Richard Henderson | 1 | -1/+29 |
2011-10-26 | target-sparc: Implement PDIST. | Richard Henderson | 1 | -2/+19 |
2011-10-26 | target-sparc: Do exceptions management fully inside the helpers. | Richard Henderson | 1 | -29/+0 |
2011-10-26 | target-sparc: Change fpr representation to doubles. | Richard Henderson | 1 | -79/+71 |
2011-10-26 | target-sparc: Undo cpu_fpr rename. | Richard Henderson | 1 | -28/+28 |
2011-10-26 | target-sparc: Extract float128 move to a function. | Richard Henderson | 1 | -32/+18 |
2011-10-26 | target-sparc: Extract common code for floating-point operations. | Richard Henderson | 1 | -454/+381 |
2011-10-26 | target-sparc: Make FPU/VIS helpers const when possible. | Richard Henderson | 1 | -50/+33 |
2011-10-26 | target-sparc: Pass float64 parameters instead of dt0/1 temporaries. | Richard Henderson | 1 | -229/+220 |
2011-10-26 | target-sparc: Add accessors for double-precision fpr access. | Richard Henderson | 1 | -112/+130 |
2011-10-26 | target-sparc: Mark fprs dirty in store accessor. | Richard Henderson | 1 | -46/+8 |
2011-10-26 | target-sparc: Add accessors for single-precision fpr access. | Richard Henderson | 1 | -195/+337 |
2011-10-26 | Sparc: avoid AREG0 for division op helpers | Blue Swirl | 1 | -4/+8 |
2011-10-26 | Sparc: avoid AREG0 for softint op helpers and Leon cache control | Blue Swirl | 1 | -3/+3 |
2011-10-26 | Sparc: avoid AREG0 for CWP and PSTATE helpers | Blue Swirl | 1 | -17/+17 |
2011-10-25 | target-sparc: Fix order of function parameters | Stefan Weil | 1 | -4/+4 |
2011-10-23 | Sparc: avoid AREG0 for lazy condition code helpers | Blue Swirl | 1 | -9/+9 |
2011-10-23 | Sparc: avoid AREG0 for float and VIS ops | Blue Swirl | 1 | -133/+137 |
2011-10-23 | Sparc: avoid AREG0 for raise_exception and helper_debug | Blue Swirl | 1 | -13/+13 |
2011-08-06 | Fix handling of conditional branches in delay slot of a conditional branch | Artyom Tarasenko | 1 | -9/+21 |
2011-07-30 | SPARC64: implement %fprs dirty bits | Tsuneo Saito | 1 | -0/+116 |
2011-07-30 | SPARC64: fix fnor* and fnand* | Tsuneo Saito | 1 | -6/+8 |
2011-07-20 | SPARC64: add missing break on fmovdcc | Tsuneo Saito | 1 | -0/+1 |
2011-07-20 | SPARC64: fix VIS1 SIMD signed compare instructions | Tsuneo Saito | 1 | -16/+16 |
2011-07-14 | Sparc: fix FPU and AM enable checks for translation | Blue Swirl | 1 | -7/+2 |
2011-07-14 | SPARC64: fp_disabled checks on stfa/stdfa/stqfa | Tsuneo Saito | 1 | -0/+9 |
2011-07-14 | SPARC64: Implement stfa/stdfa/stqfa instrcutions properly | Tsuneo Saito | 1 | -2/+0 |
2011-07-14 | SPARC64: fp_disabled checks on ldfa/lddfa/ldqfa | Tsuneo Saito | 1 | -0/+9 |
2011-07-01 | fix cpu_cc_src and cpu_cc_src2 corruption in udivx and sdivx | Artyom Tarasenko | 1 | -10/+22 |
2011-06-26 | Remove exec-all.h include directives | Blue Swirl | 1 | -1/+0 |
2011-05-22 | Delete unused tb_invalidate_page_range | Blue Swirl | 1 | -1/+1 |
2011-05-14 | sparc64: fix incorrect BPcc target sign extension | Blue Swirl | 1 | -1/+1 |
2011-05-14 | sparc64: fix wrpstate and wrtl on delay slot | Blue Swirl | 1 | -8/+20 |
2011-04-20 | Remove unused function parameters from gen_pc_load and rename the function | Stefan Weil | 1 | -2/+1 |
2011-04-10 | Fix conversions from pointer to tcg_target_long | Stefan Weil | 1 | -1/+1 |
2011-01-24 | SPARC: Add asr17 register support | Fabien Chouteau | 1 | -0/+11 |
2011-01-24 | SPARC: Emulation of Leon3 | Fabien Chouteau | 1 | -2/+11 |
2010-12-28 | target-sparc: fix udiv(cc) and sdiv(cc) | Aurelien Jarno | 1 | -6/+6 |
2010-06-02 | sparc64: fix umul and smul insns | Igor V. Kovalenko | 1 | -26/+29 |
2010-06-02 | sparc64: fix ldxfsr insn | Igor V. Kovalenko | 1 | -1/+5 |
2010-06-02 | sparc64: fix missing address masking v1 | Igor V. Kovalenko | 1 | -0/+4 |
2010-05-22 | sparc64: fix mmu context at trap levels above zero | Igor V. Kovalenko | 1 | -3/+7 |
2010-05-22 | sparc64: fix pstate privilege bits | Igor V. Kovalenko | 1 | -2/+2 |
2010-05-20 | target-sparc: Inline some generation of carry for ADDX/SUBX. | Richard Henderson | 1 | -74/+198 |
2010-05-09 | sparc: lazy C flag calculation | Blue Swirl | 1 | -16/+8 |