aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2021-02-05tcg/tci: Remove TCG_CONSTRichard Henderson
2021-02-05tcg/tci: Fix TCG_REG_R4 misusageRichard Henderson
2021-02-05tcg/tci: Restrict TCG_TARGET_NB_REGS to 16Richard Henderson
2021-02-05tcg/tci: Remove TODO as unusedRichard Henderson
2021-02-05tcg/tci: Implement 64-bit divisionRichard Henderson
2021-02-05tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*Richard Henderson
2021-02-05tcg/tci: Use g_assert_not_reachedRichard Henderson
2021-02-05tcg/tci: Merge INDEX_op_{st_i32,st32_i64}Richard Henderson
2021-02-05tcg/tci: Move stack bounds check to compile-timeRichard Henderson
2021-02-05tcg/tci: Merge INDEX_op_st16_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_st8_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld16s_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld16u_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld8s_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld8u_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Inline tci_write_reg64 into 64-bit callersRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg32 into all callersRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg16 into the only callerRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg8 into its callersRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg32s into the only callerRichard Henderson
2021-02-05tcg/tci: Implement INDEX_op_ld8s_i64Stefan Weil
2021-02-05tcg/tci: Implement INDEX_op_ld16s_i32Stefan Weil
2021-02-05tcg/tci: Make tci_tb_ptr thread-localRichard Henderson
2021-02-05tcg/aarch64: Do not convert TCGArg to temps that are not tempsRichard Henderson
2021-02-05tcg/s390: Fix compare instruction from extended-immediate facilityPhilippe Mathieu-Daudé
2021-02-02tcg: Remove TCG_TARGET_CON_SET_HRichard Henderson
2021-02-02tcg/tci: Split out constraint sets to tcg-target-con-set.hRichard Henderson
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