aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm/translate.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-31ARM TCG conversion 13/16.pbrook1-140/+171
2008-03-31ARM TCG conversion 12/16.pbrook1-74/+94
2008-03-31ARM TCG conversion 11/16.pbrook1-202/+289
2008-03-31ARM TCG conversion 10/16.pbrook1-105/+229
2008-03-31ARM TCG conversion 9/16.pbrook1-330/+424
2008-03-31ARM TCG conversion 8/16.pbrook1-187/+348
2008-03-31ARM TCG conversion 7/16.pbrook1-91/+149
2008-03-31ARM TCG conversion 6/16.pbrook1-32/+137
2008-03-31ARM TCG conversion 5/16.pbrook1-11/+64
2008-03-31ARM TCG conversion 4/16.pbrook1-13/+21
2008-03-31ARM TCG conversion 3/16.pbrook1-70/+65
2008-03-31ARM TCG conversion 2/16.pbrook1-0/+3
2008-03-31ARM TCG conversion 1/16.pbrook1-289/+400
2008-02-01use the TCG code generatorbellard1-35/+5
2007-11-11Fix msr_mask.pbrook1-4/+3
2007-11-11ARMv7 support.pbrook1-215/+4227
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-12/+12
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-20/+20
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths1-1/+0
2007-08-01Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class.balrog1-0/+7
2007-06-11Fix "blx lr" (Lauro Venancio).pbrook1-2/+2
2007-06-10Use the same offset for all STR and STM instructions that store r15, as speci...balrog1-2/+2
2007-05-01Implement power state changes (IDLE and SLEEP) for PXA.balrog1-3/+8
2007-04-30Implement iwMMXt instruction set for the PXA270 cpu.balrog1-6/+1077
2007-04-30Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog1-0/+37
2007-04-02Random bug fixes from code inspection, by Wang Cheng Yeh.ths1-2/+2
2007-03-17ARM register index+writeback fix (Lauro Ramos Venancio).pbrook1-6/+21
2007-03-16Watchpoint support (previous commit got eaten by Savannah server crash).pbrook1-0/+10
2007-02-14ARM doubleword post-modify fix (Daniel Jacobowitz).pbrook1-1/+1
2006-10-25Fix ARM VFP debugging dumps.pbrook1-3/+10
2006-06-14ARM postincrememnt addressing fix.pbrook1-7/+12
2006-05-22ARM undefined instruction execution (Jason Wessel)bellard1-0/+9
2006-04-09Thumb prefetch abort fix.pbrook1-2/+38
2006-02-20Add Arm926 core support.pbrook1-37/+30
2006-02-11Fix Arm msr spsr bug.pbrook1-8/+11
2006-02-07Fix Thumb variable shift condition code bug.pbrook1-0/+4
2006-02-04Fix Arm interrupted ldm bug.pbrook1-1/+9
2006-02-04Implement Arm BKPT instruction.pbrook1-0/+13
2005-12-18cpu_reset() fix (Paul Brook)bellard1-2/+2
2005-12-04Arm mulxy insn fix (Paul Brook)bellard1-2/+2
2005-11-26ARM CPU suspend/halt (Paul Brook)bellard1-0/+9
2005-11-26ARM system emulation (Paul Brook)bellard1-125/+345
2005-11-21cpu_exec_init() changebellard1-5/+2
2005-11-20use direct jump only for jumps in the same pagebellard1-13/+22
2005-11-06thumb BLX insn fix (Paul Brook)bellard1-1/+1
2005-10-30suppressed JUMP_TB (Paul Brook)bellard1-3/+22
2005-08-21Show thumb state in cpu dump (Paul Brook)bellard1-2/+3
2005-05-13ARM VFP dump fix (Paul Brook)bellard1-1/+1
2005-05-13ARM saturating arithmetic fixes (Paul Brook)bellard1-10/+5
2005-04-27ARM thumb fixesbellard1-33/+53