index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-arm
/
translate.c
Age
Commit message (
Expand
)
Author
2008-05-24
Fix ARM conditional branch bug.
pbrook
2008-05-17
Remove arm's local not_i32 tcg op now that there's one in tcg.
balrog
2008-05-11
Add TCG native negation op.
pbrook
2008-05-11
Add zero extension (pseudo-)ops.
pbrook
2008-04-28
Factorize code in translate.c
aurel32
2008-04-20
Remove an unused field and fix some non-code typos.
balrog
2008-04-20
Correct more ARM VFP 32/64 and signed/unsigned typos.
balrog
2008-04-16
Save the exact SWI return address in Thumb mode.
balrog
2008-04-14
Correctly restore pc after an exception occured in Thumb mode.
balrog
2008-04-14
Fix ARM VFP related segfaults.
balrog
2008-04-13
Fix the offset in Thumb bl instruction.
balrog
2008-04-13
Set an unset label in ARM strex.
balrog
2008-04-13
Fix ARM and Thumb ldlex/stlex.
balrog
2008-04-13
Store the right TCG temp (typo).
balrog
2008-04-01
ARM N=Z=1 flag fix.
pbrook
2008-03-31
ARM TCG conversion 15/16.
pbrook
2008-03-31
ARM TCG conversion 14/16.
pbrook
2008-03-31
ARM TCG conversion 13/16.
pbrook
2008-03-31
ARM TCG conversion 12/16.
pbrook
2008-03-31
ARM TCG conversion 11/16.
pbrook
2008-03-31
ARM TCG conversion 10/16.
pbrook
2008-03-31
ARM TCG conversion 9/16.
pbrook
2008-03-31
ARM TCG conversion 8/16.
pbrook
2008-03-31
ARM TCG conversion 7/16.
pbrook
2008-03-31
ARM TCG conversion 6/16.
pbrook
2008-03-31
ARM TCG conversion 5/16.
pbrook
2008-03-31
ARM TCG conversion 4/16.
pbrook
2008-03-31
ARM TCG conversion 3/16.
pbrook
2008-03-31
ARM TCG conversion 2/16.
pbrook
2008-03-31
ARM TCG conversion 1/16.
pbrook
2008-02-01
use the TCG code generator
bellard
2007-11-11
Fix msr_mask.
pbrook
2007-11-11
ARMv7 support.
pbrook
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-11
Fix tb->size mishandling, by Daniel Jacobowitz.
ths
2007-08-01
Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class.
balrog
2007-06-11
Fix "blx lr" (Lauro Venancio).
pbrook
2007-06-10
Use the same offset for all STR and STM instructions that store r15, as speci...
balrog
2007-05-01
Implement power state changes (IDLE and SLEEP) for PXA.
balrog
2007-04-30
Implement iwMMXt instruction set for the PXA270 cpu.
balrog
2007-04-30
Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.
balrog
2007-04-02
Random bug fixes from code inspection, by Wang Cheng Yeh.
ths
2007-03-17
ARM register index+writeback fix (Lauro Ramos Venancio).
pbrook
2007-03-16
Watchpoint support (previous commit got eaten by Savannah server crash).
pbrook
2007-02-14
ARM doubleword post-modify fix (Daniel Jacobowitz).
pbrook
2006-10-25
Fix ARM VFP debugging dumps.
pbrook
2006-06-14
ARM postincrememnt addressing fix.
pbrook
2006-05-22
ARM undefined instruction execution (Jason Wessel)
bellard
2006-04-09
Thumb prefetch abort fix.
pbrook
[next]