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
2011-10-01
tcg-i386: Introduce limited deposit support
Jan Kiszka
2
-2
/
+31
2011-09-17
tcg/i386: Only one call output register needed for 64 bit hosts
Stefan Weil
1
-1
/
+3
2011-08-21
tcg: Always define all of the TCGOpcode enum members.
Richard Henderson
1
-33
/
+35
2011-06-26
TCG/x86: use stack for TCG temps
Blue Swirl
1
-10
/
+12
2011-06-26
TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESP
Blue Swirl
1
-4
/
+4
2011-06-26
Delegate setup of TCG temporaries to targets
Blue Swirl
1
-0
/
+2
2011-06-26
cpu-exec.c: avoid AREG0 use
Blue Swirl
1
-3
/
+5
2010-06-10
tcg-i386: fix andi r, r, 0xff
Aurelien Jarno
1
-1
/
+1
2010-06-10
tcg-i386: remove use of _Bool that slipped code review
Aurelien Jarno
1
-1
/
+1
2010-06-10
tcg-i386: Merge 64-bit generation.
Richard Henderson
2
-330
/
+887
2010-06-09
tcg: Make some tcg-target.c routines static.
Richard Henderson
1
-2
/
+2
2010-06-09
tcg: Add TYPE parameter to tcg_out_mov.
Richard Henderson
1
-18
/
+18
2010-06-03
tcg-i386: fix a typo
Aurelien Jarno
1
-1
/
+1
2010-06-02
tcg-i386: declare tcg_out_tlb_load() inline
Aurelien Jarno
1
-3
/
+4
2010-06-02
tcg-i386: Remove some ifdefs in qemu_ld/st.
Richard Henderson
1
-47
/
+38
2010-06-02
tcg-i386: Split out tlb load function.
Richard Henderson
1
-106
/
+97
2010-06-02
tcg-i386: Swap order of TLB hit and miss paths.
Richard Henderson
1
-92
/
+80
2010-06-02
tcg-i386: Split out TLB Hit path from qemu_ld/st.
Richard Henderson
1
-95
/
+102
2010-06-02
tcg-i386: Tidy data16 prefixes.
Richard Henderson
1
-10
/
+18
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-03-26
tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.
Richard Henderson
1
-3
/
+3
2010-03-26
tcg: Allow target-specific implementation of NOR.
Richard Henderson
1
-0
/
+1
2010-03-26
tcg: Allow target-specific implementation of NAND.
Richard Henderson
1
-0
/
+1
2010-03-26
tcg: Allow target-specific implementation of EQV.
Richard Henderson
1
-0
/
+1
2010-03-26
tcg: Use TCGCond where appropriate.
Richard Henderson
1
-2
/
+2
2010-03-26
tcg: Name the opcode enumeration.
Richard Henderson
1
-1
/
+1
2010-03-26
remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]
Paolo Bonzini
1
-2
/
+0
2010-03-14
tcg: add div/rem 32-bit helpers
Aurelien Jarno
1
-0
/
+1
2010-03-12
Remove TLB from userspace
Paul Brook
1
-0
/
+2
[next]