aboutsummaryrefslogtreecommitdiffstats
path: root/target-sh4
AgeCommit message (Expand)AuthorFilesLines
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+2
2009-03-03SH4: Fixed last UTLB unused and URB/URC managementaurel321-1/+1
2009-03-03SH4: Fixed last UTLB unusedaurel321-1/+1
2009-03-03SH4: Fixed last UTLB unusedaurel321-1/+1
2009-03-03clean build: Fix remaining sh4 warningsaurel323-13/+9
2009-03-02SH: Implement MOVCO.L and MOVLI.Laurel322-1/+36
2009-02-07SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT, RTCSR, SDMR2, SDMR3 an...aurel322-0/+3
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+5
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2-2/+2
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2-13/+10
2009-01-14sh4: Add FMAC instruction supportaurel323-0/+23
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel325-5/+5
2009-01-01tcg_temp_local_new should take no parameteraurel321-6/+6
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-2/+2
2008-12-13target-sh4: make the initial value of SR easier to readaurel322-1/+5
2008-12-13target-sh4: don't disable FPU instructions in user modeaurel321-1/+1
2008-12-13target-sh4: disable debug codeaurel321-1/+3
2008-12-13target-sh4: add prefi, icbi, syncoaurel322-0/+27
2008-12-13target-sh4: add SH7785 as CPU optionaurel322-1/+8
2008-12-11target-sh4: remove 2 warningsaurel322-4/+4
2008-12-10target-sh4: Add SH bit handling to TLBaurel321-6/+6
2008-12-10target-sh4: check FD bit for FP instructionsaurel321-6/+23
2008-12-07SH4: kill a few warningsaurel321-2/+2
2008-12-07SH4: Implement FD bitaurel324-5/+42
2008-12-07SH4: Eliminate P4 to A7 mangling (Takashi YOSHII).balrog1-12/+0
2008-12-07SH: On-chip PCI controller support (Takashi YOSHII).balrog1-0/+3
2008-12-07Remove FORCE_RET() and RETURN()aurel321-2/+0
2008-11-30Common cpu_loop_exit prototypeaurel321-2/+0
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-22target-sh4: fix 64-bit fmov to/from memoryaurel321-29/+33
2008-11-21target-sh4: fix TLB/MMU emulationaurel321-36/+29
2008-11-20target-sh4: fix fldi0/fldi1aurel321-4/+2
2008-11-19target-sh4: map FP registers as TCG variablesaurel321-106/+43
2008-11-19target-sh4: use CPU_Float/CPU_Double instead of ugly castsaurel321-40/+102
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-3/+4
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+11
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-5/+7
2008-11-17TCG variable type checking.pbrook3-308/+313
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-2/+2
2008-10-12SH4: Implement MOVUA.Laurel321-0/+11
2008-10-12SH4: fix single-steppingaurel321-0/+1
2008-10-12SH4: Fix swap.baurel321-1/+4
2008-10-05Silence some warnings about no value returned from non-void functionblueswir11-1/+1
2008-09-21Add concat_i32_i64 op.pbrook1-6/+3
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-2/+2
2008-09-15SH4: Privilege check for instructionsaurel321-24/+43
2008-09-15qemu sh4 nptl supportaurel321-0/+5
2008-09-15sh4: doesn't set the cpu_model_straurel321-0/+1
2008-09-15SH4: sleep instruction bug fixaurel323-3/+4