aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/translate.c
AgeCommit message (Expand)Author
2016-07-12target-sparc: Elide duplicate updates to fprsRichard Henderson
2016-07-12target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptionsRichard Henderson
2016-07-12target-sparc: Use cpu_fsr in stfsrRichard Henderson
2016-07-12target-sparc: Use explicit writes to cpu_fsrRichard Henderson
2016-07-12target-sparc: Remove helper_ldf_asi, helper_stf_asiRichard Henderson
2016-07-12target-sparc: Directly implement block and short ldf/stf asisRichard Henderson
2016-07-12target-sparc: Directly implement easy ldf/stf asisRichard Henderson
2016-07-12target-sparc: Pass TCGMemOp constants to helper_ld/st_asiRichard Henderson
2016-07-12target-sparc: Directly implement easy ldd/std asisRichard Henderson
2016-07-12target-sparc: Introduce gen_check_alignRichard Henderson
2016-07-12target-sparc: Use QT0 to return results from lddaRichard Henderson
2016-07-12target-sparc: Directly implement easy ld/st asisRichard Henderson
2016-07-12target-sparc: Use defines from asi.hRichard Henderson
2016-07-12target-sparc: Pass TCGMemOp to gen_ld/st_asiRichard Henderson
2016-07-12target-sparc: Introduce get_asiRichard Henderson
2016-07-12target-sparc: Store %asi in TB flagsRichard Henderson
2016-07-12target-sparc: Unify asi handling between 32 and 64-bitRichard Henderson
2016-07-12target-sparc: Create gen_exceptionRichard Henderson
2016-07-12target-sparc: Store mmu index in TB flagsRichard Henderson
2016-07-12target-sparc: Remove softint as a TCG globalRichard Henderson
2016-06-24target-sparc: fix register corruption in ldstub if there is no write permissionArtyom Tarasenko
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova
2016-06-05target-*: dfilter support for in_asmRichard Henderson
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-12tcg: Allow goto_tb to any target PC in user modeSergey Fedorov
2016-04-11target-sparc: fix ldstub sign-extension bugMark Cave-Ayland
2016-03-01tcg: Add type for vCPU pointersLluís Vilanova
2016-02-23target-sparc: Use global registers for the register windowRichard Henderson
2016-02-23target-sparc: Tidy global register initializationRichard Henderson
2016-02-09tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-29sparc: Clean up includesPeter Maydell
2016-01-07target-sparc: implement NPT timer bitMark Cave-Ayland
2015-12-10sparc: allow CASA with ASI 0xa from user spaceAlex Zuepke
2015-10-28target-*: Advance pc after recognizing a breakpointRichard Henderson
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson
2015-10-07tcg: Add TCG_MAX_INSNSRichard Henderson
2015-10-07target-sparc: Add npc state to insn_startRichard Henderson
2015-10-07target-sparc: Remove gen_opc_jump_pcRichard Henderson
2015-10-07target-sparc: Split out gen_branch_nRichard Henderson
2015-10-07target-sparc: Tidy gen_branch_a interfaceRichard Henderson
2015-10-07target-*: Introduce and use cpu_breakpoint_testRichard Henderson
2015-10-07target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson
2015-10-07target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt
2015-08-24tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson