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
2008-07-26
Try to avoid glibc global register mangling, again
blueswir1
2
-20
/
+38
2008-07-26
Relax memory operations constraints
malc
1
-17
/
+5
2008-07-26
Fix qemu_ld64 constraint list
malc
1
-1
/
+1
2008-07-26
Use proper offset for LR save slot
malc
1
-2
/
+2
2008-07-26
Reduce amount of space reserved for tb jump
malc
1
-1
/
+1
2008-07-26
Fix and improve 64 bit immediate loading
malc
1
-4
/
+7
2008-07-26
Fix EXTSW arguments
malc
1
-1
/
+1
2008-07-24
Use proper value for TCG_TARGET_CALL_STACK_OFFSET
malc
1
-1
/
+1
2008-07-24
Emit and use adhoc function descriptor for code_gen_prologue on PPC64
malc
2
-18
/
+10
2008-07-23
Remove neg_i32 debugging leftover
malc
1
-2
/
+0
2008-07-23
Provide extNs_M instructions
malc
4
-0
/
+40
2008-07-23
Remove stray "i" from mul_i64
malc
1
-1
/
+1
2008-07-23
Preliminary PPC64/Linux host support
malc
3
-0
/
+1550
2008-07-07
64 bit signed comparison fix (Juergen Lock)
bellard
1
-4
/
+4
2008-07-07
Fix 64 bit constant generation
blueswir1
1
-4
/
+6
2008-07-03
Fuse EQ and NE handling in tcg_out_brcond2
malc
1
-7
/
+4
2008-07-03
Mask LL portion of B to 24 bits in tcg_out_b (Thanks to Thiemo Seufer)
malc
1
-1
/
+1
2008-06-29
Suppress bogus compiler warnings.
pbrook
1
-0
/
+3
2008-06-23
According to gcc-4.3.0/gcc/config/rs6000/crtsavres.asm R13 is volatile
malc
1
-1
/
+0
2008-06-23
Shuffle contents of tcg_target_reg_alloc_order
malc
1
-18
/
+18
2008-06-18
Save LR into proper place on callers stack frame
malc
1
-2
/
+2
2008-06-12
Reimplement brcond2 and refactor brcond
malc
1
-51
/
+52
2008-06-11
Allocate register pair for 64-bit registers on 32-bit host.
ths
1
-2
/
+2
2008-06-10
Remove stray variable
malc
1
-1
/
+1
2008-06-09
Use rem/div[u]_i32 drop div[u]2_i32
malc
2
-113
/
+26
2008-06-09
Emit trampolines manually in prologue
malc
1
-38
/
+80
2008-06-09
Fix test for signed div fast path
malc
1
-1
/
+7
2008-06-09
Fix div[u]2.
malc
1
-26
/
+65
2008-06-07
PPC TCG Fixes
malc
1
-33
/
+17
2008-06-07
Allocate a register pair instead of a single register.
ths
1
-1
/
+1
2008-06-03
Spelling fixes, by Stefan Weil.
ths
1
-1
/
+1
2008-05-30
support of long calls for PPC (malc)
bellard
2
-31
/
+68
2008-05-26
Fix signed/unsigned issues of immediate version of brcond (malc)
bellard
1
-11
/
+48
2008-05-25
ppc TCG target (malc)
bellard
2
-0
/
+1493
2008-05-25
jump simplification
bellard
1
-22
/
+1
2008-05-25
jump optimizations
bellard
1
-31
/
+9
2008-05-25
update
bellard
2
-86
/
+64
2008-05-25
suppressed unused macro handling
bellard
4
-109
/
+2
2008-05-25
added local temporaries
bellard
2
-45
/
+103
2008-05-25
Implement byte swapping accesses
blueswir1
1
-36
/
+66
2008-05-25
Fix off-by-one unwinding error.
pbrook
1
-1
/
+0
2008-05-24
Relax a constraint for qemu_ld64 on ARM host.
balrog
1
-4
/
+13
2008-05-24
Fix a deadly typo, correct comments.
balrog
1
-4
/
+6
2008-05-24
Fix ARM host TLB.
pbrook
1
-61
/
+44
2008-05-24
Implement 64-bit constant loads
blueswir1
1
-15
/
+27
2008-05-24
Use sethi and arith functions, fix comment
blueswir1
1
-23
/
+26
2008-05-24
Fix stack offsets and alignment
blueswir1
1
-7
/
+4
2008-05-24
Define stack offsets
blueswir1
1
-0
/
+5
2008-05-24
More TCGv type fixes.
pbrook
1
-2
/
+9
2008-05-24
Fix ARM conditional branch bug.
pbrook
1
-0
/
+18
[prev]
[next]