aboutsummaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)Author
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qom: move include files to include/qom/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-12-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
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-12-07target-sparc: Remove t0, t1 from CPUSPARCStateRichard Henderson
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-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl
2012-11-01target-sparc: make do_unaligned_access staticBlue Swirl
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber
2012-10-30target-sparc: Revert setting cpu_dst to gen_dest_gprRichard Henderson
2012-10-28target-sparc: rename helper flagsAurelien Jarno
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-20target-sparc: fix FMOVr instructionAurelien Jarno
2012-10-20target-sparc: Remove cpu_tmp0 as a globalRichard Henderson
2012-10-20target-sparc: Make cpu_dst local to OP=2 insnsRichard Henderson
2012-10-20target-sparc: Only use cpu_dst for eventual writes to a gprRichard Henderson
2012-10-20target-sparc: Remove last uses of cpu_tmp64Richard Henderson
2012-10-20target-sparc: Remove cpu_tmp64 use from softint insnsRichard Henderson
2012-10-20target-sparc: Don't use a temporary for gen_dest_fpr_DRichard Henderson
2012-10-20target-sparc: Remove usage of cpu_tmp64 from most helper functionsRichard Henderson
2012-10-20target-sparc: Tidy ldfsr, stfsrRichard Henderson
2012-10-20target-sparc: Avoid cpu_tmp32 in Write Priv RegisterRichard Henderson
2012-10-20target-sparc: Avoid cpu_tmp32 in Read Priv RegisterRichard Henderson
2012-10-20target-sparc: Use get_temp_i32 in gen_dest_fpr_FRichard Henderson
2012-10-20target-sparc: Split out get_temp_i32Richard Henderson
2012-10-20target-sparc: Make the cpu_addr variable local to load/store handlingRichard Henderson
2012-10-20target-sparc: Cleanup cpu_src[12] allocationRichard Henderson
2012-10-20target-sparc: Finish conversion to gen_load_gprRichard Henderson
2012-10-20target-sparc: Convert swap to gen_load/store_gprRichard Henderson
2012-10-20target-sparc: Convert asi helpers to gen_*_gprRichard Henderson
2012-10-20target-sparc: Use gen_load_gpr in get_src[12]Richard Henderson
2012-10-20target-sparc: Conversion to gen_*_gpr, part 1Richard Henderson
2012-10-20target-sparc: Add gen_load/store/dest_gprRichard Henderson
2012-10-13target-sparc: Don't compute full flags value so oftenRichard Henderson
2012-10-13target-sparc: Avoid unnecessary local temporariesRichard Henderson
2012-10-13target-sparc: Optimize CC_OP_LOGIC conditionsRichard Henderson
2012-10-13target-sparc: Fix optimized %icc comparisonsRichard Henderson
2012-10-07target-sparc: Optimize conditionals using SUBCCRichard Henderson
2012-10-07target-sparc: Fall through from not-taken trapRichard Henderson
2012-10-07target-sparc: Cleanup "global" temporary allocationRichard Henderson