Fix ARMv6t2 strex instructions.
[qemu] / target-arm / translate.c
2008-10-22 pbrookFix ARMv6t2 strex instructions.
2008-09-22 pbrookFix ARM NEON vdup and vtbl bugs.
2008-09-21 pbrookFix neon encoding comment.
2008-09-21 pbrookAdd concat_i32_i64 op.
2008-09-20 balrogFix QADD / QSUB decoding on ARM (Torbjörn Andersson).
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-07-19 balrogARM: fix CPS masks (Vincent Palatin).
2008-07-19 balrogFix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul...
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-11 pbrookTerminate TB immediately after v7-M exception return.
2008-07-03 thsConvert remaining __builtin_expect to likely/unlikely...
2008-07-03 thsSilence compiler warning.
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-29 pbrookSuppress bogus compiler warnings.
2008-06-29 pbrookAdd instruction counter.
2008-06-02 balrogMark a dead_tmp as such in ARM msr.
2008-05-29 pbrookImplement ARM magic kernel page and TLS register.
2008-05-24 pbrookFix ARM conditional branch bug.
2008-05-17 balrogRemove arm's local not_i32 tcg op now that there's...
2008-05-11 pbrookAdd TCG native negation op.
2008-05-11 pbrookAdd zero extension (pseudo-)ops.
2008-04-28 aurel32Factorize code in translate.c
2008-04-20 balrogRemove an unused field and fix some non-code typos.
2008-04-20 balrogCorrect more ARM VFP 32/64 and signed/unsigned typos.
2008-04-16 balrogSave the exact SWI return address in Thumb mode.
2008-04-14 balrogCorrectly restore pc after an exception occured in...
2008-04-14 balrogFix ARM VFP related segfaults.
2008-04-13 balrogFix the offset in Thumb bl instruction.
2008-04-13 balrogSet an unset label in ARM strex.
2008-04-13 balrogFix ARM and Thumb ldlex/stlex.
2008-04-13 balrogStore the right TCG temp (typo).
2008-04-01 pbrookARM N=Z=1 flag fix.
2008-03-31 pbrookARM TCG conversion 15/16.
2008-03-31 pbrookARM TCG conversion 14/16.
2008-03-31 pbrookARM TCG conversion 13/16.
2008-03-31 pbrookARM TCG conversion 12/16.
2008-03-31 pbrookARM TCG conversion 11/16.
2008-03-31 pbrookARM TCG conversion 10/16.
2008-03-31 pbrookARM TCG conversion 9/16.
2008-03-31 pbrookARM TCG conversion 8/16.
2008-03-31 pbrookARM TCG conversion 7/16.
2008-03-31 pbrookARM TCG conversion 6/16.
2008-03-31 pbrookARM TCG conversion 5/16.
2008-03-31 pbrookARM TCG conversion 4/16.
2008-03-31 pbrookARM TCG conversion 3/16.
2008-03-31 pbrookARM TCG conversion 2/16.
2008-03-31 pbrookARM TCG conversion 1/16.
2008-02-01 bellarduse the TCG code generator
2007-11-11 pbrookFix msr_mask.
2007-11-11 pbrookARMv7 support.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-11 thsFix tb->size mishandling, by Daniel Jacobowitz.
2007-08-01 balrogSpecial-case iWMMXt register transfer insns, which...
2007-06-11 pbrookFix "blx lr" (Lauro Venancio).
2007-06-10 balrogUse the same offset for all STR and STM instructions...
2007-05-01 balrogImplement power state changes (IDLE and SLEEP) for...
2007-04-30 balrogImplement iwMMXt instruction set for the PXA270 cpu.
2007-04-30 balrogCore features of ARM XScale processors. Main PXA270...
2007-04-02 thsRandom bug fixes from code inspection, by Wang Cheng...
2007-03-17 pbrookARM register index+writeback fix (Lauro Ramos Venancio).
2007-03-16 pbrookWatchpoint support (previous commit got eaten by Savann...
2007-02-14 pbrookARM doubleword post-modify fix (Daniel Jacobowitz).
2006-10-25 pbrookFix ARM VFP debugging dumps.
2006-06-14 pbrookARM postincrememnt addressing fix.
2006-05-22 bellardARM undefined instruction execution (Jason Wessel)
2006-04-09 pbrookThumb prefetch abort fix.
2006-02-20 pbrookAdd Arm926 core support.
2006-02-11 pbrookFix Arm msr spsr bug.
2006-02-07 pbrookFix Thumb variable shift condition code bug.
2006-02-04 pbrookFix Arm interrupted ldm bug.
2006-02-04 pbrookImplement Arm BKPT instruction.
2005-12-18 bellardcpu_reset() fix (Paul Brook)
2005-12-04 bellardArm mulxy insn fix (Paul Brook)
2005-11-26 bellardARM CPU suspend/halt (Paul Brook)
2005-11-26 bellardARM system emulation (Paul Brook)
2005-11-21 bellardcpu_exec_init() change
2005-11-20 bellarduse direct jump only for jumps in the same page
2005-11-06 bellardthumb BLX insn fix (Paul Brook)
2005-10-30 bellardsuppressed JUMP_TB (Paul Brook)
2005-08-21 bellardShow thumb state in cpu dump (Paul Brook)
2005-05-13 bellardARM VFP dump fix (Paul Brook)
2005-05-13 bellardARM saturating arithmetic fixes (Paul Brook)
2005-04-27 bellardARM thumb fixes
2005-04-26 bellardbetter arm conditionnal execution implementation (Paul...
2005-04-23 bellardFix dumping of arm registers (Paul Brook)
2005-04-23 bellardARM singlestep support (Paul Brook)
2005-04-17 bellardgdb support for user mode (Paul Brook)
2005-04-07 bellardVFP register ordering (Paul Brook)
2005-02-22 bellardARM VFP support (Paul Brook)
2005-02-07 bellardinitial user mmu support
2005-02-07 bellardCF generator for constant operands
2005-01-31 bellardarmv5te support (Paul Brook)
2005-01-03 bellard64 bit target support
2004-12-08 bellardmore complete ARM shift fix
2004-12-08 bellardARM shift fix (Paul Brook)
2004-10-09 bellardmonitor fixes
2004-06-22 bellardcpu_single_env init
2004-05-05 bellardarm load/store half word fix (Ulrich Hecht)
2004-03-21 bellardmore log items
next