aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/translate.c
AgeCommit message (Expand)Author
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
2009-05-03ReindentBlue Swirl
2009-05-02Improve instruction name comments for easier searchingBlue Swirl
2009-05-02Optimize operations with immediate parametersBlue Swirl
2009-05-02Fix Sparc64 sign extension problemsBlue Swirl
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori
2008-11-17TCG variable type checking.pbrook
2008-11-09Use TCG not opblueswir1
2008-11-09Use andc, orc, nor and nandblueswir1
2008-11-01Fix TCGv size mismatchesblueswir1
2008-09-26Implement UA2005 hypervisor trapsblueswir1
2008-09-22Add software and timer interrupt supportblueswir1
2008-09-21Use the new concat_tl_i64 op for std and stdablueswir1
2008-09-21Use the new concat_i32_i64 op for std and stdablueswir1
2008-09-13Fix mulscc with high bits set in either src1 or src2blueswir1
2008-09-11Write zeros to high bits of y, based on patch by Vince Weaverblueswir1
2008-09-10Convert rest of ops using float32 to TCG, remove FT0 and FT1blueswir1
2008-09-10Partially convert float128 conversion ops to TCGblueswir1
2008-09-10Convert basic 64 bit VIS ops to TCGblueswir1