summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2021-02-02tcg/sparc: Split out constraint sets to tcg-target-con-set.hRichard Henderson
2021-02-02tcg/s390: Split out constraint sets to tcg-target-con-set.hRichard Henderson
2021-02-02tcg/riscv: Split out constraint sets to tcg-target-con-set.hRichard Henderson
2021-02-02tcg/ppc: Split out constraint sets to tcg-target-con-set.hRichard Henderson
2021-02-02tcg/mips: Split out constraint sets to tcg-target-con-set.hRichard Henderson
2021-02-02tcg/arm: Split out constraint sets to tcg-target-con-set.hRichard Henderson
2021-02-02tcg/aarch64: Split out constraint sets to tcg-target-con-set.hRichard Henderson
2021-02-02tcg/i386: Split out constraint sets to tcg-target-con-set.hRichard Henderson
2021-02-02tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson
2021-02-02tcg/sparc: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-02-02tcg/s390: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-02-02tcg/riscv: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-02-02tcg/mips: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-02-02tcg/tci: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-02-02tcg/ppc: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-02-02tcg/aarch64: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-02-02tcg/arm: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-02-02tcg/i386: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-02-02tcg/i386: Tidy register constraint definitionsRichard Henderson
2021-02-02tcg/i386: Move constraint type check to tcg_target_const_matchRichard Henderson
2021-02-02tcg/tci: Remove TCG_TARGET_HAS_* ifdefsRichard Henderson
2021-02-02tcg/tci: Drop L and S constraintsRichard Henderson
2021-01-27tcg/tci: Restrict tci_write_reg16() to 64-bit hostsPhilippe Mathieu-Daudé
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