Sign in
qemu-android
/
qemu-android
/
8e895599a1beb250ebca00e83b5fae6a828d2171
/
tcg
163fa4b
tcg-i386: use LEA for 3-operand 64-bit addition
by Paolo Bonzini
· 12 years ago
9a8a5ae
tcg: Remove unneeded assertion
by Stefan Weil
· 12 years ago
753d99d
tcg-hppa: Fix typo in brcond2
by Richard Henderson
· 12 years ago
76a347e
tcg-i386: Perform cmov detection at runtime for 32-bit.
by Richard Henderson
· 12 years ago
afcb92b
tcg: Add TCGV_IS_UNUSED_*
by Richard Henderson
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
cb9c377
janitor: add guards to headers
by Paolo Bonzini
· 12 years ago
7c12fd9
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 12 years ago
c3a4360
tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext.
by Evgeny Voevodin
· 12 years ago
a93cf9d
Fix comments (adress -> address, layed -> laid, wierd -> weird)
by Stefan Weil
· 12 years ago
e5138db
tcg: mark local temps as MEM in dead_temp()
by Aurelien Jarno
· 12 years ago
7aab08a
tcg/arm: fix cross-endian qemu_st16
by Aurelien Jarno
· 12 years ago
d17bd1d
tcg/arm: fix TLB access in qemu-ld/st ops
by Aurelien Jarno
· 12 years ago
ecf51c9
tcg/ppc: Fix !softmmu case
by malc
· 12 years ago
ecdffbc
tcg/ppc: Remove unused s_bits variable
by malc
· 12 years ago
e24dc9f
tci: Support deposit operations
by Stefan Weil
· 13 years ago
83eeb39
TCG: Remove unused global variables
by Evgeny Voevodin
· 12 years ago
1ff0a2c
TCG: Use gen_opparam_buf from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
92414b3
TCG: Use gen_opc_buf from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
c4afe5c
TCG: Use gen_opparam_ptr from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
efd7f48
TCG: Use gen_opc_ptr from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
8232a46
tcg/tcg.h: Duplicate global TCG variables in TCGContext
by Evgeny Voevodin
· 12 years ago
3c5645f
tcg: properly check that op's output needs to be synced to memory
by Kirill Batuzov
· 12 years ago
c878da3
tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessors
by malc
· 12 years ago
ed224a5
tcg/ppc: ld/st optimization
by malc
· 12 years ago
b76f0d8
tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
by Yeongkyoon Lee
· 12 years ago
b3a1be8
tcg: don't remove op if output needs to be synced to memory
by Aurelien Jarno
· 12 years ago
3585317
tcg/mips: use MUL instead of MULT on MIPS32 and above
by Aurelien Jarno
· 12 years ago
44b37ac
tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
by Richard Henderson
· 12 years ago
b393ab4
tcg: remove compatiblity call flags
by Aurelien Jarno
· 12 years ago
7850527
tcg: rework TCG helper flags
by Aurelien Jarno
· 12 years ago
3d5c5f8
tcg: synchronize globals for ops with side effects
by Aurelien Jarno
· 12 years ago
b202d41
tcg: forbid ld/st function to modify globals
by Aurelien Jarno
· 12 years ago
344028b
tcg: fix some op flags
by Aurelien Jarno
· 12 years ago
2c0366f
tcg: don't explicitly save globals and temps
by Aurelien Jarno
· 12 years ago
7dfd8c6
tcg: start with local temps in TEMP_VAL_MEM state
by Aurelien Jarno
· 12 years ago
a52ad07
tcg: always mark dead input arguments as dead
by Aurelien Jarno
· 12 years ago
c29c1d7
tcg: rewrite tcg_reg_alloc_mov()
by Aurelien Jarno
· 12 years ago
4c4e1ab
tcg: improve tcg_reg_alloc_movi()
by Aurelien Jarno
· 12 years ago
9c43b68
tcg: rework liveness analysis
by Aurelien Jarno
· 12 years ago
ec7a869
tcg: sync output arguments on liveness request
by Aurelien Jarno
· 12 years ago
1ad8072
tcg: add temp_sync()
by Aurelien Jarno
· 12 years ago
7f6ceed
tcg: add tcg_reg_sync()
by Aurelien Jarno
· 12 years ago
639368d
tcg: add temp_dead()
by Aurelien Jarno
· 12 years ago
17b9149
tcg/i386: remove ld/st third argument register constraint
by Aurelien Jarno
· 12 years ago
166792f
tcg/i386: remove suboptimal register shifting
by Aurelien Jarno
· 12 years ago
4438c8a
exec: Allocate code_gen_prologue from code_gen_buffer
by Richard Henderson
· 12 years ago
41a05a4
Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio/qemu
by Aurelien Jarno
· 12 years ago
1414968
tcg: Optimize mulu2
by Richard Henderson
· 13 years ago
1305c45
tcg: Optimize half-dead add2/sub2
by Richard Henderson
· 13 years ago
212c328
tcg: Constant fold add2 and sub2
by Richard Henderson
· 13 years ago
6c4382f
tcg: Do constant folding on double-word comparisons
by Richard Henderson
· 13 years ago
9519da7
tcg: Split out subroutines from do_constant_folding_cond
by Richard Henderson
· 13 years ago
bc1473e
tcg: Optimize double-word comparisons against zero
by Richard Henderson
· 13 years ago
6e14e91
tcg: Use common code when failing to optimize
by Richard Henderson
· 13 years ago
0bfcb86
tcg: Swap commutative double-word comparisons
by Richard Henderson
· 13 years ago
1e484e6
tcg: Canonicalize add2 operand ordering
by Richard Henderson
· 13 years ago
24c9ae4
tcg: Split out swap_commutative as a subroutine
by Richard Henderson
· 13 years ago
c7d4475
tcg-ia64: Implement deposit
by Richard Henderson
· 12 years ago
63975ea
tcg/ia64: slightly optimize TLB access code
by Aurelien Jarno
· 12 years ago
2174d1e
tcg/ia64: remove suboptimal register shifting in qemu_ld/st ops
by Aurelien Jarno
· 12 years ago
b90cf71
tcg/ia64: implement movcond_i32/64
by Aurelien Jarno
· 12 years ago
da897bf
tcg/ia64: use stack for TCG temps
by Blue Swirl
· 12 years ago
4a1d241
tcg/arm: Implement movcond_i32
by Peter Maydell
· 13 years ago
7fc645b
tcg/arm: Factor out code to emit immediate or reg-reg op
by Peter Maydell
· 13 years ago
203342d
tcg-sparc: Emit MOVR insns for setcond_i64 and movcond_64
by Richard Henderson
· 12 years ago
ab1339b
tcg-sparc: Emit BPr insns for brcond_i64
by Richard Henderson
· 12 years ago
a115f3e
tcg-sparc: Drop use of Bicc in favor of BPcc
by Richard Henderson
· 12 years ago
fd84ea2
tcg-sparc: Optimize setcond2 equality compare with 0.
by Richard Henderson
· 12 years ago
89269f6
tcg-sparc: Use Z constraint for %g0
by Richard Henderson
· 12 years ago
4ec28e2
tcg-sparc: Fix add2/sub2
by Richard Henderson
· 12 years ago
7d458a7
tcg-sparc: Fix setcond
by Richard Henderson
· 12 years ago
a7a4984
tcg-sparc: Fix qemu_st for 32-bit
by Richard Henderson
· 12 years ago
dda73c7
tcg-sparc: Fix setcond2
by Richard Henderson
· 12 years ago
ded37f0
tcg-sparc: Implement movcond.
by Richard Henderson
· 12 years ago
24c7f75
tcg-sparc: Fix brcond2
by Richard Henderson
· 12 years ago
07e10e5
tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
by Peter Maydell
· 12 years ago
d838201
tcg: Remove redundant pointer from TCGContext
by Stefan Weil
· 12 years ago
048d361
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
by Aurelien Jarno
· 12 years ago
d1e321b
tcg: Add tcg_high_cond
by Richard Henderson
· 13 years ago
0aed257
tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
by Richard Henderson
· 13 years ago
bcc6656
tcg: Add is_unsigned_cond
by Richard Henderson
· 13 years ago
626cd05
tcg: remove obsolete jmp op
by Aurelien Jarno
· 13 years ago
f97713f
tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code
by Peter Maydell
· 13 years ago
6673f47
tci: Fix for AREG0 free mode
by Stefan Weil
· 13 years ago
f813cb8
tcg/i386: fix build with -march < i686
by Aurelien Jarno
· 13 years ago
a80a6b6
tcg: Streamline movcond_i64 using movcond_i32
by Richard Henderson
· 13 years ago
a463133
tcg: Streamline movcond_i64 using 32-bit arithmetic
by Richard Henderson
· 13 years ago
0a209d4
tcg: Sanity check goto_tb input
by Richard Henderson
· 13 years ago
717e703
tcg: Sanity check deposit inputs
by Richard Henderson
· 13 years ago
c552d6c
tcg: Add tcg_debug_assert
by Richard Henderson
· 13 years ago
77276f6
tcg: Implement concat*_i64 with deposit_i64
by Richard Henderson
· 13 years ago
6f3bb33
tcg: Emit XORI as NOT for appropriate constants
by Richard Henderson
· 13 years ago
d81ada7
tcg: Optimize initial inputs for ori_i64
by Richard Henderson
· 13 years ago
42ce3e2
tcg: Emit ANDI as EXTU for appropriate constants
by Richard Henderson
· 13 years ago
5a696f6
tcg: Adjust descriptions of *cond opcodes
by Richard Henderson
· 13 years ago
8f06bf6
tcg/mips: fix MIPS32(R2) detection
by Aurelien Jarno
· 13 years ago
04cbbde
Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rth
by Blue Swirl
· 13 years ago
e809c0d
Revert "tcg/mips"
by Aurelien Jarno
· 13 years ago
Next »