index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
sh4
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/sh4: Fix translator.c assertion failure for gUSA
Richard Henderson
2018-07-09
1
-37
/
+44
*
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2018-06-02
1
-4
/
+4
*
target/sh4: convert to TranslatorOps
Emilio G. Cota
2018-05-09
1
-85
/
+86
*
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
2017-12-29
1
-2
/
+2
*
target/sh4: Convert to DisasContextBase
Richard Henderson
2017-12-18
1
-76
/
+78
*
target/sh4: Do not singlestep after exceptions
Richard Henderson
2017-12-18
1
-16
/
+16
*
target/sh4: Convert to DisasJumpType
Richard Henderson
2017-12-18
1
-35
/
+30
*
target/sh4: Use cmpxchg for movco when parallel_cpus
Richard Henderson
2017-12-18
1
-22
/
+60
*
target/sh4: fix TCG leak during gusa sequence
Alex Bennée
2017-12-18
1
-1
/
+1
*
target/sh4: add missing tcg_temp_free() in _decode_opc()
Philippe Mathieu-Daudé
2017-12-18
1
-0
/
+2
*
Remove empty statements
Ladi Prosek
2017-12-18
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
2017-10-27
1
-1
/
+1
|
\
|
*
disas: Remove unused flags arguments
Richard Henderson
2017-10-25
1
-1
/
+1
*
|
tcg: Initialize cpu_env generically
Richard Henderson
2017-10-24
1
-4
/
+0
*
|
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
1
-1
/
+1
*
|
target/sh4: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
1
-1
/
+1
*
|
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-10-24
1
-3
/
+3
*
|
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-10-24
1
-7
/
+0
|
/
*
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
2017-10-10
1
-2
/
+2
*
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-19
1
-3
/
+2
*
target/sh4: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2017-07-18
1
-10
/
+20
*
target/sh4: Implement fsrra
Richard Henderson
2017-07-18
1
-0
/
+2
*
target/sh4: Add missing FPSCR.PR == 0 checks
Richard Henderson
2017-07-18
1
-0
/
+2
*
target/sh4: Implement fpchg
Richard Henderson
2017-07-18
1
-0
/
+5
*
target/sh4: Introduce CHECK_SH4A
Richard Henderson
2017-07-18
1
-34
/
+30
*
target/sh4: Introduce CHECK_FPSCR_PR_*
Richard Henderson
2017-07-18
1
-26
/
+31
*
target/sh4: Tidy misc illegal insn checks
Richard Henderson
2017-07-18
1
-9
/
+13
*
target/sh4: Unify code for CHECK_FPU_ENABLED
Richard Henderson
2017-07-18
1
-10
/
+14
*
target/sh4: Unify code for CHECK_PRIVILEGED
Richard Henderson
2017-07-18
1
-10
/
+4
*
target/sh4: Unify code for CHECK_NOT_DELAY_SLOT
Richard Henderson
2017-07-18
1
-6
/
+5
*
target/sh4: Simplify 64-bit fp reg-reg move
Richard Henderson
2017-07-18
1
-4
/
+4
*
target/sh4: Load/store Dr as 64-bit quantities
Richard Henderson
2017-07-18
1
-39
/
+36
*
target/sh4: Merge DREG into fpr64 routines
Richard Henderson
2017-07-18
1
-11
/
+15
*
target/sh4: Eliminate unused XREG macro
Richard Henderson
2017-07-18
1
-1
/
+0
*
target/sh4: Hoist fp register bank selection
Richard Henderson
2017-07-18
1
-3
/
+5
*
target/sh4: Pass DisasContext to fpr64 routines
Richard Henderson
2017-07-18
1
-13
/
+13
*
target/sh4: Unify cpu_fregs into FREG
Richard Henderson
2017-07-18
1
-73
/
+52
*
target/sh4: Hoist register bank selection
Richard Henderson
2017-07-18
1
-10
/
+11
*
target/sh4: Recognize common gUSA sequences
Richard Henderson
2017-07-18
1
-0
/
+321
*
target/sh4: Handle user-space atomics
Richard Henderson
2017-07-18
1
-12
/
+126
*
target/sh4: Introduce TB_FLAG_ENVFLAGS_MASK
Richard Henderson
2017-07-18
1
-2
/
+2
*
target/sh4: Consolidate end-of-TB tests
Richard Henderson
2017-07-18
1
-14
/
+17
*
target/sh4: return result of fcmp using TCG
Aurelien Jarno
2017-07-18
1
-4
/
+6
*
target/sh4: do not use a helper to implement fneg
Aurelien Jarno
2017-07-18
1
-3
/
+2
*
target/sh4: do not check for PR bit for fabs instruction
Aurelien Jarno
2017-07-18
1
-12
/
+3
*
target/sh4: fix RTE instruction delay slot
Aurelien Jarno
2017-05-30
1
-2
/
+6
*
target/sh4: introduce DELAY_SLOT_MASK
Aurelien Jarno
2017-05-30
1
-9
/
+8
*
target/sh4: trap unaligned accesses
Aurelien Jarno
2017-05-13
1
-2
/
+4
*
target/sh4: movua.l is an SH4-A only instruction
Aurelien Jarno
2017-05-13
1
-11
/
+15
*
target/sh4: implement tas.b using atomic helper
Aurelien Jarno
2017-05-13
1
-12
/
+7
[next]