aboutsummaryrefslogtreecommitdiff
path: root/target-sh4
AgeCommit message (Expand)Author
2011-12-05Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-12-02fix spelling in target sub directoryDong Xu Wang
2011-11-24sh_intc: convert interrupt controller to memory APIBenoƮt Canet
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-12target-sh4: get rid of CPU_{Float,Double}UAurelien Jarno
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-03-13inline cpu_halted into sole callerPaolo Bonzini
2011-03-03target-sh4: move intr_at_halt out of cpu_halted()Aurelien Jarno
2011-02-04target-sh4: fix negcAurelien Jarno
2011-01-26target-sh4: update PTEH upon MMU exceptionAlexandre Courbot
2011-01-26sh4: implement missing mmaped TLB read functionsAurelien Jarno
2011-01-26sh4: implement missing mmaped TLB write functionsAurelien Jarno
2011-01-25target-sh4: fix index of address read error exceptionAlexandre Courbot
2011-01-25target-sh4: fix TLB invalidation codeAlexandre Courbot
2011-01-16target-sh4: implement negc using TCGAurelien Jarno
2011-01-16target-sh4: use rotl/rotr when possibleAurelien Jarno
2011-01-15target-sh4: correct use of ! and &Aurelien Jarno
2011-01-14target-sh4: use setcond when possibleAurelien Jarno
2011-01-14target-sh4: log instructions start in TCG codeAurelien Jarno
2011-01-14target-sh4: simplify comparisons after a 'and' opAurelien Jarno
2011-01-14target-sh4: fix reset on r2dAurelien Jarno
2011-01-14target-sh4: optimize exceptionsAurelien Jarno
2011-01-14target-sh4: add ftrv instructionAurelien Jarno
2011-01-14target-sh4: add fipr instructionAurelien Jarno
2011-01-14target-sh4: implement FPU exceptionsAurelien Jarno
2011-01-14target-sh4: implement flush-to-zeroAurelien Jarno
2011-01-14target-sh4: define FPSCR constantsAurelien Jarno
2011-01-14target-sh4: use default-NaN modeAurelien Jarno
2011-01-11target-sh4: fix fpu disabled/illegal exceptionAurelien Jarno
2011-01-10target-sh4: improve TLBAurelien Jarno
2011-01-09target-sh4: implement writes to mmaped ITLBAurelien Jarno
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-07-12target-sh4: Add support for ldc & stc with sgrAlexandre Courbot
2010-07-12target-sh4: Split the LDST macro into 2 sub-macrosAlexandre Courbot
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-05-05target-sh4: Remove duplicate CPU log.Richard Henderson
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl
2010-03-17Large page TLB flushPaul Brook
2010-03-12Target specific usermode cleanupPaul Brook