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: 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
*
tcg/ppc: Implement goto_ptr
Richard Henderson
2017-06-05
2
-1
/
+8
*
tcg/i386: implement goto_ptr
Emilio G. Cota
2017-06-05
2
-3
/
+23
*
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
Emilio G. Cota
2017-06-05
16
-0
/
+49
*
tcg/mips: fix field extraction opcode
Aurelien Jarno
2017-05-06
1
-2
/
+2
*
tcg: Initialize return value after exit_atomic
Richard Henderson
2017-04-26
1
-0
/
+6
*
Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1
Peter Maydell
2017-04-20
1
-7
/
+0
*
tcg/sparc: Zero extend address argument to ld/st helpers
Peter Maydell
2017-04-03
1
-2
/
+2
*
tcg/sparc: Zero extend data argument to store helpers
Peter Maydell
2017-04-03
1
-0
/
+25
*
Merge branch 'icount-update' into HEAD
Paolo Bonzini
2017-03-03
1
-1
/
+0
|
\
|
*
cpu-exec: unify icount_decr and tcg_exit_req
Paolo Bonzini
2017-02-22
1
-1
/
+0
*
|
aarch64: Change ext type to TCGType to fix warnings
Pranith Kumar
2017-02-28
1
-2
/
+2
*
|
tcg: enable MTTCG by default for ARM on x86 hosts
Alex Bennée
2017-02-24
1
-0
/
+11
*
|
tcg: add options for enabling MTTCG
KONRAD Frederic
2017-02-24
1
-0
/
+9
*
|
tcg: move TCG_MO/BAR types into own file
Alex Bennée
2017-02-24
2
-17
/
+49
|
/
*
tci: Remove invalid assertions
Stefan Weil
2017-02-03
1
-2
/
+0
*
tcg/i386: Always use TZCNT when available
Richard Henderson
2017-01-17
1
-3
/
+7
*
Revert "tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR"
Richard Henderson
2017-01-17
1
-22
/
+13
*
tcg/aarch64: Fix tcg_out_movi
Richard Henderson
2017-01-13
1
-33
/
+24
*
tcg/aarch64: Fix addsub2 for 0+C
Richard Henderson
2017-01-13
1
-0
/
+9
*
tcg/s390: Fix merge error with facilities
Richard Henderson
2017-01-13
1
-1
/
+1
*
tcg/i386: Handle ctpop opcode
Richard Henderson
2017-01-10
2
-3
/
+14
*
tcg/ppc: Handle ctpop opcode
Richard Henderson
2017-01-10
2
-3
/
+14
*
tcg: Use ctpop to generate ctz if needed
Richard Henderson
2017-01-10
1
-40
/
+60
*
tcg: Add opcode for ctpop
Richard Henderson
2017-01-10
15
-0
/
+69
*
tcg: Add helpers for clrsb
Richard Henderson
2017-01-10
3
-0
/
+34
*
tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR
Richard Henderson
2017-01-10
1
-13
/
+22
*
tcg/i386: Handle ctz and clz opcodes
Richard Henderson
2017-01-10
2
-13
/
+120
*
tcg/i386: Allow bmi2 shiftx to have non-matching operands
Richard Henderson
2017-01-10
1
-14
/
+19
*
tcg/i386: Hoist common arguments in tcg_out_op
Richard Henderson
2017-01-10
1
-102
/
+95
*
tcg/i386: Fuly convert tcg_target_op_def
Richard Henderson
2017-01-10
1
-142
/
+198
*
tcg/s390: Handle clz opcode
Richard Henderson
2017-01-10
2
-2
/
+36
*
tcg/mips: Handle clz opcode
Richard Henderson
2017-01-10
2
-2
/
+51
*
tcg/arm: Handle ctz and clz opcodes
Richard Henderson
2017-01-10
2
-2
/
+29
*
tcg/aarch64: Handle ctz and clz opcodes
Richard Henderson
2017-01-10
2
-4
/
+52
[prev]
[next]