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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-19
22
-62
/
+47
*
target/alpha: optimize gen_cvtlq() using deposit op
Philippe Mathieu-Daudé
2017-07-19
1
-5
/
+3
*
target/sparc: optimize gen_op_mulscc() using deposit op
Philippe Mathieu-Daudé
2017-07-19
1
-4
/
+1
*
target/sparc: optimize various functions using extract op
Philippe Mathieu-Daudé
2017-07-19
1
-10
/
+5
*
target/ppc: optimize various functions using extract op
Philippe Mathieu-Daudé
2017-07-19
2
-30
/
+15
*
target/m68k: optimize bcd_flags() using extract op
Philippe Mathieu-Daudé
2017-07-19
1
-2
/
+1
*
target/arm: optimize aarch32 rev16
Aurelien Jarno
2017-07-19
1
-2
/
+4
*
target/arm: Optimize aarch64 rev16
Richard Henderson
2017-07-19
1
-18
/
+6
*
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into staging
Peter Maydell
2017-07-19
5
-149
/
+180
|
\
|
*
target/alpha: Log temp leaks
Richard Henderson
2017-07-19
1
-0
/
+6
|
*
target/alpha: Fix temp leak in gen_fbcond
Richard Henderson
2017-07-19
1
-1
/
+5
|
*
target/alpha: Fix temp leak in gen_call_pal
Richard Henderson
2017-07-19
1
-8
/
+12
|
*
target/alpha: Fix temp leak in gen_mtpr
Richard Henderson
2017-07-19
1
-4
/
+6
|
*
target/alpha: Fix temp leak in gen_bcond
Richard Henderson
2017-07-19
1
-8
/
+8
|
*
target/alpha: Merge several flag bytes into ENV->FLAGS
Richard Henderson
2017-07-19
5
-87
/
+103
|
*
target/alpha: Copy tb->flags into DisasContext
Richard Henderson
2017-07-19
1
-5
/
+7
|
*
target/alpha: Remove amask from tb->flags
Richard Henderson
2017-07-19
2
-41
/
+38
*
|
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
3
-0
/
+19
*
|
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
4
-15
/
+148
*
|
target/sh4: Adjust TB_FLAG_PENDING_MOVCA
Richard Henderson
2017-07-18
1
-3
/
+3
*
|
target/sh4: Keep env->flags clean
Richard Henderson
2017-07-18
2
-2
/
+2
*
|
target/sh4: Introduce TB_FLAG_ENVFLAGS_MASK
Richard Henderson
2017-07-18
2
-3
/
+5
*
|
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
3
-16
/
+18
*
|
target/sh4: do not use a helper to implement fneg
Aurelien Jarno
2017-07-18
3
-9
/
+2
*
|
target/sh4: fix FPSCR cause vs flag inversion
Aurelien Jarno
2017-07-18
1
-10
/
+10
*
|
target/sh4: fix FPU unorderered compare
Aurelien Jarno
2017-07-18
1
-20
/
+8
*
|
target/sh4: do not check for PR bit for fabs instruction
Aurelien Jarno
2017-07-18
3
-24
/
+3
|
/
*
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170718' into s...
Peter Maydell
2017-07-18
2
-0
/
+38
|
\
|
*
s390x/cpumodel: z14 cpu models
Jason J. Herne
2017-07-18
2
-0
/
+38
*
|
Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170717' into staging
Peter Maydell
2017-07-18
5
-25
/
+696
|
\
\
|
*
|
target/s390x: Fix risbg handling
Richard Henderson
2017-07-17
1
-2
/
+2
[next]