summaryrefslogtreecommitdiffstats
path: root/target-sparc
Commit message (Expand)AuthorAgeFilesLines
* target-sparc: Don't compute full flags value so oftenRichard Henderson2012-10-133-19/+21
* target-sparc: Avoid unnecessary local temporariesRichard Henderson2012-10-131-21/+9
* target-sparc: Optimize CC_OP_LOGIC conditionsRichard Henderson2012-10-131-18/+40
* target-sparc: Fix optimized %icc comparisonsRichard Henderson2012-10-131-0/+1
* target-sparc: Optimize conditionals using SUBCCRichard Henderson2012-10-071-61/+131
* target-sparc: Fall through from not-taken trapRichard Henderson2012-10-071-5/+7
* target-sparc: Cleanup "global" temporary allocationRichard Henderson2012-10-071-19/+19
* target-sparc: Use movcond for FMOV*RRichard Henderson2012-10-071-30/+16
* target-sparc: Use movcond in mulsccRichard Henderson2012-10-071-6/+5
* target-sparc: Move taddcctv and tsubcctv out of lineRichard Henderson2012-10-073-102/+66
* target-sparc: Tidy TccRichard Henderson2012-10-071-38/+53
* target-sparc: Move sdivx and udivx out of lineRichard Henderson2012-10-075-52/+37
* target-sparc: Use movcond in gen_generic_branchRichard Henderson2012-10-071-11/+7
* target-sparc: Use DisasCompare and movcond in MOVRRichard Henderson2012-10-071-17/+14
* target-sparc: Use DisasCompare and movcond in MOVCCRichard Henderson2012-10-071-24/+20
* target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCCRichard Henderson2012-10-071-117/+86
* target-sparc: Use DisasCompare in TccRichard Henderson2012-10-071-9/+11
* target-sparc: Introduce DisasCompare and functions to generate itRichard Henderson2012-10-071-9/+83
* target-sparc: Tidy gen_generic_branch interfaceRichard Henderson2012-10-071-8/+7
* target-sparc: Tidy save_npc interfaceRichard Henderson2012-10-071-4/+4
* target-sparc: Tidy gen_mov_pc_npc interfaceRichard Henderson2012-10-071-6/+6
* target-sparc: Tidy save_state interfaceRichard Henderson2012-10-071-49/+49
* target-sparc: Tidy gen_trap_ifnofpu interfaceRichard Henderson2012-10-071-18/+28
* target-sparc: Tidy flush_cond interfaceRichard Henderson2012-10-071-5/+5
* target-sparc: Tidy do_branch interfacesRichard Henderson2012-10-071-20/+18
* target-sparc: Make CPU_LOG_INT useful by defaultRichard Henderson2012-10-072-11/+4
* target-sparc: Tidy cpu_dump_stateRichard Henderson2012-10-071-4/+3
* sparc: use g_strdup in place of unchecked strdupJim Meyering2012-10-051-2/+2
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+2
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-151-2/+0
* target-sparc: fix fcmp{s,d,q} instructions wrt exceptionAurelien Jarno2012-09-081-40/+27
* qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl2012-06-211-32/+48
* 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/+7
* 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-sparc: Let cpu_sparc_init() return SPARCCPUAndreas Färber2012-06-042-5/+16
* fix block loads broken in commit 30038fd818Artyom Tarasenko2012-05-121-1/+1
* Implement address masking for SPARC v9 CPUsArtyom Tarasenko2012-05-121-1/+24
* sparc: fix qtestBlue Swirl2012-04-191-1/+3
* Use uintptr_t for various op related functionsBlue Swirl2012-04-142-8/+6
* target-sparc: QOM'ify CPUAndreas Färber2012-04-073-9/+135
* target-sparc: Rename cpu_init.cAndreas Färber2012-04-071-0/+0
* sparc: pass page aligned addresses to tlb_set_pageBlue Swirl2012-03-271-11/+8
* target-sparc: Add compiler attribute to some functions which don't returnStefan Weil2012-03-242-3/+4
* Sparc: avoid AREG0 wrappers for memory access helpersBlue Swirl2012-03-184-265/+77
* Sparc: avoid AREG0 for memory access helpersBlue Swirl2012-03-185-225/+387
* sparc64: implement PCI and ISA irqsBlue Swirl2012-03-172-6/+17
* sparc: reset CPU state on resetBlue Swirl2012-03-172-2/+4
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
OpenPOWER on IntegriCloud