summaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-24Fix ARM conditional branch bug.pbrook
2008-05-18Add N810 to allowed -M values, add documentation part for N8x0.balrog
2008-05-17Remove arm's local not_i32 tcg op now that there's one in tcg.balrog
2008-05-11Add TCG native negation op.pbrook
2008-05-11Add zero extension (pseudo-)ops.pbrook
2008-05-04remove target ifdefs from vl.caurel32
2008-05-01Fix incorrect argument types.pbrook
2008-04-28Factorize code in translate.caurel32
2008-04-20Remove an unused field and fix some non-code typos.balrog
2008-04-20Correct more ARM VFP 32/64 and signed/unsigned typos.balrog
2008-04-16Save the exact SWI return address in Thumb mode.balrog
2008-04-14Add basic OMAP2 chip support.balrog
2008-04-14Move the excess of arm_load_kernel() parameters into a struct.balrog
2008-04-14Correctly restore pc after an exception occured in Thumb mode.balrog
2008-04-14Fix ARM VFP related segfaults.balrog
2008-04-13Fix the offset in Thumb bl instruction.balrog
2008-04-13Set an unset label in ARM strex.balrog
2008-04-13Fix ARM and Thumb ldlex/stlex.balrog
2008-04-13Store the right TCG temp (typo).balrog
2008-04-11Remove osdep.c/qemu-img code duplicationaurel32
2008-04-11Fix few spelling issues in commentsaurel32
2008-04-09Move target-arm/nwfpe into linux-user/arm/nwfpeaurel32
2008-04-07Implement ARM floating point exception emulationaurel32
2008-04-01ARM N=Z=1 flag fix.pbrook
2008-03-31ARM TCG conversion 16/16.pbrook
2008-03-31ARM TCG conversion 15/16.pbrook
2008-03-31ARM TCG conversion 14/16.pbrook
2008-03-31ARM TCG conversion 13/16.pbrook
2008-03-31ARM TCG conversion 12/16.pbrook
2008-03-31ARM TCG conversion 11/16.pbrook
2008-03-31ARM TCG conversion 10/16.pbrook
2008-03-31ARM TCG conversion 9/16.pbrook
2008-03-31ARM TCG conversion 8/16.pbrook
2008-03-31ARM TCG conversion 7/16.pbrook
2008-03-31ARM TCG conversion 6/16.pbrook
2008-03-31ARM TCG conversion 5/16.pbrook
2008-03-31ARM TCG conversion 4/16.pbrook
2008-03-31ARM TCG conversion 3/16.pbrook
2008-03-31ARM TCG conversion 2/16.pbrook
2008-03-31ARM TCG conversion 1/16.pbrook
2008-02-01use the TCG code generatorbellard
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths
2007-11-24Thumb semihosting fixes.pbrook
2007-11-18Add strict checking mode for softfp code.pbrook
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard
2007-11-13Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog
2007-11-11Fix msr_mask.pbrook
2007-11-11fixed invalid typebellard
2007-11-11ARMv7 support.pbrook