Fix swapped mvz/mvs instructions.
[qemu] / target-m68k /
2008-09-05 pbrookFix swapped mvz/mvs instructions.
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-10 pbrookFix coprocessor register types.
2008-07-03 thsConvert remaining __builtin_expect to likely/unlikely...
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-29 pbrookAdd instruction counter.
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-28 bellardmoved halted field to CPU_COMMON
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-24 pbrookConvert m68k target to TCG.
2008-05-04 aurel32remove target ifdefs from vl.c
2008-04-28 aurel32Factorize code in translate.c
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-03-26 pbrookm68k compare fix.
2008-02-01 bellarduse the TCG code generator
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-18 pbrookAdd strict checking mode for softfp code.
2007-11-12 bellardadded missing return
2007-11-11 bellardfixed invalid type
2007-11-10 pbrookFix m68k FP register debug dumps.
2007-11-10 bellardadded cpu_model parameter to cpu_init()
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-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-06-09 pbrookM68K watchpoint hacks.
2007-06-09 pbrookWorkaround dyngen problems with m68k conditional branch...
2007-06-09 pbrookM68K status register fixes.
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-06-03 pbrookImprove ColdFire CPU selection.
2007-06-03 pbrookMCF5208 emulation.
2007-06-02 pbrookClear SR_M on a hardware interrupt.
2007-05-29 pbrookColdFire EMAC support.
2007-05-28 pbrookImplement ColdFire ff1.
2007-05-28 pbrookAdd diagnostic for bad opcode masks.
2007-05-26 pbrookFix typo in m68k outer displacement addressing (Andreas...
2007-05-26 pbrookGenerate m68k address faults.
2007-05-26 pbrookM68k extended addressing modes.
2007-05-26 pbrookRework m68k cpu feature flags.
2007-05-26 pbrookM68k system mode semihosting.
2007-05-23 pbrookSpeed up m68k by 20%.
2007-05-23 pbrookm68k/ColdFire system emulation.
2007-05-20 pbrookM68k addx/subx fix.
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-03-19 thsDefine gen_intermediate_code_internal as "static inline".
2007-01-31 thssiginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.
2006-12-23 thsCheck ELF binaries for machine type and endianness.
2006-11-12 pbrookM68k build fix.
2006-10-22 pbrookColdFire target.