aboutsummaryrefslogtreecommitdiff
path: root/target-sh4/translate.c
AgeCommit message (Expand)Author
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2013-12-21target-sh4: Use new qemu_ld/st opcodesAurelien Jarno
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-09target-sh4: Change gen_intermediate_code_internal() argument to SuperHCPUAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-03-12target-sh4: Introduce SuperHCPU subclassesAndreas Färber
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-02-23target-sh4: Use mul*2 for dmul*Richard Henderson
2013-02-16target-sh4: Move TCG initialization to SuperHCPU initfnAndreas Färber
2013-02-16target-sh4: Introduce QOM realizefn for SuperHCPUAndreas Färber
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-10disas: avoid using cpu_single_envBlue Swirl
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson
2012-09-21target-sh4: remove useless codeAurelien Jarno
2012-09-21target-sh4: cleanup DisasContextAurelien Jarno
2012-09-21target-sh4: rework exceptions handlingAurelien Jarno
2012-09-21target-sh4: remove gen_clr_t() and gen_set_t()Aurelien Jarno
2012-09-21target-sh4: optimize swap.wAurelien Jarno
2012-09-21target-sh4: optimize xtrctAurelien Jarno
2012-09-21target-sh4: implement addv and subv using TCGAurelien Jarno
2012-09-21target-sh4: implement addc and subc using TCGAurelien Jarno
2012-09-15target-sh4: switch to AREG0 free modeBlue Swirl
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-sh4: Let cpu_sh4_init() return SuperHCPUAndreas Färber
2012-04-30target-sh4: Start QOM'ifying CPU initAndreas Färber
2012-04-30target-sh4: QOM'ify CPU resetAndreas Färber
2012-04-30target-sh4: QOM'ify CPUAndreas Färber
2012-03-14target-sh4: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-02-28target-sh4: Clean includesStefan Weil
2012-01-10target-sh4: ignore ocbp and ocbwb instructionsAurelien Jarno
2012-01-07target-sh4: Fix operands for fipr, ftrv instructionsStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-02-04target-sh4: fix negcAurelien Jarno
2011-01-16target-sh4: implement negc using TCGAurelien Jarno
2011-01-16target-sh4: use rotl/rotr when possibleAurelien Jarno