vvfat: one more missing BlockDriver C99 initializer conversion
[qemu] / target-arm / translate.c
2009-05-15 Juha Riihimäkifix ARMv7 data processing instructions
2009-05-15 Juha Riihimäkifix ARMv7 data processing instructions
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-17 pbrookFix ARM quadword VDUP (core register).
2009-03-13 aurel32tcg: rename bswap_i32/i64 functions
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-19 pbrookImplement (very) basic Thumb2-EE support. This doesn...
2008-12-19 pbrookFix VFP fixed point conversion routines.
2008-12-07 balrogARM: fix smmul and smmla/smmls usage of registers ...
2008-12-07 balrogARM: fix usad8 and usada8 usage of registers (Mans...
2008-12-07 balrogPatch holes in ARM translation (Laurent Desnogues).
2008-12-07 balrogARM: cosmetics (Laurent Desnogues).
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-18 aliguoriRemove premature memop TB terminations (Jan Kiszka)
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-03 pbrookVFP fnmsc negative zero fix.
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-22 pbrookAdditional exclusive load/store instruction are v6K...
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)
next