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
/
ppc64
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-12
Avoid compiler warning
malc
1
-1
/
+1
2008-11-11
Fix alignment problem with some 64bit load/store instructions
malc
1
-5
/
+16
2008-10-05
Add some missing static and const qualifiers, reg_names only used if NDEBUG set
blueswir1
1
-0
/
+2
2008-10-02
Optimize 64 bit bswap
malc
1
-5
/
+5
2008-08-30
Fix some warnings that would be generated by gcc -Wredundant-decls
blueswir1
1
-9
/
+2
2008-08-20
Relax qemu_ld/st constraints for !SOFTMMU case
malc
1
-2
/
+6
2008-08-20
Avoid clobbering input/aliased registers in !SOFTMMU+64bit+bswap case
malc
1
-9
/
+10
2008-08-20
Clear the upper 32 bits of addr_reg in TARGET_LONG_BITS == 32 case
malc
1
-0
/
+6
2008-08-20
Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warning
malc
1
-1
/
+1
2008-07-28
Immediate versions of some operations
malc
1
-27
/
+57
2008-07-28
Do not try handle "special" arguments of and/or/xor/shl/shr, upper level does it
malc
1
-64
/
+38
2008-07-28
Set the L field of CMP[L][I] when dealing with 64 bit quantities
malc
1
-7
/
+12
2008-07-28
Fix preprocessor guard condition
malc
1
-1
/
+1
2008-07-28
Remove leftover from previous way to load 64 bit constants
malc
1
-1
/
+1
2008-07-27
Special-case some paths inside tcg_out_tlb_read
malc
1
-6
/
+30
2008-07-27
Fix the opcode value of LWA
malc
1
-1
/
+1
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
1
-2
/
+9
2008-07-23
Remove neg_i32 debugging leftover
malc
1
-2
/
+0
2008-07-23
Provide extNs_M instructions
malc
2
-0
/
+28
2008-07-23
Remove stray "i" from mul_i64
malc
1
-1
/
+1
2008-07-23
Preliminary PPC64/Linux host support
malc
2
-0
/
+1535