aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov
2021-01-13tcg/aarch64: Use tcg_constant_vec with tcg vec expandersRichard Henderson
2021-01-13tcg/ppc: Use tcg_constant_vec with tcg vec expandersRichard Henderson
2021-01-13tcg: Remove tcg_gen_dup{8,16,32,64}i_vecRichard Henderson
2021-01-13tcg/i386: Use tcg_constant_vec with tcg vec expandersRichard Henderson
2021-01-13tcg: Add tcg_reg_alloc_dup2Richard Henderson
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson
2021-01-13tcg/tci: Add special tci_movi_{i32,i64} opcodesRichard Henderson
2021-01-13tcg: Use tcg_constant_{i32,i64,vec} with gvec expandersRichard Henderson
2021-01-13tcg: Use tcg_constant_{i32,i64} with tcg int expandersRichard Henderson
2021-01-13tcg: Convert tcg_gen_dupi_vec to TCG_CONSTRichard Henderson
2021-01-13tcg/optimize: Use tcg_constant_internal with constant foldingRichard Henderson
2021-01-13tcg/optimize: Adjust TempOptInfo allocationRichard Henderson
2021-01-13tcg/optimize: Improve find_better_copyRichard Henderson
2021-01-13tcg: Introduce TYPE_CONST temporariesRichard Henderson
2021-01-13tcg: Expand TempOptInfo to 64-bitsRichard Henderson
2021-01-13tcg: Rename struct tcg_temp_info to TempOptInfoRichard Henderson
2021-01-13tcg: Expand TCGTemp.val to 64-bitsRichard Henderson
2021-01-13tcg: Add temp_readonlyRichard Henderson
2021-01-13tcg: Consolidate 3 bits into enum TCGTempKindRichard Henderson
2021-01-13tcg: Increase tcg_out_dupi_vec immediate to int64_tRichard Henderson
2021-01-13tcg: Use tcg_out_dupi_vec from temp_loadRichard Henderson
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson
2021-01-07tcg/arm: Support split-wx code generationRichard Henderson
2021-01-07tcg/mips: Support split-wx code generationRichard Henderson
2021-01-07tcg/mips: Do not assert on relocation overflowRichard Henderson
2021-01-07tcg/riscv: Support split-wx code generationRichard Henderson
2021-01-07tcg/riscv: Remove branch-over-branch fallbackRichard Henderson
2021-01-07tcg/riscv: Fix branch range checksRichard Henderson
2021-01-07tcg/s390: Support split-wx code generationRichard Henderson
2021-01-07tcg/s390: Use tcg_tbrel_diffRichard Henderson
2021-01-07tcg/sparc: Support split-wx code generationRichard Henderson
2021-01-07tcg/sparc: Use tcg_tbrel_diffRichard Henderson
2021-01-07tcg/ppc: Support split-wx code generationRichard Henderson
2021-01-07tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TBRichard Henderson
2021-01-07tcg/ppc: Use tcg_tbrel_diffRichard Henderson
2021-01-07tcg/tci: Push const down through bytecode readingRichard Henderson
2021-01-07tcg/aarch64: Support split-wx code generationRichard Henderson
2021-01-07tcg/aarch64: Use B not BL for tcg_out_goto_longRichard Henderson
2021-01-07tcg/i386: Support split-wx code generationRichard Henderson
2021-01-07tcg: Return the TB pointer from the rx region from exit_tbRichard Henderson
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson
2021-01-07tcg: Adjust tcg_out_label for constRichard Henderson
2021-01-07tcg: Adjust tcg_out_call for constRichard Henderson