Implement SSE4.1, SSE4.2 (x86).
[qemu] / target-arm /
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 balrogARMv6: fix SIMD add/sub carry flags (Vincent Palatin).
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-07-02 pbrookARMv7-M interrupt stack alignment fix.
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-30 pbrookMove CPU save/load registration to common code.
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-06-02 balrogProvide basic emulation for Sharp SL-6000 PDA (Tosa...
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-29 pbrookImplement ARM magic kernel page and TLS register.
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-24 pbrookFix ARM conditional branch bug.
2008-05-18 balrogAdd N810 to allowed -M values, add documentation part...
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-05-04 aurel32remove target ifdefs from vl.c
2008-05-01 pbrookFix incorrect argument types.
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 balrogAdd basic OMAP2 chip support.
2008-04-14 balrogMove the excess of arm_load_kernel() parameters into...
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-11 aurel32Remove osdep.c/qemu-img code duplication
2008-04-11 aurel32Fix few spelling issues in comments
2008-04-09 aurel32Move target-arm/nwfpe into linux-user/arm/nwfpe
2008-04-07 aurel32Implement ARM floating point exception emulation
2008-04-01 pbrookARM N=Z=1 flag fix.
2008-03-31 pbrookARM TCG conversion 16/16.
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-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-24 pbrookThumb semihosting fixes.
2007-11-18 pbrookAdd strict checking mode for softfp code.
2007-11-16 bellardsuppressed tgetx and tputx (initial patch by Thayne...
2007-11-13 balrogPrevent cpsr_write/_read be put out of line in op.o...
2007-11-11 pbrookFix msr_mask.
2007-11-11 bellardfixed invalid type
2007-11-11 pbrookARMv7 support.
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-10-31 balrogInvalidate TLBs when domains are changed (Matthew Warton).
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-12 j_mayerUnify '-cpu ?' option.
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
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-07-29 balrogFix XScale MMU's extended small pages.
2007-07-29 balrogBasic OMAP310 support. Basic Palm Tungsten|E machine...
2007-07-24 balrogVarious reg offset shift typos.
2007-07-22 pbrookThumb shifter carry flag fixes.
2007-06-24 balrogReset ARM cp15.c1_sys to default values. Fix XScale...
2007-06-11 pbrookFix "blx lr" (Lauro Venancio).
2007-06-10 balrogUse the same offset for all STR and STM instructions...
2007-06-03 thsMove target-specific defines to the target directories.
2007-06-03 thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-05-21 balrogDon't touch carry flag in ASR <reg> with zero <reg...
2007-05-08 pbrookARM946 CPU support.
2007-05-01 balrogImplement power state changes (IDLE and SLEEP) for...
2007-04-30 balrogAccount for machine with RAM which is not mapped at...
2007-04-30 balrogImplement iwMMXt instruction set for the PXA270 cpu.
next