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
2012-12-08
tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext.
Evgeny Voevodin
1
-0
/
+3
2012-11-24
tcg: mark local temps as MEM in dead_temp()
Aurelien Jarno
1
-1
/
+1
2012-11-24
tcg/arm: fix cross-endian qemu_st16
Aurelien Jarno
1
-2
/
+18
2012-11-24
tcg/arm: fix TLB access in qemu-ld/st ops
Aurelien Jarno
1
-36
/
+42
2012-11-21
tcg/ppc: Fix !softmmu case
malc
1
-4
/
+8
2012-11-19
tcg/ppc: Remove unused s_bits variable
malc
1
-3
/
+0
2012-11-18
tci: Support deposit operations
Stefan Weil
2
-2
/
+26
2012-11-17
TCG: Remove unused global variables
Evgeny Voevodin
2
-8
/
+0
2012-11-17
TCG: Use gen_opparam_buf from context instead of global variable.
Evgeny Voevodin
1
-5
/
+6
2012-11-17
TCG: Use gen_opc_buf from context instead of global variable.
Evgeny Voevodin
2
-46
/
+46
2012-11-17
TCG: Use gen_opparam_ptr from context instead of global variable.
Evgeny Voevodin
2
-145
/
+145
2012-11-17
TCG: Use gen_opc_ptr from context instead of global variable.
Evgeny Voevodin
2
-43
/
+43
2012-11-17
tcg/tcg.h: Duplicate global TCG variables in TCGContext
Evgeny Voevodin
1
-0
/
+6
2012-11-11
tcg: properly check that op's output needs to be synced to memory
Kirill Batuzov
1
-4
/
+4
2012-11-06
tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessors
malc
1
-8
/
+24
2012-11-03
tcg/ppc: ld/st optimization
malc
1
-195
/
+258
2012-11-03
tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
Yeongkyoon Lee
3
-126
/
+320
2012-10-31
tcg: don't remove op if output needs to be synced to memory
Aurelien Jarno
1
-4
/
+4
2012-10-30
tcg/mips: use MUL instead of MULT on MIPS32 and above
Aurelien Jarno
1
-0
/
+7
2012-10-28
tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
Richard Henderson
1
-56
/
+97
2012-10-28
tcg: remove compatiblity call flags
Aurelien Jarno
1
-4
/
+0
2012-10-28
tcg: rework TCG helper flags
Aurelien Jarno
5
-30
/
+60
2012-10-28
tcg: synchronize globals for ops with side effects
Aurelien Jarno
2
-11
/
+26
2012-10-28
tcg: forbid ld/st function to modify globals
Aurelien Jarno
2
-7
/
+10
2012-10-28
tcg: fix some op flags
Aurelien Jarno
1
-8
/
+7
2012-10-28
tcg: don't explicitly save globals and temps
Aurelien Jarno
1
-0
/
+12
2012-10-28
tcg: start with local temps in TEMP_VAL_MEM state
Aurelien Jarno
1
-1
/
+5
2012-10-28
tcg: always mark dead input arguments as dead
Aurelien Jarno
1
-7
/
+7
2012-10-28
tcg: rewrite tcg_reg_alloc_mov()
Aurelien Jarno
1
-45
/
+61
2012-10-28
tcg: improve tcg_reg_alloc_movi()
Aurelien Jarno
1
-0
/
+3
2012-10-28
tcg: rework liveness analysis
Aurelien Jarno
1
-27
/
+37
2012-10-28
tcg: sync output arguments on liveness request
Aurelien Jarno
2
-36
/
+64
2012-10-28
tcg: add temp_sync()
Aurelien Jarno
1
-15
/
+19
2012-10-28
tcg: add tcg_reg_sync()
Aurelien Jarno
1
-9
/
+20
2012-10-28
tcg: add temp_dead()
Aurelien Jarno
1
-36
/
+31
2012-10-28
tcg/i386: remove ld/st third argument register constraint
Aurelien Jarno
1
-6
/
+2
2012-10-28
tcg/i386: remove suboptimal register shifting
Aurelien Jarno
1
-42
/
+31
2012-10-20
exec: Allocate code_gen_prologue from code_gen_buffer
Richard Henderson
1
-1
/
+1
2012-10-19
Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...
Aurelien Jarno
11
-26
/
+0
2012-10-17
tcg: Optimize mulu2
Richard Henderson
3
-0
/
+47
2012-10-17
tcg: Optimize half-dead add2/sub2
Richard Henderson
1
-1
/
+33
2012-10-17
tcg: Constant fold add2 and sub2
Richard Henderson
2
-0
/
+44
2012-10-17
tcg: Do constant folding on double-word comparisons
Richard Henderson
1
-21
/
+72
2012-10-17
tcg: Split out subroutines from do_constant_folding_cond
Richard Henderson
1
-71
/
+81
2012-10-17
tcg: Optimize double-word comparisons against zero
Richard Henderson
1
-0
/
+39
2012-10-17
tcg: Use common code when failing to optimize
Richard Henderson
1
-59
/
+32
2012-10-17
tcg: Swap commutative double-word comparisons
Richard Henderson
1
-0
/
+26
2012-10-17
tcg: Canonicalize add2 operand ordering
Richard Henderson
1
-0
/
+5
2012-10-17
tcg: Split out swap_commutative as a subroutine
Richard Henderson
1
-32
/
+24
2012-10-17
tcg-ia64: Implement deposit
Richard Henderson
2
-2
/
+58
[next]