aboutsummaryrefslogtreecommitdiff
path: root/target-sh4/translate.c
AgeCommit message (Expand)Author
2009-03-02SH: Implement MOVCO.L and MOVLI.Laurel32
2009-02-07SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT, RTCSR, SDMR2, SDMR3 an...aurel32
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-26Log reset events (Jan Kiszka)aliguori
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-14sh4: Add FMAC instruction supportaurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2009-01-01tcg_temp_local_new should take no parameteraurel32
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-13target-sh4: make the initial value of SR easier to readaurel32
2008-12-13target-sh4: don't disable FPU instructions in user modeaurel32
2008-12-13target-sh4: disable debug codeaurel32
2008-12-13target-sh4: add prefi, icbi, syncoaurel32
2008-12-13target-sh4: add SH7785 as CPU optionaurel32
2008-12-10target-sh4: check FD bit for FP instructionsaurel32
2008-12-07SH4: kill a few warningsaurel32
2008-12-07SH4: Implement FD bitaurel32
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori
2008-11-22target-sh4: fix 64-bit fmov to/from memoryaurel32
2008-11-20target-sh4: fix fldi0/fldi1aurel32
2008-11-19target-sh4: map FP registers as TCG variablesaurel32
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori
2008-11-17TCG variable type checking.pbrook
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-12SH4: Implement MOVUA.Laurel32
2008-10-12SH4: fix single-steppingaurel32
2008-10-12SH4: Fix swap.baurel32
2008-10-05Silence some warnings about no value returned from non-void functionblueswir1
2008-09-21Add concat_i32_i64 op.pbrook
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-09-15SH4: Privilege check for instructionsaurel32
2008-09-15sh4: doesn't set the cpu_model_straurel32
2008-09-15SH4: sleep instruction bug fixaurel32
2008-09-02sh4: CPU versioning.aurel32
2008-09-02SH4: fix a regression introduced in r5122aurel32
2008-09-01SH4: Remove dyngen leftoversaurel32
2008-09-01SH4: final conversion to TCGaurel32
2008-09-01SH4: convert floating-point ops to TCGaurel32
2008-09-01SH4: Remove most uses of cpu_T[0] and cpu_T[1]aurel32
2008-09-01SH4: TCG optimisationsaurel32
2008-09-01SH4: Convert remaining non-fp ops to TCGaurel32
2008-08-30SH4: Convert shift functions to TCGaurel32
2008-08-30SH4: convert control/status register load/store to TCGaurel32
2008-08-30SH4: Convert memory loads/stores to TCGaurel32
2008-08-30SH4: convert some more arithmetics ops to TCGaurel32
2008-08-29SH4: convert a few helpers to TCGaurel32
2008-08-29SH4: convert branch/jump instructions to TCGaurel32
2008-08-29SH4: convert simple compare instructions to TCGaurel32
2008-08-29SH4: convert a few control or system register functions to TCGaurel32