summaryrefslogtreecommitdiff
path: root/target-sparc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-02sparc64: fix umul and smul insnsIgor V. Kovalenko1-26/+29
2010-06-02sparc64: fix ldxfsr insnIgor V. Kovalenko1-1/+5
2010-06-02sparc64: fix missing address masking v1Igor V. Kovalenko1-0/+4
2010-05-22sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko1-3/+7
2010-05-22sparc64: fix pstate privilege bitsIgor V. Kovalenko1-2/+2
2010-05-20target-sparc: Inline some generation of carry for ADDX/SUBX.Richard Henderson1-74/+198
2010-05-09sparc: lazy C flag calculationBlue Swirl1-16/+8
2010-04-26target-sparc: Fix -singlestep.Richard Henderson1-4/+5
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl1-1/+2
2010-04-17target-sparc: Free instruction temporaries.Richard Henderson1-25/+27
2010-04-17Sparc: fix PC/NPC during FPU trapsBlue Swirl1-0/+2
2010-04-11Sparc: fix exceptions in delay slotBlue Swirl1-4/+4
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini1-0/+3
2010-02-25target-sparc: fix --enable-debug build for 64 bit hostStefan Weil1-1/+1
2010-02-20target-sparc: fix --enable-debug buildJay Foad1-11/+11
2010-01-08sparc64: use helper_wrpil to check pending irq on writeIgor V. Kovalenko1-4/+1
2009-09-23sparc64-8bit-asiIgor V. Kovalenko1-0/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-08-22Sparc32/64: fix jmpl followed by branchBlue Swirl1-0/+2
2009-08-15Fix desynchronization of condition code state when a memory access trapsBlue Swirl1-0/+11
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko1-16/+35
2009-07-31sparc64 flush pending conditional evaluations before exposing cpu stateIgor Kovalenko1-0/+5
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-06Use correct type for SPARC cpu_cc_opPaul Brook1-1/+2
2009-05-10Convert mulsccBlue Swirl1-131/+2
2009-05-10Convert udiv/sdivBlue Swirl1-19/+6
2009-05-10Convert tagged opsBlue Swirl1-129/+8
2009-05-10Convert subxBlue Swirl1-31/+6
2009-05-10Convert subBlue Swirl1-37/+11
2009-05-10Convert logical operations and umul/smulBlue Swirl1-24/+24
2009-05-10Convert addxBlue Swirl1-31/+6
2009-05-10Convert addBlue Swirl1-21/+6
2009-05-10Use dynamical computation for condition codesBlue Swirl1-24/+108
2009-05-03Optimize cmp x, 0 caseBlue Swirl1-14/+19
2009-05-03ReindentBlue Swirl1-319/+312
2009-05-02Improve instruction name comments for easier searchingBlue Swirl1-44/+44
2009-05-02Optimize operations with immediate parametersBlue Swirl1-52/+200
2009-05-02Fix Sparc64 sign extension problemsBlue Swirl1-32/+36
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-1/+1
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-20/+0
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-2/+2
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-9/+6
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-3/+4
2008-11-17TCG variable type checking.pbrook1-523/+521
2008-11-09Use TCG not opblueswir11-14/+12
2008-11-09Use andc, orc, nor and nandblueswir11-52/+36
2008-11-01Fix TCGv size mismatchesblueswir11-19/+21
2008-09-26Implement UA2005 hypervisor trapsblueswir11-2/+23