aboutsummaryrefslogtreecommitdiff
path: root/target-arm/translate.c
AgeCommit message (Expand)Author
2008-05-24Fix ARM conditional branch bug.pbrook
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-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-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-01ARM N=Z=1 flag fix.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-11-11Fix msr_mask.pbrook
2007-11-11ARMv7 support.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths
2007-08-01Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class.balrog
2007-06-11Fix "blx lr" (Lauro Venancio).pbrook
2007-06-10Use the same offset for all STR and STM instructions that store r15, as speci...balrog
2007-05-01Implement power state changes (IDLE and SLEEP) for PXA.balrog
2007-04-30Implement iwMMXt instruction set for the PXA270 cpu.balrog
2007-04-30Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog
2007-04-02Random bug fixes from code inspection, by Wang Cheng Yeh.ths
2007-03-17ARM register index+writeback fix (Lauro Ramos Venancio).pbrook
2007-03-16Watchpoint support (previous commit got eaten by Savannah server crash).pbrook
2007-02-14ARM doubleword post-modify fix (Daniel Jacobowitz).pbrook
2006-10-25Fix ARM VFP debugging dumps.pbrook
2006-06-14ARM postincrememnt addressing fix.pbrook
2006-05-22ARM undefined instruction execution (Jason Wessel)bellard
2006-04-09Thumb prefetch abort fix.pbrook