index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg/i386: Fix build for systems without working cpuid.h (MacOSX, Win32)
Peter Maydell
2014-02-21
1
-1
/
+3
*
tcg/i386: Use SHLX/SHRX/SARX instructions
Richard Henderson
2014-02-17
1
-11
/
+50
*
tcg/i386: Use ANDN instruction
Richard Henderson
2014-02-17
2
-13
/
+45
*
tcg/i386: Add tcg_out_vex_modrm
Richard Henderson
2014-02-17
1
-3
/
+38
*
tcg/i386: Move TCG_CT_CONST_* to tcg-target.c
Richard Henderson
2014-02-17
2
-3
/
+4
*
tcg/i386: cleanup useless #ifdef
Aurelien Jarno
2014-01-25
1
-2
/
+0
*
tcg/i386: use movbe instruction in qemu_ldst routines
Aurelien Jarno
2014-01-25
1
-37
/
+80
*
tcg/i386: add support for three-byte opcodes
Aurelien Jarno
2014-01-25
1
-8
/
+16
*
tcg/i386: remove hardcoded P_REXW value
Aurelien Jarno
2014-01-25
1
-1
/
+1
*
tcg/i386: fix a comment
Aurelien Jarno
2013-12-21
1
-1
/
+1
*
tcg-i386: Support new ldst opcodes
Richard Henderson
2013-10-12
2
-90
/
+51
*
tcg-i386: Remove "cb" output restriction from qemu_st8 for i386
Richard Henderson
2013-10-12
1
-2
/
+8
*
tcg-i386: Tidy softmmu routines
Richard Henderson
2013-10-12
1
-249
/
+208
*
tcg-i386: Use TCGMemOp within qemu_ldst routines
Richard Henderson
2013-10-12
1
-64
/
+59
*
tcg: Add qemu_ld_st_i32/64
Richard Henderson
2013-10-10
1
-0
/
+2
*
tcg: Add tcg-be-ldst.h
Richard Henderson
2013-10-10
1
-27
/
+3
*
tcg-i386: Make use of zero-extended memory helper routines
Richard Henderson
2013-09-02
1
-9
/
+6
*
tcg: Introduce zero and sign-extended versions of load helpers
Richard Henderson
2013-09-02
1
-3
/
+3
*
exec: Split softmmu_defs.h
Richard Henderson
2013-09-02
1
-3
/
+0
*
tcg-i386: Don't perform GETPC adjustment in TCG code
Richard Henderson
2013-09-02
1
-19
/
+14
*
tcg-i386: Adjust tcg_out_tlb_load for x32
Richard Henderson
2013-09-02
1
-14
/
+27
*
tcg-i386: Use intptr_t appropriately
Richard Henderson
2013-09-02
1
-22
/
+19
*
tcg: Change tcg_out_ld/st offset to intptr_t
Richard Henderson
2013-09-02
1
-2
/
+2
*
tcg: Change relocation offsets to intptr_t
Richard Henderson
2013-09-02
1
-1
/
+1
*
tcg: Allow TCG_TARGET_REG_BITS to be specified independantly
Richard Henderson
2013-09-02
1
-4
/
+6
*
tcg: Change flush_icache_range arguments to uintptr_t
Richard Henderson
2013-09-02
1
-2
/
+1
*
tcg: Add muluh and mulsh opcodes
Richard Henderson
2013-09-02
1
-0
/
+4
*
tcg-i386: Use new return-argument ld/st helpers
Richard Henderson
2013-08-26
1
-56
/
+47
*
tcg-i386: Tidy qemu_ld/st slow path
Richard Henderson
2013-08-26
1
-91
/
+74
*
tcg-i386: Try pc-relative lea for constant formation
Richard Henderson
2013-08-26
1
-5
/
+20
*
tcg-i386: Add and use tcg_out64
Richard Henderson
2013-08-26
1
-2
/
+1
*
tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame size
Richard Henderson
2013-07-09
1
-3
/
+3
*
tcg: Move the CIE and FDE header definitions to common code
Richard Henderson
2013-07-09
1
-26
/
+13
*
tcg: Remove redundant tcg_target_init checks
Richard Henderson
2013-06-05
1
-6
/
+0
*
tcg-i386: Implement multiword arithmetic ops
Richard Henderson
2013-02-23
2
-17
/
+26
*
tcg: Add signed multiword multiplication operations
Richard Henderson
2013-02-23
1
-0
/
+2
*
tcg: Add 64-bit multiword arithmetic operations
Richard Henderson
2013-02-23
1
-0
/
+3
*
tcg-i386: Always implement 32-bit multiword ops
Richard Henderson
2013-02-23
2
-12
/
+13
*
tcg: Make 32-bit multiword operations optional for 64-bit hosts
Richard Henderson
2013-02-23
1
-0
/
+4
*
tcg-i386: use LEA for 3-operand 64-bit addition
Paolo Bonzini
2013-01-12
1
-1
/
+1
*
tcg-i386: Perform cmov detection at runtime for 32-bit.
Richard Henderson
2012-12-29
2
-6
/
+30
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
janitor: add guards to headers
Paolo Bonzini
2012-12-19
1
-0
/
+3
*
tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
Yeongkyoon Lee
2012-11-03
1
-126
/
+278
*
tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
Richard Henderson
2012-10-28
1
-56
/
+97
*
tcg/i386: remove ld/st third argument register constraint
Aurelien Jarno
2012-10-28
1
-6
/
+2
*
tcg/i386: remove suboptimal register shifting
Aurelien Jarno
2012-10-28
1
-42
/
+31
*
tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
Peter Maydell
2012-10-12
1
-2
/
+0
*
tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
Richard Henderson
2012-10-06
1
-1
/
+1
*
tcg: remove obsolete jmp op
Aurelien Jarno
2012-10-06
1
-9
/
+0
[next]