aboutsummaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2006-04-09Thumb prefetch abort fix.pbrook
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook
2006-03-14Fix FIQ bank switching.pbrook
2006-03-11Fix FPA condition codes (Ulrich Hecht).pbrook
2006-02-20Add Arm926 core support.pbrook
2006-02-11Fix Arm msr spsr bug.pbrook
2006-02-09Arm Linux EABI syscall support.pbrook
2006-02-07Fix Thumb variable shift condition code bug.pbrook
2006-02-04Fix Arm interrupted ldm bug.pbrook
2006-02-04Implement Arm BKPT instruction.pbrook
2005-12-18cpu_reset() fix (Paul Brook)bellard
2005-12-18switching to Arm mode in do_interrupt() (Paul Brook)bellard
2005-12-04Arm mulxy insn fix (Paul Brook)bellard
2005-11-26ARM CPU suspend/halt (Paul Brook)bellard
2005-11-26ARM system emulation (Paul Brook)bellard
2005-11-21cpu_exec_init() changebellard
2005-11-20added CPU_COMMON and CPUState.tb_jmp_cache[]bellard
2005-11-20use direct jump only for jumps in the same pagebellard
2005-11-06thumb BLX insn fix (Paul Brook)bellard
2005-10-30suppressed JUMP_TB (Paul Brook)bellard
2005-10-30moved common softmmu code to common header (Paul Brook)bellard
2005-08-21Show thumb state in cpu dump (Paul Brook)bellard
2005-05-13ARM VFP dump fix (Paul Brook)bellard
2005-05-13ARM saturating arithmetic fixes (Paul Brook)bellard
2005-04-27ARM thumb fixesbellard
2005-04-26better arm conditionnal execution implementation (Paul Brook)bellard
2005-04-23Fix dumping of arm registers (Paul Brook)bellard
2005-04-23ARM singlestep support (Paul Brook)bellard
2005-04-23arm vfp fcmp and fcmpe instructions fix (Paul Brook)bellard
2005-04-17gdb support for user mode (Paul Brook)bellard
2005-04-07VFP register ordering (Paul Brook)bellard
2005-03-20removed extern inline (Paul Brook)bellard
2005-03-13soft float supportbellard
2005-03-13use the generic soft float codebellard
2005-02-22ARM VFP support (Paul Brook)bellard
2005-02-07initial user mmu supportbellard
2005-02-07endianness fixesbellard
2005-02-07CF generator for constant operandsbellard
2005-02-02SBCS fix (Paul Brook)bellard
2005-01-31armv5te support (Paul Brook)bellard
2005-01-0364 bit target supportbellard
2005-01-03removed warningsbellard
2004-12-08more complete ARM shift fixbellard
2004-12-08ARM shift fix (Paul Brook)bellard
2004-10-12correct handling of saved host registersbellard
2004-10-09monitor fixesbellard
2004-06-22cpu_single_env initbellard
2004-05-05arm load/store half word fix (Ulrich Hecht)bellard
2004-04-25precise self modifying code supportbellard
2004-03-21more log itemsbellard