summaryrefslogtreecommitdiffstats
path: root/target-sh4
Commit message (Expand)AuthorAgeFilesLines
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-152-2/+2
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-152-13/+10
* sh4: Add FMAC instruction supportaurel322009-01-143-0/+23
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-045-5/+5
* tcg_temp_local_new should take no parameteraurel322009-01-011-6/+6
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-2/+2
* target-sh4: make the initial value of SR easier to readaurel322008-12-132-1/+5
* target-sh4: don't disable FPU instructions in user modeaurel322008-12-131-1/+1
* target-sh4: disable debug codeaurel322008-12-131-1/+3
* target-sh4: add prefi, icbi, syncoaurel322008-12-132-0/+27
* target-sh4: add SH7785 as CPU optionaurel322008-12-132-1/+8
* target-sh4: remove 2 warningsaurel322008-12-112-4/+4
* target-sh4: Add SH bit handling to TLBaurel322008-12-101-6/+6
* target-sh4: check FD bit for FP instructionsaurel322008-12-101-6/+23
* SH4: kill a few warningsaurel322008-12-071-2/+2
* SH4: Implement FD bitaurel322008-12-074-5/+42
* SH4: Eliminate P4 to A7 mangling (Takashi YOSHII).balrog2008-12-071-12/+0
* SH: On-chip PCI controller support (Takashi YOSHII).balrog2008-12-071-0/+3
* Remove FORCE_RET() and RETURN()aurel322008-12-071-2/+0
* Common cpu_loop_exit prototypeaurel322008-11-301-2/+0
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* target-sh4: fix 64-bit fmov to/from memoryaurel322008-11-221-29/+33
* target-sh4: fix TLB/MMU emulationaurel322008-11-211-36/+29
* target-sh4: fix fldi0/fldi1aurel322008-11-201-4/+2
* target-sh4: map FP registers as TCG variablesaurel322008-11-191-106/+43
* target-sh4: use CPU_Float/CPU_Double instead of ugly castsaurel322008-11-191-40/+102
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-3/+4
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+11
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-5/+7
* TCG variable type checking.pbrook2008-11-173-308/+313
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-2/+2
* SH4: Implement MOVUA.Laurel322008-10-121-0/+11
* SH4: fix single-steppingaurel322008-10-121-0/+1
* SH4: Fix swap.baurel322008-10-121-1/+4
* Silence some warnings about no value returned from non-void functionblueswir12008-10-051-1/+1
* Add concat_i32_i64 op.pbrook2008-09-211-6/+3
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-2/+2
* SH4: Privilege check for instructionsaurel322008-09-151-24/+43
* qemu sh4 nptl supportaurel322008-09-151-0/+5
* sh4: doesn't set the cpu_model_straurel322008-09-151-0/+1
* SH4: sleep instruction bug fixaurel322008-09-153-3/+4
* sh4: CPU versioning.aurel322008-09-022-0/+76
* SH4: fix a regression introduced in r5122aurel322008-09-021-1/+1
* SH4: Remove dyngen leftoversaurel322008-09-013-16/+1
* SH4: final conversion to TCGaurel322008-09-014-28/+14
* SH4: convert floating-point ops to TCGaurel322008-09-015-420/+421
* SH4: Remove most uses of cpu_T[0] and cpu_T[1]aurel322008-09-011-181/+427
* SH4: TCG optimisationsaurel322008-09-011-349/+236
* SH4: Convert remaining non-fp ops to TCGaurel322008-09-015-153/+130
OpenPOWER on IntegriCloud