summaryrefslogtreecommitdiffstats
path: root/target-sh4
Commit message (Expand)AuthorAgeFilesLines
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-3/+1
* qom: move include files to include/qom/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-194-11/+11
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-17/+6
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+4
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+3
* target-sh4: rename helper flagsAurelien Jarno2012-10-281-3/+3
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-232-17/+17
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+1
* target-sh4: remove useless codeAurelien Jarno2012-09-211-4/+0
* target-sh4: cleanup DisasContextAurelien Jarno2012-09-211-30/+26
* target-sh4: rework exceptions handlingAurelien Jarno2012-09-213-30/+32
* target-sh4: remove gen_clr_t() and gen_set_t()Aurelien Jarno2012-09-211-13/+3
* target-sh4: optimize swap.wAurelien Jarno2012-09-211-11/+1
* target-sh4: optimize xtrctAurelien Jarno2012-09-211-1/+0
* target-sh4: implement addv and subv using TCGAurelien Jarno2012-09-213-62/+34
* target-sh4: implement addc and subc using TCGAurelien Jarno2012-09-213-36/+36
* target-sh4: use float32_muladd() to implement fmacAurelien Jarno2012-09-211-2/+1
* target-sh4: mark a few helpers const and pureAurelien Jarno2012-09-211-3/+3
* target-sh4: switch to AREG0 free modeBlue Swirl2012-09-154-188/+194
* build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-1/+2
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-1/+3
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+1
* Kill off cpu_state_reset()Andreas Färber2012-06-041-5/+0
* target-sh4: Let cpu_sh4_init() return SuperHCPUAndreas Färber2012-06-042-4/+12
* target-sh4: Start QOM'ifying CPU initAndreas Färber2012-04-302-2/+11
* target-sh4: QOM'ify CPU resetAndreas Färber2012-04-302-21/+22
* target-sh4: QOM'ify CPUAndreas Färber2012-04-304-1/+135
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-8/+6
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-sh4: Don't overuse CPUStateAndreas Färber2012-03-144-44/+44
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-2/+2
* target-sh4: Clean includesStefan Weil2012-02-281-6/+0
* target-sh4: ignore ocbp and ocbwb instructionsAurelien Jarno2012-01-101-11/+3
* target-sh4: Fix operands for fipr, ftrv instructionsStefan Weil2012-01-071-3/+3
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-12-051-1/+1
|\
| * fix spelling in target sub directoryDong Xu Wang2011-12-021-1/+1
* | sh_intc: convert interrupt controller to memory APIBenoît Canet2011-11-241-0/+3
|/
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-073-4/+4
* exec.h cleanupBlue Swirl2011-07-302-34/+3
* Remove exec-all.h include directivesBlue Swirl2011-06-263-3/+0
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-11/+13
OpenPOWER on IntegriCloud