aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/translate.c
AgeCommit message (Expand)Author
2011-07-20SPARC64: add missing break on fmovdccTsuneo Saito
2011-07-20SPARC64: fix VIS1 SIMD signed compare instructionsTsuneo Saito
2011-07-14Sparc: fix FPU and AM enable checks for translationBlue Swirl
2011-07-14SPARC64: fp_disabled checks on stfa/stdfa/stqfaTsuneo Saito
2011-07-14SPARC64: Implement stfa/stdfa/stqfa instrcutions properlyTsuneo Saito
2011-07-14SPARC64: fp_disabled checks on ldfa/lddfa/ldqfaTsuneo Saito
2011-07-01fix cpu_cc_src and cpu_cc_src2 corruption in udivx and sdivxArtyom Tarasenko
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl
2011-05-14sparc64: fix incorrect BPcc target sign extensionBlue Swirl
2011-05-14sparc64: fix wrpstate and wrtl on delay slotBlue Swirl
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-01-24SPARC: Add asr17 register supportFabien Chouteau
2011-01-24SPARC: Emulation of Leon3Fabien Chouteau
2010-12-28target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno
2010-06-02sparc64: fix umul and smul insnsIgor V. Kovalenko
2010-06-02sparc64: fix ldxfsr insnIgor V. Kovalenko
2010-06-02sparc64: fix missing address masking v1Igor V. Kovalenko
2010-05-22sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko
2010-05-22sparc64: fix pstate privilege bitsIgor V. Kovalenko
2010-05-20target-sparc: Inline some generation of carry for ADDX/SUBX.Richard Henderson
2010-05-09sparc: lazy C flag calculationBlue Swirl
2010-04-26target-sparc: Fix -singlestep.Richard Henderson
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl
2010-04-17target-sparc: Free instruction temporaries.Richard Henderson
2010-04-17Sparc: fix PC/NPC during FPU trapsBlue Swirl
2010-04-11Sparc: fix exceptions in delay slotBlue Swirl
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini
2010-02-25target-sparc: fix --enable-debug build for 64 bit hostStefan Weil
2010-02-20target-sparc: fix --enable-debug buildJay Foad
2010-01-08sparc64: use helper_wrpil to check pending irq on writeIgor V. Kovalenko
2009-09-23sparc64-8bit-asiIgor V. Kovalenko
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-22Sparc32/64: fix jmpl followed by branchBlue Swirl
2009-08-15Fix desynchronization of condition code state when a memory access trapsBlue Swirl
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko
2009-07-31sparc64 flush pending conditional evaluations before exposing cpu stateIgor Kovalenko
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-06Use correct type for SPARC cpu_cc_opPaul Brook
2009-05-10Convert mulsccBlue Swirl
2009-05-10Convert udiv/sdivBlue Swirl
2009-05-10Convert tagged opsBlue Swirl
2009-05-10Convert subxBlue Swirl
2009-05-10Convert subBlue Swirl
2009-05-10Convert logical operations and umul/smulBlue Swirl
2009-05-10Convert addxBlue Swirl
2009-05-10Convert addBlue Swirl
2009-05-10Use dynamical computation for condition codesBlue Swirl
2009-05-03Optimize cmp x, 0 caseBlue Swirl