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
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/optimize: Add more identity simplifications
Richard Henderson
2014-02-17
1
-15
/
+24
*
tcg/optimize: Optmize ANDC X,Y,Y to MOV X,0
Richard Henderson
2014-02-17
1
-0
/
+1
*
tcg/optimize: Simply some logical ops to NOT
Richard Henderson
2014-02-17
1
-0
/
+57
*
tcg/optimize: Handle known-zeros masks for ANDC
Richard Henderson
2014-02-17
1
-0
/
+11
*
tcg/optimize: add known-zero bits compute for load ops
Aurelien Jarno
2014-02-17
1
-1
/
+25
*
tcg/optimize: improve known-zero bits for 32-bit ops
Aurelien Jarno
2014-02-17
1
-0
/
+6
*
tcg/optimize: fix known-zero bits optimization
Aurelien Jarno
2014-02-17
1
-1
/
+7
*
tcg/optimize: fix known-zero bits for right shift ops
Aurelien Jarno
2014-02-17
1
-5
/
+14
*
tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1].
Huw Davies
2014-02-17
1
-1
/
+1
*
TCG: Fix 32-bit host allocation typo
Richard Henderson
2014-02-15
1
-1
/
+1
*
tcg: Add TCGV_UNUSED_PTR, TCGV_IS_UNUSED_PTR, TCGV_EQUAL_PTR
Peter Maydell
2014-02-08
1
-0
/
+3
*
tcg/s390: Remove sigill_handler
Richard Henderson
2014-02-01
1
-19
/
+0
*
Merge remote-tracking branch 'rth/tcg-movbe' into staging
Peter Maydell
2014-01-30
1
-48
/
+97
|
\
|
*
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: Fix I64-on-32bit-host temporaries
Alexander Graf
2014-01-30
1
-1
/
+1
|
/
*
tcg/i386: fix a comment
Aurelien Jarno
2013-12-21
1
-1
/
+1
*
tcg: Use bitmaps for free temporaries
Richard Henderson
2013-12-10
2
-22
/
+21
*
tcg-s390: Use qemu_getauxval in query_facilities
Richard Henderson
2013-11-30
1
-83
/
+12
*
tcg-arm: Use qemu_getauxval
Richard Henderson
2013-11-30
1
-9
/
+5
*
tcg-ppc64: Use qemu_getauxval
Richard Henderson
2013-11-30
1
-9
/
+2
*
tcg-ia64: Introduce tcg_opc_bswap64_i
Richard Henderson
2013-11-18
1
-35
/
+28
*
tcg-ia64: Introduce tcg_opc_ext_i
Richard Henderson
2013-11-18
1
-30
/
+24
*
tcg-ia64: Introduce tcg_opc_movi_a
Richard Henderson
2013-11-18
1
-16
/
+16
*
tcg-ia64: Introduce tcg_opc_mov_a
Richard Henderson
2013-11-18
1
-19
/
+16
*
tcg-ia64: Use A3 form of logical operations
Richard Henderson
2013-11-18
1
-30
/
+34
*
tcg-ia64: Use SUB_A3 and ADDS_A4 for subtraction
Richard Henderson
2013-11-18
1
-2
/
+23
*
tcg-ia64: Use ADDS for small addition
Richard Henderson
2013-11-18
1
-4
/
+16
*
tcg-ia64: Avoid unnecessary stop bit in tcg_out_alu
Richard Henderson
2013-11-18
1
-11
/
+6
*
tcg-ia64: Move AREG0 to R32
Richard Henderson
2013-11-18
2
-9
/
+8
*
tcg-ia64: Simplify brcond
Richard Henderson
2013-11-18
1
-34
/
+10
*
tcg-ia64: Handle constant calls
Richard Henderson
2013-11-18
1
-3
/
+35
*
tcg-ia64: Use shortcuts for nop insns
Richard Henderson
2013-11-18
1
-124
/
+127
*
tcg-ia64: Use TCGMemOp within qemu_ldst routines
Richard Henderson
2013-11-18
1
-82
/
+91
*
tcg-ppc64: Support new ldst opcodes
Richard Henderson
2013-10-12
2
-62
/
+17
*
tcg-ppc: Support new ldst opcodes
Richard Henderson
2013-10-12
2
-66
/
+33
*
tcg-ppc64: Convert to le/be ldst helpers
Richard Henderson
2013-10-12
1
-16
/
+22
*
tcg-ppc: Convert to le/be ldst helpers
Richard Henderson
2013-10-12
1
-24
/
+33
*
tcg-ppc64: Use TCGMemOp within qemu_ldst routines
Richard Henderson
2013-10-12
1
-39
/
+45
*
tcg-ppc: Use TCGMemOp within qemu_ldst routines
Richard Henderson
2013-10-12
1
-56
/
+48
*
tcg-arm: Improve GUEST_BASE qemu_ld/st
Richard Henderson
2013-10-12
1
-104
/
+116
*
tcg-arm: Convert to new ldst opcodes
Richard Henderson
2013-10-12
2
-71
/
+38
*
tcg-arm: Tidy variable naming convention in qemu_ld/st
Richard Henderson
2013-10-12
1
-115
/
+115
[next]