aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm/translate.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-26better arm conditionnal execution implementation (Paul Brook)bellard1-9/+42
2005-04-23Fix dumping of arm registers (Paul Brook)bellard1-1/+1
2005-04-23ARM singlestep support (Paul Brook)bellard1-23/+42
2005-04-17gdb support for user mode (Paul Brook)bellard1-1/+13
2005-04-07VFP register ordering (Paul Brook)bellard1-9/+22
2005-02-22ARM VFP support (Paul Brook)bellard1-3/+562
2005-02-07initial user mmu supportbellard1-0/+21
2005-02-07CF generator for constant operandsbellard1-1/+2
2005-01-31armv5te support (Paul Brook)bellard1-22/+718
2005-01-0364 bit target supportbellard1-5/+5
2004-12-08more complete ARM shift fixbellard1-7/+32
2004-12-08ARM shift fix (Paul Brook)bellard1-0/+5
2004-10-09monitor fixesbellard1-5/+7