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
/
i386
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-02
tcg: Introduce zero and sign-extended versions of load helpers
Richard Henderson
1
-3
/
+3
2013-09-02
exec: Split softmmu_defs.h
Richard Henderson
1
-3
/
+0
2013-09-02
tcg-i386: Don't perform GETPC adjustment in TCG code
Richard Henderson
1
-19
/
+14
2013-09-02
tcg-i386: Adjust tcg_out_tlb_load for x32
Richard Henderson
1
-14
/
+27
2013-09-02
tcg-i386: Use intptr_t appropriately
Richard Henderson
1
-22
/
+19
2013-09-02
tcg: Change tcg_out_ld/st offset to intptr_t
Richard Henderson
1
-2
/
+2
2013-09-02
tcg: Change relocation offsets to intptr_t
Richard Henderson
1
-1
/
+1
2013-09-02
tcg: Allow TCG_TARGET_REG_BITS to be specified independantly
Richard Henderson
1
-4
/
+6
2013-09-02
tcg: Change flush_icache_range arguments to uintptr_t
Richard Henderson
1
-2
/
+1
2013-09-02
tcg: Add muluh and mulsh opcodes
Richard Henderson
1
-0
/
+4
2013-08-26
tcg-i386: Use new return-argument ld/st helpers
Richard Henderson
1
-56
/
+47
2013-08-26
tcg-i386: Tidy qemu_ld/st slow path
Richard Henderson
1
-91
/
+74
2013-08-26
tcg-i386: Try pc-relative lea for constant formation
Richard Henderson
1
-5
/
+20
2013-08-26
tcg-i386: Add and use tcg_out64
Richard Henderson
1
-2
/
+1
2013-07-09
tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame size
Richard Henderson
1
-3
/
+3
2013-07-09
tcg: Move the CIE and FDE header definitions to common code
Richard Henderson
1
-26
/
+13
2013-06-05
tcg: Remove redundant tcg_target_init checks
Richard Henderson
1
-6
/
+0
2013-02-23
tcg-i386: Implement multiword arithmetic ops
Richard Henderson
2
-17
/
+26
2013-02-23
tcg: Add signed multiword multiplication operations
Richard Henderson
1
-0
/
+2
2013-02-23
tcg: Add 64-bit multiword arithmetic operations
Richard Henderson
1
-0
/
+3
2013-02-23
tcg-i386: Always implement 32-bit multiword ops
Richard Henderson
2
-12
/
+13
2013-02-23
tcg: Make 32-bit multiword operations optional for 64-bit hosts
Richard Henderson
1
-0
/
+4
2013-01-12
tcg-i386: use LEA for 3-operand 64-bit addition
Paolo Bonzini
1
-1
/
+1
2012-12-29
tcg-i386: Perform cmov detection at runtime for 32-bit.
Richard Henderson
2
-6
/
+30
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-12-19
janitor: add guards to headers
Paolo Bonzini
1
-0
/
+3
2012-11-03
tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
Yeongkyoon Lee
1
-126
/
+278
2012-10-28
tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
Richard Henderson
1
-56
/
+97
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-12
tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
Peter Maydell
1
-2
/
+0
2012-10-06
tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
Richard Henderson
1
-1
/
+1
2012-10-06
tcg: remove obsolete jmp op
Aurelien Jarno
1
-9
/
+0
2012-09-26
tcg/i386: fix build with -march < i686
Aurelien Jarno
1
-0
/
+2
2012-09-22
tcg: Remove tcg_target_get_call_iarg_regs_count
Stefan Weil
1
-6
/
+0
2012-09-22
tcg/i386: Remove unused registers from tcg_target_call_iarg_regs
Stefan Weil
1
-8
/
+2
2012-09-22
tcg/i386: Add shortcuts for registers used in L constraint
Stefan Weil
1
-48
/
+48
2012-09-22
w64: Fix TCG helper functions with 5 arguments
Stefan Weil
2
-1
/
+5
2012-09-21
tcg-i386: Implement movcond
Richard Henderson
2
-1
/
+35
2012-09-21
tcg: Introduce movcond
Richard Henderson
1
-0
/
+2
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
2
-31
/
+0
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-24
tcg: Use the GDB JIT debugging interface.
Richard Henderson
1
-9
/
+105
2012-03-18
softmmu templates: optionally pass CPUState to memory access functions
Blue Swirl
1
-0
/
+57
2012-03-18
i386: Remove REGPARM
Blue Swirl
1
-56
/
+56
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-1
/
+1
2012-03-11
tcg: Improve tcg_out_label and fix its usage for w64
Stefan Weil
1
-4
/
+4
2012-03-03
w64: Fix data type of parameters for flush_icache_range
Stefan Weil
1
-1
/
+2
[prev]
[next]