aboutsummaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)Author
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
2012-10-07target-sparc: Use movcond for FMOV*RRichard Henderson
2012-10-07target-sparc: Use movcond in mulsccRichard Henderson
2012-10-07target-sparc: Move taddcctv and tsubcctv out of lineRichard Henderson
2012-10-07target-sparc: Tidy TccRichard Henderson
2012-10-07target-sparc: Move sdivx and udivx out of lineRichard Henderson
2012-10-07target-sparc: Use movcond in gen_generic_branchRichard Henderson
2012-10-07target-sparc: Use DisasCompare and movcond in MOVRRichard Henderson
2012-10-07target-sparc: Use DisasCompare and movcond in MOVCCRichard Henderson
2012-10-07target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCCRichard Henderson
2012-10-07target-sparc: Use DisasCompare in TccRichard Henderson
2012-10-07target-sparc: Introduce DisasCompare and functions to generate itRichard Henderson
2012-10-07target-sparc: Tidy gen_generic_branch interfaceRichard Henderson
2012-10-07target-sparc: Tidy save_npc interfaceRichard Henderson
2012-10-07target-sparc: Tidy gen_mov_pc_npc interfaceRichard Henderson
2012-10-07target-sparc: Tidy save_state interfaceRichard Henderson
2012-10-07target-sparc: Tidy gen_trap_ifnofpu interfaceRichard Henderson
2012-10-07target-sparc: Tidy flush_cond interfaceRichard Henderson
2012-10-07target-sparc: Tidy do_branch interfacesRichard Henderson
2012-10-07target-sparc: Make CPU_LOG_INT useful by defaultRichard Henderson
2012-10-07target-sparc: Tidy cpu_dump_stateRichard Henderson
2012-10-05sparc: use g_strdup in place of unchecked strdupJim Meyering
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl
2012-09-08target-sparc: fix fcmp{s,d,q} instructions wrt exceptionAurelien Jarno
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-sparc: Let cpu_sparc_init() return SPARCCPUAndreas Färber
2012-05-12fix block loads broken in commit 30038fd818Artyom Tarasenko
2012-05-12Implement address masking for SPARC v9 CPUsArtyom Tarasenko
2012-04-19sparc: fix qtestBlue Swirl
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-04-07target-sparc: QOM'ify CPUAndreas Färber
2012-04-07target-sparc: Rename cpu_init.cAndreas Färber
2012-03-27sparc: pass page aligned addresses to tlb_set_pageBlue Swirl
2012-03-24target-sparc: Add compiler attribute to some functions which don't returnStefan Weil
2012-03-18Sparc: avoid AREG0 wrappers for memory access helpersBlue Swirl
2012-03-18Sparc: avoid AREG0 for memory access helpersBlue Swirl
2012-03-17sparc64: implement PCI and ISA irqsBlue Swirl
2012-03-17sparc: reset CPU state on resetBlue Swirl
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-sparc: Don't overuse CPUStateAndreas Färber
2012-03-14target-sparc: Typedef struct CPUSPARCState earlyAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-01-22target-sparc: Fix mixup of uint64 and uint64_tAndreas Färber