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-09-21
tcg: Introduce movcond
Richard Henderson
15
-6
/
+70
2012-09-19
tcg/optimize: fix end of basic block detection
Aurelien Jarno
1
-13
/
+9
2012-09-19
revert "TCG: fix copy propagation"
Aurelien Jarno
2
-14
/
+6
2012-09-19
tcg: mark set_label with TCG_OPF_BB_END flag
Aurelien Jarno
2
-6
/
+1
2012-09-19
tcg/i386: allow constants in load/store ops
Aurelien Jarno
1
-13
/
+37
2012-09-15
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
Blue Swirl
17
-275
/
+6
2012-09-11
tcg/optimize: fix if/else/break coding style
Aurelien Jarno
1
-23
/
+11
2012-09-11
tcg/optimize: add constant folding for brcond
Aurelien Jarno
1
-1
/
+26
2012-09-11
tcg/optimize: add constant folding for setcond
Aurelien Jarno
1
-0
/
+81
2012-09-11
tcg/optimize: swap brcond/setcond arguments when possible
Aurelien Jarno
1
-0
/
+18
2012-09-11
tcg/optimize: simplify shift/rot r, 0, a => movi r, 0 cases
Aurelien Jarno
1
-0
/
+20
2012-09-11
tcg/optimize: simplify and r, a, 0 cases
Aurelien Jarno
1
-0
/
+1
2012-09-11
tcg/optimize: simplify or/xor r, a, 0 cases
Aurelien Jarno
1
-0
/
+2
2012-09-11
tcg/optimize: split expression simplification
Aurelien Jarno
1
-1
/
+13
2012-09-11
tcg: improve profiler
Aurelien Jarno
2
-1
/
+12
2012-09-10
tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0
Aurelien Jarno
1
-7
/
+7
2012-08-28
tcg/mips: fix broken CONFIG_TCG_PASS_AREG0 code
Aurelien Jarno
1
-59
/
+99
2012-08-26
tcg/ia64: fix and optimize ld/st slow path
Aurelien Jarno
1
-15
/
+23
2012-08-26
tcg/ia64: fix prologue/epilogue
Aurelien Jarno
1
-10
/
+10
2012-08-26
tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 code
Peter Maydell
1
-93
/
+144
2012-06-24
tci: don't write zero for reloc in tci_out_label
Scott Wood
1
-1
/
+1
2012-06-24
TCG: Fix compile breakage in tcg_dump_ops
Alexander Graf
2
-2
/
+2
2012-06-21
qemu-log: cleanup
Blue Swirl
3
-45
/
+51
2012-05-27
tcg/ppc: Handle _CALL_DARWIN being undefined on Darwin
Andreas Färber
1
-6
/
+10
2012-05-15
tcg/ppc64: Fix CONFIG_TCG_PASS_AREG0
Andreas Färber
1
-20
/
+12
2012-05-15
tcg/ppc64: Don't hardcode register numbers for qemu_ld/st
Andreas Färber
1
-7
/
+9
2012-05-09
tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 mode
Andreas Färber
1
-1
/
+32
2012-05-09
tcg/ppc: Clobber r5 for 64-bit qemu_ld
Andreas Färber
1
-0
/
+3
2012-05-09
tcg/ppc: Don't hardcode register numbers
Andreas Färber
1
-12
/
+17
2012-05-09
tcg/ppc: Do not overwrite lower address word on Darwin and AIX
Andreas Färber
1
-4
/
+0
2012-05-03
Bail out if CONFIG_TCG_PASS_AREG0 is defined
malc
1
-21
/
+1
2012-05-03
Restore consistent formatting
malc
1
-18
/
+18
2012-04-15
tcg/i386: Add support for w64 ABI
Stefan Weil
1
-11
/
+28
2012-04-15
tcg/i386: Use GDB JIT debugging interface only for hosts with ELF
Stefan Weil
1
-1
/
+5
2012-03-29
qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs
Li Zhang
1
-1
/
+0
2012-03-24
tcg-sparc: Add debug_frame support.
Richard Henderson
1
-0
/
+63
2012-03-24
tcg-hppa: Add debug_frame support.
Richard Henderson
1
-15
/
+88
2012-03-24
tcg: Allow ELF_HOST_FLAGS and ELF_OSABI overrides in gdb-jit.
Richard Henderson
1
-0
/
+6
2012-03-24
tcg: Add debug_info to JIT ELF image.
Richard Henderson
1
-75
/
+158
2012-03-24
tcg: Use the GDB JIT debugging interface.
Richard Henderson
3
-9
/
+301
2012-03-18
tcg: fix sparc host for AREG0 free operation
Blue Swirl
1
-0
/
+11
2012-03-18
softmmu templates: optionally pass CPUState to memory access functions
Blue Swirl
10
-3
/
+430
2012-03-18
i386: Remove REGPARM
Blue Swirl
4
-77
/
+58
2012-03-17
w64: Fix data type of next_tb and tcg_qemu_tb_exec
Stefan Weil
2
-2
/
+2
2012-03-17
Fix large memory chunks allocation with tcg_malloc.
Kirill Batuzov
2
-6
/
+10
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
11
-40
/
+40
2012-03-11
tcg: Improve tcg_out_label and fix its usage for w64
Stefan Weil
4
-14
/
+14
2012-03-03
w64: fix type casts when calling flush_icache_range
Stefan Weil
1
-4
/
+5
2012-03-03
w64: Change data type of parameters for flush_icache_range
Stefan Weil
6
-6
/
+13
2012-03-03
w64: Fix data type of parameters for flush_icache_range
Stefan Weil
2
-2
/
+4
[next]