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
/
target-tilegx
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-29
tilegx: Clean up includes
Peter Maydell
4
-0
/
+4
2015-10-22
target-tilegx: Implement prefetch instructions in pipe y2
Chen Gang
1
-8
/
+14
2015-10-09
qdev: Protect device-list-properties against broken devices
Markus Armbruster
1
-0
/
+7
2015-10-08
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151007' into staging
Peter Maydell
2
-45
/
+14
2015-10-07
tcg: Remove gen_intermediate_code_pc
Richard Henderson
1
-37
/
+4
2015-10-07
tcg: Pass data argument to restore_state_to_opc
Richard Henderson
1
-2
/
+3
2015-10-07
tcg: Add TCG_MAX_INSNS
Richard Henderson
1
-0
/
+3
2015-10-07
target-*: Drop cpu_gen_code define
Richard Henderson
1
-1
/
+0
2015-10-07
target-*: Increment num_insns immediately after tcg_gen_insn_start
Richard Henderson
1
-1
/
+2
2015-10-07
target-*: Unconditionally emit tcg_gen_insn_start
Richard Henderson
1
-4
/
+2
2015-10-07
tcg: Rename debug_insn_start to insn_start
Richard Henderson
1
-1
/
+1
2015-10-07
target-tilegx: Support iret instruction and related special registers
Chen Gang
4
-1
/
+38
2015-10-07
target-tilegx: Use TILEGX_EXCP_OPCODE_UNKNOWN and TILEGX_EXCP_OPCODE_UNIMPLEM...
Chen Gang
1
-17
/
+24
2015-10-07
target-tilegx: Implement v2mults instruction
Chen Gang
3
-0
/
+20
2015-10-07
target-tilegx: Implement v?int_* instructions.
Chen Gang
3
-0
/
+67
2015-10-07
target-tilegx: Implement v2sh* instructions
Chen Gang
1
-1
/
+17
2015-10-07
target-tilegx: Handle nofault prefetch instructions
Richard Henderson
1
-14
/
+26
2015-10-07
target-tilegx: Fix a typo for mnemonic about "ld_add"
Chen Gang
1
-1
/
+1
2015-10-07
target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGV
Richard Henderson
2
-3
/
+7
2015-10-07
target-tilegx: Decode ill pseudo-instructions
Chen Gang
2
-15
/
+71
2015-10-07
target-tilegx: Let x1 pipe process bpt instruction only
Chen Gang
1
-1
/
+7
2015-10-07
target-tilegx: Implement complex multiply instructions
Richard Henderson
3
-1
/
+73
2015-10-07
target-tilegx: Implement table index instructions
Richard Henderson
1
-0
/
+15
2015-10-07
target-tilegx: Implement crc instructions
Richard Henderson
3
-1
/
+28
2015-10-07
target-tilegx: Implement v1multu instruction
Chen Gang
3
-0
/
+18
2015-10-07
target-tilegx: Implement v*add and v*sub instructions
Chen Gang
1
-21
/
+116
2015-10-07
target-tilegx: Implement v*shl, v*shru, and v*shrs instructions
Chen Gang
3
-0
/
+73
2015-10-07
target-tilegx: Tidy simd_helper.c
Richard Henderson
1
-4
/
+7
2015-09-15
target-tilegx: Handle v1shl, v1shru, v1shrs
Richard Henderson
4
-2
/
+76
2015-09-15
target-tilegx: Handle v1shli, v1shrui
Richard Henderson
1
-0
/
+14
2015-09-15
target-tilegx: Handle v4int_l/h
Richard Henderson
1
-0
/
+8
2015-09-15
target-tilegx: Handle atomic instructions
Richard Henderson
2
-2
/
+82
2015-09-15
target-tilegx: Handle mtspr, mfspr
Richard Henderson
1
-3
/
+73
2015-09-15
target-tilegx: Handle v1cmpeq, v1cmpne
Richard Henderson
1
-0
/
+51
2015-09-15
target-tilegx: Handle mask instructions
Richard Henderson
1
-2
/
+9
2015-09-15
target-tilegx: Handle scalar multiply instructions
Richard Henderson
1
-0
/
+112
2015-09-15
target-tilegx: Handle conditional move instructions
Richard Henderson
1
-1
/
+8
2015-09-15
target-tilegx: Handle shift instructions
Richard Henderson
1
-2
/
+54
2015-09-15
target-tilegx: Handle bitfield instructions
Richard Henderson
1
-0
/
+74
2015-09-15
target-tilegx: Implement system and memory management instructions
Richard Henderson
1
-23
/
+54
2015-09-15
target-tilegx: Handle comparison instructions
Richard Henderson
1
-6
/
+33
2015-09-15
target-tilegx: Handle conditional branch instructions
Richard Henderson
1
-13
/
+38
2015-09-15
target-tilegx: Handle unconditional jump instructions
Richard Henderson
1
-17
/
+41
2015-09-15
target-tilegx: Handle post-increment load and store instructions
Richard Henderson
1
-8
/
+86
2015-09-15
target-tilegx: Handle basic load and store instructions
Richard Henderson
1
-15
/
+115
2015-09-15
target-tilegx: Handle most bit manipulation instructions
Richard Henderson
3
-1
/
+79
2015-09-15
target-tilegx: Handle arithmetic instructions
Richard Henderson
1
-6
/
+90
2015-09-15
target-tilegx: Handle simple logical operations
Richard Henderson
1
-3
/
+96
2015-09-15
target-tilegx: Add TILE-Gx building files
Chen Gang
1
-0
/
+1
2015-09-15
target-tilegx: Generate SEGV properly
Richard Henderson
2
-1
/
+6
[next]