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
/
tcg
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg/aarch64: Use constant pool for movi
Richard Henderson
2017-09-07
2
-30
/
+33
*
tcg/s390: Use constant pool for cmpi
Richard Henderson
2017-09-07
1
-69
/
+67
*
tcg/s390: Use constant pool for xori
Richard Henderson
2017-09-07
1
-37
/
+40
*
tcg/s390: Use constant pool for ori
Richard Henderson
2017-09-07
1
-40
/
+34
*
tcg/s390: Use constant pool for andi
Richard Henderson
2017-09-07
1
-6
/
+14
*
tcg/s390: Use constant pool for movi
Richard Henderson
2017-09-07
2
-53
/
+78
*
tcg/s390: Fix sign of patch_reloc addend
Richard Henderson
2017-09-07
1
-12
/
+13
*
tcg/s390: Introduce TCG_REG_TB
Richard Henderson
2017-09-07
2
-12
/
+61
*
tcg/i386: Store out-of-range call targets in constant pool
Richard Henderson
2017-09-07
2
-3
/
+16
*
tcg: Infrastructure for managing constant pools
Richard Henderson
2017-09-07
3
-0
/
+98
*
tcg: Rearrange ldst label tracking
Richard Henderson
2017-09-07
19
-91
/
+57
*
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
Richard Henderson
2017-09-07
13
-17
/
+61
*
tcg/tci: Add TCG_TARGET_DEFAULT_MO
Richard Henderson
2017-09-07
1
-0
/
+5
*
tcg/s390: Use slbgr for setcond le and leu
Richard Henderson
2017-09-06
1
-76
/
+43
*
tcg/s390: Use load-on-condition-2 facility
Richard Henderson
2017-09-06
2
-17
/
+63
*
tcg/s390: Use distinct-operands facility
Richard Henderson
2017-09-06
2
-28
/
+91
*
tcg/s390: Merge ori+xori facilities check to tcg_target_op_def
Richard Henderson
2017-09-06
1
-68
/
+33
*
tcg/s390: Merge add2i facilities check to tcg_target_op_def
Richard Henderson
2017-09-06
1
-24
/
+14
*
tcg/s390: Merge muli facilities check to tcg_target_op_def
Richard Henderson
2017-09-06
1
-20
/
+25
*
tcg/s390: Merge cmpi facilities check to tcg_target_op_def
Richard Henderson
2017-09-06
1
-38
/
+30
*
tcg/s390: Fully convert tcg_target_op_def
Richard Henderson
2017-09-06
1
-124
/
+154
*
tcg: Implement implicit ordering semantics
Pranith Kumar
2017-09-05
1
-0
/
+16
*
tcg: Add tcg target default memory ordering
Pranith Kumar
2017-09-05
6
-0
/
+12
*
tcg: Remove support for ia64 as host
Richard Henderson
2017-09-05
2
-2680
/
+0
*
tcg: Increase minimum alignment from tcg_malloc to 8
Richard Henderson
2017-08-03
1
-1
/
+4
*
tcg/arm: Fix runtime overalignment test
Richard Henderson
2017-08-03
1
-1
/
+1
*
docs: fix broken paths to docs/devel/atomics.txt
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+1
*
util: Introduce include/qemu/cpuid.h
Richard Henderson
2017-07-24
1
-28
/
+8
*
tcg/tci: enable bswap16_i64
Philippe Mathieu-Daudé
2017-07-19
1
-1
/
+0
*
tcg/mips: reserve a register for the guest_base.
Jiang Biao
2017-07-19
1
-4
/
+13
*
exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state
Lluís Vilanova
2017-07-17
1
-1
/
+2
*
tcg/mips: Bugfix for crash when running program with qemu-i386.
Jiang Biao
2017-07-10
1
-4
/
+4
*
tcg/aarch64: Enable indirect jump path using LDR (literal)
Pranith Kumar
2017-07-10
1
-14
/
+28
*
tcg/aarch64: Use ADRP+ADD to compute target address
Pranith Kumar
2017-07-10
1
-6
/
+30
*
tcg/aarch64: Introduce and use long branch to register
Pranith Kumar
2017-07-10
1
-2
/
+13
*
tcg: move tb_lock out of translate-all.h
Paolo Bonzini
2017-07-04
1
-4
/
+0
*
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into staging
Peter Maydell
2017-06-22
6
-117
/
+89
|
\
|
*
tcg/arm: Use ldr (literal) for goto_tb
Richard Henderson
2017-06-19
1
-5
/
+18
|
*
tcg/arm: Try pc-relative addresses for movi
Richard Henderson
2017-06-19
1
-13
/
+27
|
*
tcg/arm: Use indirect branch for goto_tb
Richard Henderson
2017-06-19
1
-15
/
+2
|
*
tcg/aarch64: Use ADR in tcg_out_movi
Richard Henderson
2017-06-19
1
-1
/
+6
|
*
tcg: allocate TB structs before the corresponding translated code
Emilio G. Cota
2017-06-19
2
-1
/
+21
|
*
util: add cacheinfo
Emilio G. Cota
2017-06-19
1
-69
/
+2
*
|
tcg: move tcg backend files into accel/tcg/
Yang Zhong
2017-06-15
2
-0
/
+1484
|
/
*
tcg/mips: implement goto_ptr
Aurelien Jarno
2017-06-05
2
-1
/
+14
*
tcg/arm: Implement goto_ptr
Richard Henderson
2017-06-05
2
-5
/
+22
*
tcg/arm: Clarify tcg_out_bx for arm4 host
Richard Henderson
2017-06-05
1
-14
/
+15
*
tcg/s390: Implement goto_ptr
Richard Henderson
2017-06-05
2
-4
/
+22
*
tcg/sparc: Implement goto_ptr
Richard Henderson
2017-06-05
2
-2
/
+11
*
tcg/aarch64: Implement goto_ptr
Richard Henderson
2017-06-05
2
-3
/
+21
[next]