summaryrefslogtreecommitdiffstats
path: root/target-sparc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* SPARC: Add asr17 register supportFabien Chouteau2011-01-241-0/+11
* SPARC: Emulation of Leon3Fabien Chouteau2011-01-241-2/+11
* target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno2010-12-281-6/+6
* sparc64: fix umul and smul insnsIgor V. Kovalenko2010-06-021-26/+29
* sparc64: fix ldxfsr insnIgor V. Kovalenko2010-06-021-1/+5
* sparc64: fix missing address masking v1Igor V. Kovalenko2010-06-021-0/+4
* sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko2010-05-221-3/+7
* sparc64: fix pstate privilege bitsIgor V. Kovalenko2010-05-221-2/+2
* target-sparc: Inline some generation of carry for ADDX/SUBX.Richard Henderson2010-05-201-74/+198
* sparc: lazy C flag calculationBlue Swirl2010-05-091-16/+8
* target-sparc: Fix -singlestep.Richard Henderson2010-04-261-4/+5
* Fix harmless if statements with empty body, spotted by clangBlue Swirl2010-04-181-1/+2
* target-sparc: Free instruction temporaries.Richard Henderson2010-04-171-25/+27
* Sparc: fix PC/NPC during FPU trapsBlue Swirl2010-04-171-0/+2
* Sparc: fix exceptions in delay slotBlue Swirl2010-04-111-4/+4
* remove TARGET_* defines from translate-all.cPaolo Bonzini2010-04-081-0/+3
* target-sparc: fix --enable-debug build for 64 bit hostStefan Weil2010-02-251-1/+1
* target-sparc: fix --enable-debug buildJay Foad2010-02-201-11/+11
* sparc64: use helper_wrpil to check pending irq on writeIgor V. Kovalenko2010-01-081-4/+1
* sparc64-8bit-asiIgor V. Kovalenko2009-09-231-0/+1
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* Sparc32/64: fix jmpl followed by branchBlue Swirl2009-08-221-0/+2
* Fix desynchronization of condition code state when a memory access trapsBlue Swirl2009-08-151-0/+11
* Sparc64: replace tsptr with helper routineIgor Kovalenko2009-08-041-16/+35
* sparc64 flush pending conditional evaluations before exposing cpu stateIgor Kovalenko2009-07-311-0/+5
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Use correct type for SPARC cpu_cc_opPaul Brook2009-06-061-1/+2
* Convert mulsccBlue Swirl2009-05-101-131/+2
* Convert udiv/sdivBlue Swirl2009-05-101-19/+6
* Convert tagged opsBlue Swirl2009-05-101-129/+8
* Convert subxBlue Swirl2009-05-101-31/+6
* Convert subBlue Swirl2009-05-101-37/+11
* Convert logical operations and umul/smulBlue Swirl2009-05-101-24/+24
* Convert addxBlue Swirl2009-05-101-31/+6
* Convert addBlue Swirl2009-05-101-21/+6
* Use dynamical computation for condition codesBlue Swirl2009-05-101-24/+108
* Optimize cmp x, 0 caseBlue Swirl2009-05-031-14/+19
* ReindentBlue Swirl2009-05-031-319/+312
* Improve instruction name comments for easier searchingBlue Swirl2009-05-021-44/+44
* Optimize operations with immediate parametersBlue Swirl2009-05-021-52/+200
* Fix Sparc64 sign extension problemsBlue Swirl2009-05-021-32/+36
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-1/+1
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-20/+0
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-2/+2
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-9/+6
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-3/+4
* TCG variable type checking.pbrook2008-11-171-523/+521
* Use TCG not opblueswir12008-11-091-14/+12
OpenPOWER on IntegriCloud