aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2021-01-27tcg/tci: Restrict tci_write_reg16() to 64-bit hostsPhilippe Mathieu-Daudé1-0/+2
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson1-3/+8
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov1-0/+1
2021-01-13tcg/aarch64: Use tcg_constant_vec with tcg vec expandersRichard Henderson1-5/+5
2021-01-13tcg/ppc: Use tcg_constant_vec with tcg vec expandersRichard Henderson1-17/+27
2021-01-13tcg: Remove tcg_gen_dup{8,16,32,64}i_vecRichard Henderson1-20/+0
2021-01-13tcg/i386: Use tcg_constant_vec with tcg vec expandersRichard Henderson1-13/+13
2021-01-13tcg: Add tcg_reg_alloc_dup2Richard Henderson1-0/+97
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson12-42/+1
2021-01-13tcg/tci: Add special tci_movi_{i32,i64} opcodesRichard Henderson2-4/+4
2021-01-13tcg: Use tcg_constant_{i32,i64,vec} with gvec expandersRichard Henderson2-77/+58
2021-01-13tcg: Use tcg_constant_{i32,i64} with tcg int expandersRichard Henderson1-120/+107
2021-01-13tcg: Convert tcg_gen_dupi_vec to TCG_CONSTRichard Henderson3-40/+15
2021-01-13tcg/optimize: Use tcg_constant_internal with constant foldingRichard Henderson1-59/+49
2021-01-13tcg/optimize: Adjust TempOptInfo allocationRichard Henderson1-26/+34
2021-01-13tcg/optimize: Improve find_better_copyRichard Henderson1-15/+12
2021-01-13tcg: Introduce TYPE_CONST temporariesRichard Henderson2-49/+188
2021-01-13tcg: Expand TempOptInfo to 64-bitsRichard Henderson1-19/+21
2021-01-13tcg: Rename struct tcg_temp_info to TempOptInfoRichard Henderson1-16/+16
2021-01-13tcg: Expand TCGTemp.val to 64-bitsRichard Henderson1-1/+1
2021-01-13tcg: Add temp_readonlyRichard Henderson1-11/+10
2021-01-13tcg: Consolidate 3 bits into enum TCGTempKindRichard Henderson2-54/+80
2021-01-13tcg: Increase tcg_out_dupi_vec immediate to int64_tRichard Henderson4-33/+69
2021-01-13tcg: Use tcg_out_dupi_vec from temp_loadRichard Henderson4-34/+46
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson8-15/+8
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson9-17/+9
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson9-9/+0
2021-01-07tcg/arm: Support split-wx code generationRichard Henderson2-17/+22
2021-01-07tcg/mips: Support split-wx code generationRichard Henderson2-20/+25
2021-01-07tcg/mips: Do not assert on relocation overflowRichard Henderson1-34/+19
2021-01-07tcg/riscv: Support split-wx code generationRichard Henderson2-19/+24
2021-01-07tcg/riscv: Remove branch-over-branch fallbackRichard Henderson1-50/+6
2021-01-07tcg/riscv: Fix branch range checksRichard Henderson1-13/+15
2021-01-07tcg/s390: Support split-wx code generationRichard Henderson2-40/+31
2021-01-07tcg/s390: Use tcg_tbrel_diffRichard Henderson1-8/+8
2021-01-07tcg/sparc: Support split-wx code generationRichard Henderson2-12/+14
2021-01-07tcg/sparc: Use tcg_tbrel_diffRichard Henderson1-8/+7
2021-01-07tcg/ppc: Support split-wx code generationRichard Henderson2-24/+31
2021-01-07tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TBRichard Henderson1-3/+2
2021-01-07tcg/ppc: Use tcg_tbrel_diffRichard Henderson1-3/+3
2021-01-07tcg/tci: Push const down through bytecode readingRichard Henderson1-26/+34
2021-01-07tcg/aarch64: Support split-wx code generationRichard Henderson2-26/+33
2021-01-07tcg/aarch64: Use B not BL for tcg_out_goto_longRichard Henderson1-1/+1
2021-01-07tcg/i386: Support split-wx code generationRichard Henderson2-10/+12
2021-01-07tcg: Return the TB pointer from the rx region from exit_tbRichard Henderson1-1/+12
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson9-0/+9
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson1-1/+1
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson13-41/+41
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson9-13/+13
2021-01-07tcg: Adjust tcg_out_label for constRichard Henderson2-8/+8