aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* target-sh4: fix fldi0/fldi1aurel322008-11-201-4/+2
* target-sh4: map FP registers as TCG variablesaurel322008-11-191-106/+43
* target-sh4: use CPU_Float/CPU_Double instead of ugly castsaurel322008-11-191-40/+102
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-3/+4
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+11
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-5/+7
* TCG variable type checking.pbrook2008-11-173-308/+313
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-2/+2
* SH4: Implement MOVUA.Laurel322008-10-121-0/+11
* SH4: fix single-steppingaurel322008-10-121-0/+1
* SH4: Fix swap.baurel322008-10-121-1/+4
* Silence some warnings about no value returned from non-void functionblueswir12008-10-051-1/+1
* Add concat_i32_i64 op.pbrook2008-09-211-6/+3
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-2/+2
* SH4: Privilege check for instructionsaurel322008-09-151-24/+43
* qemu sh4 nptl supportaurel322008-09-151-0/+5
* sh4: doesn't set the cpu_model_straurel322008-09-151-0/+1
* SH4: sleep instruction bug fixaurel322008-09-153-3/+4
* sh4: CPU versioning.aurel322008-09-022-0/+76
* SH4: fix a regression introduced in r5122aurel322008-09-021-1/+1
* SH4: Remove dyngen leftoversaurel322008-09-013-16/+1
* SH4: final conversion to TCGaurel322008-09-014-28/+14
* SH4: convert floating-point ops to TCGaurel322008-09-015-420/+421
* SH4: Remove most uses of cpu_T[0] and cpu_T[1]aurel322008-09-011-181/+427
* SH4: TCG optimisationsaurel322008-09-011-349/+236
* SH4: Convert remaining non-fp ops to TCGaurel322008-09-015-153/+130
* SH4: Convert shift functions to TCGaurel322008-08-302-24/+9
* SH4: convert control/status register load/store to TCGaurel322008-08-304-82/+69
* SH4: Convert memory loads/stores to TCGaurel322008-08-302-126/+58
* SH4: convert some more arithmetics ops to TCGaurel322008-08-305-193/+86
* SH4: convert a few helpers to TCGaurel322008-08-294-58/+52
* SH4: convert branch/jump instructions to TCGaurel322008-08-292-118/+54
* SH4: convert simple compare instructions to TCGaurel322008-08-292-87/+53
* SH4: convert a few control or system register functions to TCGaurel322008-08-292-69/+46
* SH4: Fix bugs introduce in r5099aurel322008-08-291-8/+8
* SH4: fix xtrct Rm,Rn (broken in r5103)aurel322008-08-291-1/+1
* SH4: convert logic and arithmetic ops to TCGaurel322008-08-292-317/+111
* SH4: use TCG variables for gregsaurel322008-08-291-200/+202
* SH4: use uint32_t/i32 based types/opsaurel322008-08-281-30/+30
* SH4: Convert register moves to TCGaurel322008-08-282-261/+209
* SH4: Convert dyngen registers moves to TCGaurel322008-08-282-15/+9
* SH4: Convert immediate loads to TCGaurel322008-08-282-16/+4
* SH4: remove unused opsaurel322008-08-281-30/+0
* SH4: add support for TCG helpersaurel322008-08-282-0/+11
* SH4: Init TCG variablesaurel322008-08-281-1/+3
* sh4: fix tas.b @Rn instructionaurel322008-08-222-8/+6
* [sh4] code translation bug fixaurel322008-08-221-4/+18
* [sh4] MMU bug fixaurel322008-08-221-3/+20
* [sh4] memory mapped TLB entriesaurel322008-08-222-11/+113
* [sh4] delay slot bug fixaurel322008-08-222-0/+22