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-arm
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-26
qsub fix (Wolfgang Schildbach)
bellard
1
-1
/
+1
2006-06-25
C99 64 bit printf
bellard
1
-1
/
+1
2006-06-14
ARM postincrememnt addressing fix.
pbrook
1
-7
/
+12
2006-05-22
ARM undefined instruction execution (Jason Wessel)
bellard
1
-0
/
+9
2006-04-09
Thumb prefetch abort fix.
pbrook
1
-2
/
+38
2006-03-25
Avoid accessing guest memory directly in usermode emulation.
pbrook
1
-27
/
+35
2006-03-14
Fix FIQ bank switching.
pbrook
1
-2
/
+2
2006-03-11
Fix FPA condition codes (Ulrich Hecht).
pbrook
2
-24
/
+10
2006-02-20
Add Arm926 core support.
pbrook
5
-48
/
+138
2006-02-11
Fix Arm msr spsr bug.
pbrook
1
-8
/
+11
2006-02-09
Arm Linux EABI syscall support.
pbrook
1
-0
/
+5
2006-02-07
Fix Thumb variable shift condition code bug.
pbrook
1
-0
/
+4
2006-02-04
Fix Arm interrupted ldm bug.
pbrook
2
-1
/
+19
2006-02-04
Implement Arm BKPT instruction.
pbrook
4
-0
/
+21
2005-12-18
cpu_reset() fix (Paul Brook)
bellard
1
-2
/
+2
2005-12-18
switching to Arm mode in do_interrupt() (Paul Brook)
bellard
1
-2
/
+3
2005-12-04
Arm mulxy insn fix (Paul Brook)
bellard
1
-2
/
+2
2005-11-26
ARM CPU suspend/halt (Paul Brook)
bellard
3
-1
/
+17
2005-11-26
ARM system emulation (Paul Brook)
bellard
7
-220
/
+1227
2005-11-21
cpu_exec_init() change
bellard
1
-5
/
+2
2005-11-20
added CPU_COMMON and CPUState.tb_jmp_cache[]
bellard
1
-15
/
+2
2005-11-20
use direct jump only for jumps in the same page
bellard
1
-13
/
+22
2005-11-06
thumb BLX insn fix (Paul Brook)
bellard
1
-1
/
+1
2005-10-30
suppressed JUMP_TB (Paul Brook)
bellard
2
-7
/
+26
2005-10-30
moved common softmmu code to common header (Paul Brook)
bellard
1
-0
/
+1
2005-08-21
Show thumb state in cpu dump (Paul Brook)
bellard
1
-2
/
+3
2005-05-13
ARM VFP dump fix (Paul Brook)
bellard
1
-1
/
+1
2005-05-13
ARM saturating arithmetic fixes (Paul Brook)
bellard
2
-10
/
+22
2005-04-27
ARM thumb fixes
bellard
2
-34
/
+55
2005-04-26
better arm conditionnal execution implementation (Paul Brook)
bellard
2
-25
/
+63
2005-04-23
Fix dumping of arm registers (Paul Brook)
bellard
1
-1
/
+1
2005-04-23
ARM singlestep support (Paul Brook)
bellard
1
-23
/
+42
2005-04-23
arm vfp fcmp and fcmpe instructions fix (Paul Brook)
bellard
1
-2
/
+2
2005-04-17
gdb support for user mode (Paul Brook)
bellard
3
-1
/
+26
2005-04-07
VFP register ordering (Paul Brook)
bellard
2
-16
/
+26
2005-03-20
removed extern inline (Paul Brook)
bellard
1
-4
/
+4
2005-03-13
soft float support
bellard
3
-145
/
+98
2005-03-13
use the generic soft float code
bellard
15
-5011
/
+84
2005-02-22
ARM VFP support (Paul Brook)
bellard
5
-13
/
+1096
2005-02-07
initial user mmu support
bellard
3
-2
/
+31
2005-02-07
endianness fixes
bellard
3
-2
/
+25
2005-02-07
CF generator for constant operands
bellard
2
-1
/
+7
2005-02-02
SBCS fix (Paul Brook)
bellard
1
-2
/
+2
2005-01-31
armv5te support (Paul Brook)
bellard
5
-25
/
+875
2005-01-03
64 bit target support
bellard
1
-5
/
+5
2005-01-03
removed warnings
bellard
2
-2
/
+2
2004-12-08
more complete ARM shift fix
bellard
2
-7
/
+70
2004-12-08
ARM shift fix (Paul Brook)
bellard
2
-0
/
+18
2004-10-12
correct handling of saved host registers
bellard
1
-0
/
+8
2004-10-09
monitor fixes
bellard
2
-7
/
+7
[next]