Age | Commit message (Expand) | Author |
2021-02-05 | tcg/tci: Merge INDEX_op_ld16u_{i32,i64} | Richard Henderson |
2021-02-05 | tcg/tci: Merge INDEX_op_ld8s_{i32,i64} | Richard Henderson |
2021-02-05 | tcg/tci: Merge INDEX_op_ld8u_{i32,i64} | Richard Henderson |
2021-02-05 | tcg/tci: Inline tci_write_reg64 into 64-bit callers | Richard Henderson |
2021-02-05 | tcg/tci: Inline tci_write_reg32 into all callers | Richard Henderson |
2021-02-05 | tcg/tci: Inline tci_write_reg16 into the only caller | Richard Henderson |
2021-02-05 | tcg/tci: Inline tci_write_reg8 into its callers | Richard Henderson |
2021-02-05 | tcg/tci: Inline tci_write_reg32s into the only caller | Richard Henderson |
2021-02-05 | tcg/tci: Implement INDEX_op_ld8s_i64 | Stefan Weil |
2021-02-05 | tcg/tci: Implement INDEX_op_ld16s_i32 | Stefan Weil |
2021-02-05 | tcg/tci: Make tci_tb_ptr thread-local | Richard Henderson |
2021-02-05 | tcg/aarch64: Do not convert TCGArg to temps that are not temps | Richard Henderson |
2021-02-05 | tcg/s390: Fix compare instruction from extended-immediate facility | Philippe Mathieu-Daudé |
2021-02-02 | tcg: Remove TCG_TARGET_CON_SET_H | Richard Henderson |
2021-02-02 | tcg/tci: Split out constraint sets to tcg-target-con-set.h | Richard Henderson |
2021-02-02 | tcg/sparc: Split out constraint sets to tcg-target-con-set.h | Richard Henderson |
2021-02-02 | tcg/s390: Split out constraint sets to tcg-target-con-set.h | Richard Henderson |
2021-02-02 | tcg/riscv: Split out constraint sets to tcg-target-con-set.h | Richard Henderson |
2021-02-02 | tcg/ppc: Split out constraint sets to tcg-target-con-set.h | Richard Henderson |
2021-02-02 | tcg/mips: Split out constraint sets to tcg-target-con-set.h | Richard Henderson |
2021-02-02 | tcg/arm: Split out constraint sets to tcg-target-con-set.h | Richard Henderson |
2021-02-02 | tcg/aarch64: Split out constraint sets to tcg-target-con-set.h | Richard Henderson |
2021-02-02 | tcg/i386: Split out constraint sets to tcg-target-con-set.h | Richard Henderson |
2021-02-02 | tcg: Remove TCG_TARGET_CON_STR_H | Richard Henderson |
2021-02-02 | tcg/sparc: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-02-02 | tcg/s390: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-02-02 | tcg/riscv: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-02-02 | tcg/mips: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-02-02 | tcg/tci: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-02-02 | tcg/ppc: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-02-02 | tcg/aarch64: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-02-02 | tcg/arm: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-02-02 | tcg/i386: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-02-02 | tcg/i386: Tidy register constraint definitions | Richard Henderson |
2021-02-02 | tcg/i386: Move constraint type check to tcg_target_const_match | Richard Henderson |
2021-02-02 | tcg/tci: Remove TCG_TARGET_HAS_* ifdefs | Richard Henderson |
2021-02-02 | tcg/tci: Drop L and S constraints | Richard Henderson |
2021-01-27 | tcg/tci: Restrict tci_write_reg16() to 64-bit hosts | Philippe Mathieu-Daudé |
2021-01-24 | tcg: Restart code generation when we run out of temps | Richard Henderson |
2021-01-23 | tcg: Toggle page execution for Apple Silicon | Roman Bolshakov |
2021-01-13 | tcg/aarch64: Use tcg_constant_vec with tcg vec expanders | Richard Henderson |
2021-01-13 | tcg/ppc: Use tcg_constant_vec with tcg vec expanders | Richard Henderson |
2021-01-13 | tcg: Remove tcg_gen_dup{8,16,32,64}i_vec | Richard Henderson |
2021-01-13 | tcg/i386: Use tcg_constant_vec with tcg vec expanders | Richard Henderson |
2021-01-13 | tcg: Add tcg_reg_alloc_dup2 | Richard Henderson |
2021-01-13 | tcg: Remove movi and dupi opcodes | Richard Henderson |
2021-01-13 | tcg/tci: Add special tci_movi_{i32,i64} opcodes | Richard Henderson |
2021-01-13 | tcg: Use tcg_constant_{i32,i64,vec} with gvec expanders | Richard Henderson |
2021-01-13 | tcg: Use tcg_constant_{i32,i64} with tcg int expanders | Richard Henderson |
2021-01-13 | tcg: Convert tcg_gen_dupi_vec to TCG_CONST | Richard Henderson |