summaryrefslogtreecommitdiffstats
path: root/tcg/sparc
Commit message (Expand)AuthorAgeFilesLines
* tcg: Remove TCG_TARGET_CON_SET_HRichard Henderson2021-02-021-1/+0Star
* tcg/sparc: Split out constraint sets to tcg-target-con-set.hRichard Henderson2021-02-023-52/+56
* tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson2021-02-021-1/+0Star
* tcg/sparc: Split out target constraints to tcg-target-con-str.hRichard Henderson2021-02-023-53/+54
* tcg: Remove movi and dupi opcodesRichard Henderson2021-01-131-2/+0Star
* tcg: Constify tcg_code_gen_epilogueRichard Henderson2021-01-071-2/+1Star
* tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson2021-01-071-1/+0Star
* tcg/sparc: Support split-wx code generationRichard Henderson2021-01-072-12/+14
* tcg/sparc: Use tcg_tbrel_diffRichard Henderson2021-01-071-8/+7Star
* tcg: Add --accel tcg,split-wx propertyRichard Henderson2021-01-071-0/+1
* tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson2021-01-072-8/+8
* tcg: Adjust tcg_register_jit for constRichard Henderson2021-01-071-1/+1
* tcg: Adjust tcg_out_call for constRichard Henderson2021-01-071-2/+2
* tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson2021-01-071-1/+1
* util: Enhance flush_icache_range with separate data pointerRichard Henderson2021-01-071-2/+2
* tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson2021-01-071-0/+1
* util: Extract flush_icache_range to cacheflush.cRichard Henderson2021-01-021-8/+0Star
* tcg: Remove TCG_CT_REGRichard Henderson2020-10-081-5/+0Star
* tcg: Drop union from TCGArgConstraintRichard Henderson2020-10-081-8/+8
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-2/+3
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-1/+1
* tcg: Search includes in the parent source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-031-3/+3
* cpu: Move the softmmu tlb to CPUNegativeOffsetStateRichard Henderson2019-06-101-22/+10Star
* tcg: Create struct CPUTLBRichard Henderson2019-06-101-10/+2Star
* tcg: Return bool success from tcg_out_movRichard Henderson2019-05-131-1/+2
* tcg: Add INDEX_op_extract2_{i32,i64}Richard Henderson2019-04-241-0/+2
* cputlb: Remove static tlb sizingRichard Henderson2019-01-281-1/+0Star
* tcg/sparc: enable dynamic TLB sizingRichard Henderson2019-01-282-33/+51
* tcg: introduce dynamic TLB sizingEmilio G. Cota2019-01-281-0/+1
* tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson2018-12-171-0/+1
* tcg: Return success from patch_relocRichard Henderson2018-12-171-1/+2
* tcg/sparc: Remove retranslation codeRichard Henderson2018-12-171-6/+2Star
* target/sparc: Remove the constant poolRichard Henderson2018-12-171-38/+9Star
* tcg: Reduce max TB opcode countRichard Henderson2018-06-151-2/+2
* tcg/sparc: Fully convert tcg_target_op_defRichard Henderson2017-09-171-102/+137
* tcg: Remove tcg_regset_set32Richard Henderson2017-09-171-24/+24
* tcg: Remove tcg_regset_clearRichard Henderson2017-09-171-1/+1
* tcg/sparc: Use constant pool for moviRichard Henderson2017-09-072-21/+58
* tcg/sparc: Introduce TCG_REG_TBRichard Henderson2017-09-071-30/+140
* tcg: Rearrange ldst label trackingRichard Henderson2017-09-071-2/+0Star
* tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2017-09-072-1/+5
* tcg: Add tcg target default memory orderingPranith Kumar2017-09-051-0/+2
* tcg/sparc: Implement goto_ptrRichard Henderson2017-06-052-2/+11
* tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota2017-06-051-0/+1
* tcg/sparc: Zero extend address argument to ld/st helpersPeter Maydell2017-04-031-2/+2
* tcg/sparc: Zero extend data argument to store helpersPeter Maydell2017-04-031-0/+25
* tcg: Add opcode for ctpopRichard Henderson2017-01-101-0/+2
* tcg: Add clz and ctz opcodesRichard Henderson2017-01-101-0/+4
* tcg: Pass the opcode width to target_parse_constraintRichard Henderson2017-01-101-9/+5Star