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
2010-06-02
tcg-i386: Tidy data16 prefixes.
Richard Henderson
1
-10
/
+18
2010-05-28
tcg: Use INDEX_op_qemu_ld32 for 32-bit results.
Richard Henderson
1
-0
/
+8
2010-05-21
tcg-ia64: Load GUEST_BASE into a register.
Richard Henderson
1
-44
/
+88
2010-05-21
tcg-ia64: Fix some register usage issues.
Richard Henderson
1
-25
/
+42
2010-05-21
tcg-hppa: Load GUEST_BASE as an immediate.
Richard Henderson
1
-8
/
+4
2010-05-21
tcg: Initialize the prologue after GUEST_BASE is fixed.
Richard Henderson
2
-0
/
+4
2010-05-21
tcg-i386: Nuke trailing whitespace.
Richard Henderson
1
-22
/
+22
2010-05-21
tcg-i386: Use lea for three-operand add.
Richard Henderson
1
-3
/
+20
2010-05-21
tcg-i386: Tidy lea.
Richard Henderson
1
-31
/
+60
2010-05-21
tcg-i386: Tidy xchg.
Richard Henderson
1
-1
/
+3
2010-05-21
tcg-i386: Tidy multiply.
Richard Henderson
1
-3
/
+6
2010-05-21
tcg-i386: Tidy unary arithmetic.
Richard Henderson
1
-13
/
+25
2010-05-21
tcg-i386: Tidy setcc.
Richard Henderson
1
-2
/
+2
2010-05-21
tcg-i386: Tidy ret.
Richard Henderson
1
-1
/
+2
2010-05-21
tcg-i386: Tidy calls.
Richard Henderson
1
-22
/
+27
2010-05-21
tcg-i386: Tidy push/pop.
Richard Henderson
1
-18
/
+30
2010-05-21
tcg-i386: Tidy movi.
Richard Henderson
1
-1
/
+2
2010-05-21
tcg-i386: Tidy non-immediate arithmetic operations.
Richard Henderson
1
-30
/
+48
2010-05-21
tcg-i386: Tidy immediate arithmetic operations.
Richard Henderson
1
-16
/
+10
2010-05-21
tcg-i386: Tidy ext8s and ext16s operations.
Richard Henderson
1
-11
/
+24
2010-05-21
tcg-i386: Tidy ext8u and ext16u operations.
Richard Henderson
1
-26
/
+31
2010-05-20
tcg-i386: Tidy jumps.
Richard Henderson
1
-25
/
+33
2010-05-20
tcg-i386: Eliminate extra move from qemu_ld64.
Richard Henderson
1
-11
/
+9
2010-05-20
tcg-i386: Tidy move operations.
Richard Henderson
1
-27
/
+24
2010-05-20
tcg-i386: Tidy shift operations.
Richard Henderson
1
-15
/
+20
2010-05-20
tcg-i386: Tidy bswap operations.
Richard Henderson
1
-26
/
+27
2010-05-19
tcg-i386: Tidy initialization of tcg_target_call_clobber_regs.
Richard Henderson
1
-5
/
+6
2010-05-19
tcg-i386: Allocate call-saved registers first.
Richard Henderson
1
-3
/
+3
2010-05-07
tcg: Add missing 'static' attribute
Stefan Weil
2
-5
/
+2
2010-04-26
tcg-hppa: Remove automatically implemented opcodes.
Richard Henderson
2
-19
/
+5
2010-04-26
tcg-hppa: Fix branch offset during retranslation.
Richard Henderson
1
-2
/
+8
2010-04-26
tcg-hppa: Schedule the address masking after the TLB load.
Richard Henderson
1
-1
/
+6
2010-04-26
tcg-hppa: Fix softmmu loads and stores.
Richard Henderson
1
-144
/
+132
2010-04-26
tcg-hppa: Fix GUEST_BASE initialization in prologue.
Richard Henderson
1
-10
/
+10
2010-04-26
tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32.
Richard Henderson
2
-54
/
+56
2010-04-25
Remove dead assignments in various common files, spotted by clang analyzer
Blue Swirl
1
-0
/
+4
2010-04-25
tcg/arm: fix condition in zero/sign extension functions
Aurelien Jarno
1
-6
/
+6
2010-04-19
tcg/arm: don't try to load constants using pc
Aurelien Jarno
1
-7
/
+0
2010-04-19
tcg/arm: optimize register allocation order
Aurelien Jarno
1
-5
/
+5
2010-04-19
tcg/arm: fix argument alignment in qemu_st64
Aurelien Jarno
1
-9
/
+10
2010-04-19
tcg/arm: remove useless register tests in qemu_ld/st
Aurelien Jarno
1
-20
/
+10
2010-04-19
tcg/arm: bswap arguments in qemu_ld/st if needed
Aurelien Jarno
1
-69
/
+159
2010-04-19
tcg/arm: use ext* ops in qemu_ld
Aurelien Jarno
1
-18
/
+12
2010-04-19
tcg/arm: remove conditional argument for qemu_ld/st
Aurelien Jarno
1
-51
/
+49
2010-04-19
tcg/arm: add bswap ops
Aurelien Jarno
2
-2
/
+44
2010-04-19
tcg/arm: add ext16u op
Aurelien Jarno
2
-20
/
+50
2010-04-19
tcg/arm: add rotation ops
Aurelien Jarno
2
-1
/
+20
2010-04-19
tcg/arm: use the blx instruction when possible
Aurelien Jarno
1
-4
/
+12
2010-04-19
tcg/arm: sxtb and sxth are available starting with ARMv6
Aurelien Jarno
1
-2
/
+2
2010-04-19
tcg/arm: add variables to define the allowed instructions set
Aurelien Jarno
1
-39
/
+84
[prev]
[next]