index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
sh4
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
LluĂs Vilanova
1
-3
/
+2
2017-07-18
target/sh4: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
1
-10
/
+20
2017-07-18
target/sh4: Implement fsrra
Richard Henderson
3
-0
/
+19
2017-07-18
target/sh4: Add missing FPSCR.PR == 0 checks
Richard Henderson
1
-0
/
+2
2017-07-18
target/sh4: Implement fpchg
Richard Henderson
1
-0
/
+5
2017-07-18
target/sh4: Introduce CHECK_SH4A
Richard Henderson
1
-34
/
+30
2017-07-18
target/sh4: Introduce CHECK_FPSCR_PR_*
Richard Henderson
1
-26
/
+31
2017-07-18
target/sh4: Tidy misc illegal insn checks
Richard Henderson
1
-9
/
+13
2017-07-18
target/sh4: Unify code for CHECK_FPU_ENABLED
Richard Henderson
1
-10
/
+14
2017-07-18
target/sh4: Unify code for CHECK_PRIVILEGED
Richard Henderson
1
-10
/
+4
2017-07-18
target/sh4: Unify code for CHECK_NOT_DELAY_SLOT
Richard Henderson
1
-6
/
+5
2017-07-18
target/sh4: Simplify 64-bit fp reg-reg move
Richard Henderson
1
-4
/
+4
2017-07-18
target/sh4: Load/store Dr as 64-bit quantities
Richard Henderson
1
-39
/
+36
2017-07-18
target/sh4: Merge DREG into fpr64 routines
Richard Henderson
1
-11
/
+15
2017-07-18
target/sh4: Eliminate unused XREG macro
Richard Henderson
1
-1
/
+0
2017-07-18
target/sh4: Hoist fp register bank selection
Richard Henderson
1
-3
/
+5
2017-07-18
target/sh4: Pass DisasContext to fpr64 routines
Richard Henderson
1
-13
/
+13
2017-07-18
target/sh4: Unify cpu_fregs into FREG
Richard Henderson
1
-73
/
+52
2017-07-18
target/sh4: Hoist register bank selection
Richard Henderson
1
-10
/
+11
2017-07-18
target/sh4: Recognize common gUSA sequences
Richard Henderson
1
-0
/
+321
2017-07-18
target/sh4: Handle user-space atomics
Richard Henderson
4
-15
/
+148
2017-07-18
target/sh4: Adjust TB_FLAG_PENDING_MOVCA
Richard Henderson
1
-3
/
+3
2017-07-18
target/sh4: Keep env->flags clean
Richard Henderson
2
-2
/
+2
2017-07-18
target/sh4: Introduce TB_FLAG_ENVFLAGS_MASK
Richard Henderson
2
-3
/
+5
2017-07-18
target/sh4: Consolidate end-of-TB tests
Richard Henderson
1
-14
/
+17
2017-07-18
target/sh4: return result of fcmp using TCG
Aurelien Jarno
3
-16
/
+18
2017-07-18
target/sh4: do not use a helper to implement fneg
Aurelien Jarno
3
-9
/
+2
2017-07-18
target/sh4: fix FPSCR cause vs flag inversion
Aurelien Jarno
1
-10
/
+10
2017-07-18
target/sh4: fix FPU unorderered compare
Aurelien Jarno
1
-20
/
+8
2017-07-18
target/sh4: do not check for PR bit for fabs instruction
Aurelien Jarno
3
-24
/
+3
2017-05-30
target/sh4: fix RTE instruction delay slot
Aurelien Jarno
2
-5
/
+16
2017-05-30
target/sh4: ignore interrupts in a delay slot
Aurelien Jarno
1
-2
/
+10
2017-05-30
target/sh4: introduce DELAY_SLOT_MASK
Aurelien Jarno
3
-12
/
+12
2017-05-30
target/sh4: fix reset when using a kernel and an initrd
Aurelien Jarno
1
-1
/
+9
2017-05-30
target/sh4: log unauthorized accesses using qemu_log_mask
Aurelien Jarno
1
-1
/
+1
2017-05-13
target/sh4: use cpu_loop_exit_restore
Aurelien Jarno
1
-8
/
+2
2017-05-13
target/sh4: trap unaligned accesses
Aurelien Jarno
4
-2
/
+25
2017-05-13
target/sh4: movua.l is an SH4-A only instruction
Aurelien Jarno
1
-11
/
+15
2017-05-13
target/sh4: implement tas.b using atomic helper
Aurelien Jarno
1
-12
/
+7
2017-05-13
target/sh4: generate fences for SH4
Aurelien Jarno
1
-4
/
+5
2017-05-13
target/sh4: optimize gen_write_sr using extract op
Aurelien Jarno
1
-6
/
+3
2017-05-13
target/sh4: optimize gen_store_fpr64
Aurelien Jarno
1
-7
/
+1
2017-05-13
target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jump
Aurelien Jarno
1
-6
/
+3
2017-05-13
target/sh4: only save flags state at the end of the TB
Aurelien Jarno
1
-36
/
+33
2017-05-13
target/sh4: fix BS_EXCP exit
Aurelien Jarno
1
-9
/
+7
2017-05-13
target/sh4: fix BS_STOP exit
Aurelien Jarno
1
-2
/
+3
2017-05-13
target/sh4: move DELAY_SLOT_TRUE flag into a separate global
Aurelien Jarno
3
-18
/
+16
2017-05-13
target/sh4: do not include DELAY_SLOT_TRUE in the TB state
Aurelien Jarno
1
-2
/
+1
2017-05-13
target/sh4: get rid of DELAY_SLOT_CLEARME
Aurelien Jarno
3
-16
/
+6
2017-05-13
target/sh4: split ctx->flags into ctx->tbflags and ctx->envflags
Aurelien Jarno
1
-79
/
+82
[prev]
[next]