index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-21
tcg/i386: Fix build for systems without working cpuid.h (MacOSX, Win32)
Peter Maydell
1
-1
/
+3
2014-02-17
tcg/i386: Use SHLX/SHRX/SARX instructions
Richard Henderson
1
-11
/
+50
2014-02-17
tcg/i386: Use ANDN instruction
Richard Henderson
2
-13
/
+45
2014-02-17
tcg/i386: Add tcg_out_vex_modrm
Richard Henderson
1
-3
/
+38
2014-02-17
tcg/i386: Move TCG_CT_CONST_* to tcg-target.c
Richard Henderson
2
-3
/
+4
2014-02-17
tcg/optimize: Add more identity simplifications
Richard Henderson
1
-15
/
+24
2014-02-17
tcg/optimize: Optmize ANDC X,Y,Y to MOV X,0
Richard Henderson
1
-0
/
+1
2014-02-17
tcg/optimize: Simply some logical ops to NOT
Richard Henderson
1
-0
/
+57
2014-02-17
tcg/optimize: Handle known-zeros masks for ANDC
Richard Henderson
1
-0
/
+11
2014-02-17
tcg/optimize: add known-zero bits compute for load ops
Aurelien Jarno
1
-1
/
+25
2014-02-17
tcg/optimize: improve known-zero bits for 32-bit ops
Aurelien Jarno
1
-0
/
+6
2014-02-17
tcg/optimize: fix known-zero bits optimization
Aurelien Jarno
1
-1
/
+7
2014-02-17
tcg/optimize: fix known-zero bits for right shift ops
Aurelien Jarno
1
-5
/
+14
2014-02-17
tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1].
Huw Davies
1
-1
/
+1
2014-02-15
TCG: Fix 32-bit host allocation typo
Richard Henderson
1
-1
/
+1
2014-02-08
tcg: Add TCGV_UNUSED_PTR, TCGV_IS_UNUSED_PTR, TCGV_EQUAL_PTR
Peter Maydell
1
-0
/
+3
2014-02-01
tcg/s390: Remove sigill_handler
Richard Henderson
1
-19
/
+0
2014-01-30
Merge remote-tracking branch 'rth/tcg-movbe' into staging
Peter Maydell
1
-48
/
+97
2014-01-30
TCG: Fix I64-on-32bit-host temporaries
Alexander Graf
1
-1
/
+1
2014-01-25
tcg/i386: cleanup useless #ifdef
Aurelien Jarno
1
-2
/
+0
2014-01-25
tcg/i386: use movbe instruction in qemu_ldst routines
Aurelien Jarno
1
-37
/
+80
2014-01-25
tcg/i386: add support for three-byte opcodes
Aurelien Jarno
1
-8
/
+16
2014-01-25
tcg/i386: remove hardcoded P_REXW value
Aurelien Jarno
1
-1
/
+1
2013-12-21
tcg/i386: fix a comment
Aurelien Jarno
1
-1
/
+1
2013-12-10
tcg: Use bitmaps for free temporaries
Richard Henderson
2
-22
/
+21
2013-11-30
tcg-s390: Use qemu_getauxval in query_facilities
Richard Henderson
1
-83
/
+12
2013-11-30
tcg-arm: Use qemu_getauxval
Richard Henderson
1
-9
/
+5
2013-11-30
tcg-ppc64: Use qemu_getauxval
Richard Henderson
1
-9
/
+2
2013-11-18
tcg-ia64: Introduce tcg_opc_bswap64_i
Richard Henderson
1
-35
/
+28
2013-11-18
tcg-ia64: Introduce tcg_opc_ext_i
Richard Henderson
1
-30
/
+24
2013-11-18
tcg-ia64: Introduce tcg_opc_movi_a
Richard Henderson
1
-16
/
+16
2013-11-18
tcg-ia64: Introduce tcg_opc_mov_a
Richard Henderson
1
-19
/
+16
2013-11-18
tcg-ia64: Use A3 form of logical operations
Richard Henderson
1
-30
/
+34
2013-11-18
tcg-ia64: Use SUB_A3 and ADDS_A4 for subtraction
Richard Henderson
1
-2
/
+23
2013-11-18
tcg-ia64: Use ADDS for small addition
Richard Henderson
1
-4
/
+16
2013-11-18
tcg-ia64: Avoid unnecessary stop bit in tcg_out_alu
Richard Henderson
1
-11
/
+6
2013-11-18
tcg-ia64: Move AREG0 to R32
Richard Henderson
2
-9
/
+8
2013-11-18
tcg-ia64: Simplify brcond
Richard Henderson
1
-34
/
+10
2013-11-18
tcg-ia64: Handle constant calls
Richard Henderson
1
-3
/
+35
2013-11-18
tcg-ia64: Use shortcuts for nop insns
Richard Henderson
1
-124
/
+127
2013-11-18
tcg-ia64: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-82
/
+91
2013-10-12
tcg-ppc64: Support new ldst opcodes
Richard Henderson
2
-62
/
+17
2013-10-12
tcg-ppc: Support new ldst opcodes
Richard Henderson
2
-66
/
+33
2013-10-12
tcg-ppc64: Convert to le/be ldst helpers
Richard Henderson
1
-16
/
+22
2013-10-12
tcg-ppc: Convert to le/be ldst helpers
Richard Henderson
1
-24
/
+33
2013-10-12
tcg-ppc64: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-39
/
+45
2013-10-12
tcg-ppc: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-56
/
+48
2013-10-12
tcg-arm: Improve GUEST_BASE qemu_ld/st
Richard Henderson
1
-104
/
+116
2013-10-12
tcg-arm: Convert to new ldst opcodes
Richard Henderson
2
-71
/
+38
2013-10-12
tcg-arm: Tidy variable naming convention in qemu_ld/st
Richard Henderson
1
-115
/
+115
[next]