i386: remove unused function prototypes (Laurent Desnogues)
[qemu] / target-sh4 /
2008-11-22 aurel32target-sh4: fix 64-bit fmov to/from memory
2008-11-21 aurel32target-sh4: fix TLB/MMU emulation
2008-11-20 aurel32target-sh4: fix fldi0/fldi1
2008-11-19 aurel32target-sh4: map FP registers as TCG variables
2008-11-19 aurel32target-sh4: use CPU_Float/CPU_Double instead of ugly...
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-12 aurel32SH4: Implement MOVUA.L
2008-10-12 aurel32SH4: fix single-stepping
2008-10-12 aurel32SH4: Fix swap.b
2008-10-05 blueswir1Silence some warnings about no value returned from...
2008-09-21 pbrookAdd concat_i32_i64 op.
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-15 aurel32SH4: Privilege check for instructions
2008-09-15 aurel32qemu sh4 nptl support
2008-09-15 aurel32sh4: doesn't set the cpu_model_str
2008-09-15 aurel32SH4: sleep instruction bug fix
2008-09-02 aurel32sh4: CPU versioning.
2008-09-02 aurel32SH4: fix a regression introduced in r5122
2008-09-01 aurel32SH4: Remove dyngen leftovers
2008-09-01 aurel32SH4: final conversion to TCG
2008-09-01 aurel32SH4: convert floating-point ops to TCG
2008-09-01 aurel32SH4: Remove most uses of cpu_T[0] and cpu_T[1]
2008-09-01 aurel32SH4: TCG optimisations
2008-09-01 aurel32SH4: Convert remaining non-fp ops to TCG
2008-08-30 aurel32SH4: Convert shift functions to TCG
2008-08-30 aurel32SH4: convert control/status register load/store to TCG
2008-08-30 aurel32SH4: Convert memory loads/stores to TCG
2008-08-30 aurel32SH4: convert some more arithmetics ops to TCG
2008-08-29 aurel32SH4: convert a few helpers to TCG
2008-08-29 aurel32SH4: convert branch/jump instructions to TCG
2008-08-29 aurel32SH4: convert simple compare instructions to TCG
2008-08-29 aurel32SH4: convert a few control or system register functions...
2008-08-29 aurel32SH4: Fix bugs introduce in r5099
2008-08-29 aurel32SH4: fix xtrct Rm,Rn (broken in r5103)
2008-08-29 aurel32SH4: convert logic and arithmetic ops to TCG
2008-08-29 aurel32SH4: use TCG variables for gregs
2008-08-28 aurel32SH4: use uint32_t/i32 based types/ops
2008-08-28 aurel32SH4: Convert register moves to TCG
2008-08-28 aurel32SH4: Convert dyngen registers moves to TCG
2008-08-28 aurel32SH4: Convert immediate loads to TCG
2008-08-28 aurel32SH4: remove unused ops
2008-08-28 aurel32SH4: add support for TCG helpers
2008-08-28 aurel32SH4: Init TCG variables
2008-08-22 aurel32sh4: fix tas.b @Rn instruction
2008-08-22 aurel32[sh4] code translation bug fix
2008-08-22 aurel32[sh4] MMU bug fix
2008-08-22 aurel32[sh4] memory mapped TLB entries
2008-08-22 aurel32[sh4] delay slot bug fix
2008-08-22 aurel32[sh4] sleep instruction
2008-08-17 blueswir1Fix warnings that would be generated by gcc -Wstrict...
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-16 balrogFix a bunch of type mismatch-related warnings (Jan...
2008-07-16 balrogRemove unintended dereference, kills a warning (Jan...
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-29 pbrookAdd missing static qualifiers.
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-09 aurel32SH4 MMU improvements
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-11 aurel32SH4, fix several instructions
2008-02-01 bellarduse the TCG code generator
2007-12-02 thsSH4: Signal handling for the user space emulator, by...
2007-12-02 thsSH4: system emulator interrupt update, by Magnus Damm.
2007-12-02 thsSH4 delay slot code update, by Magnus Damm.
2007-11-11 bellardfixed FPU rounding init
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-29 thsFix rte opcode, by Magnus Damm.
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-26 thsSH4 mov.b fix, by Vince Weaver.
2007-06-25 thsHandle endianness of double floats, by Magnus Damm.
2007-06-22 thsIgnore PR flag in FPSCR when performing fmov, by Magnus...
2007-06-22 thsDocument FPSCR usage, by Magnus Damm.
2007-06-22 thsUse DREG() instead of XREG() wherever possible, by...
2007-06-22 thsEmulate more fpu opcodes, by Magnus Damm.
2007-06-22 thsSet FD bit in SR to emulate kernel behaviour, by Magnus...
2007-06-22 thsAdd missing cpu_halted function, by Magnus Damm.
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-13 thsRemove unnecessary pointer magic in shift operations...
2007-05-13 thsFix XHACK() macro and use FREG if possible, by Magnus...
2007-04-26 thsFix inc8 and dec8 operations, by Magnus Damm.
2007-04-26 thsFix opcode for sts.l fpul/cpscr, by Magnus Damm.
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.
next