Age | Commit message (Expand) | Author | Files | Lines |
2023-03-05 | tcg: Link branches to the labels | Richard Henderson | 1 | -6/+1 |
2023-03-01 | tcg: Remove tcg_temp_local_new_*, tcg_const_local_* | Richard Henderson | 1 | -2/+0 |
2023-03-01 | tcg: Add tcg_gen_movi_ptr | Richard Henderson | 1 | -0/+5 |
2023-02-04 | tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64} | Richard Henderson | 1 | -0/+4 |
2023-02-04 | tcg: Add tcg_gen_{non}atomic_cmpxchg_i128 | Richard Henderson | 1 | -0/+5 |
2023-02-04 | tcg: Add guest load/store primitives for TCGv_i128 | Richard Henderson | 1 | -0/+2 |
2023-02-04 | tcg: Add basic data movement for TCGv_i128 | Richard Henderson | 1 | -0/+4 |
2023-01-05 | tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-01-05 | tcg: Move TCG_{LOW,HIGH} to tcg-internal.h | Richard Henderson | 1 | -28/+5 |
2022-06-02 | tcg: Add tcg_gen_mov_ptr | Richard Henderson | 1 | -0/+5 |
2022-05-04 | tcg: Implement tcg_gen_{h,w}swap_{i32,i64} | Richard Henderson | 1 | -0/+6 |
2022-01-08 | exec/memop: Adding signedness to quad definitions | Frédéric Pétrot | 1 | -2/+2 |
2021-09-14 | tcg: Remove tcg_global_reg_new defines | Bin Meng | 1 | -2/+0 |
2021-06-29 | tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64 | Richard Henderson | 1 | -4/+4 |
2021-06-21 | tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64 | Peter Maydell | 1 | -0/+8 |
2021-05-14 | tcg: Add tcg_constant_tl | Matheus Ferst | 1 | -0/+2 |
2021-01-13 | tcg: Remove tcg_gen_dup{8,16,32,64}i_vec | Richard Henderson | 1 | -4/+0 |
2021-01-13 | tcg: Use tcg_constant_{i32,i64} with tcg int expanders | Richard Henderson | 1 | -11/+2 |
2021-01-07 | tcg: Make DisasContextBase.tb const | Richard Henderson | 1 | -1/+1 |
2021-01-04 | tcg: Add tcg_gen_bswap_tl alias | Richard Henderson | 1 | -0/+2 |
2020-06-02 | tcg: Implement gvec support for rotate by scalar | Richard Henderson | 1 | -0/+1 |
2020-06-02 | tcg: Implement gvec support for rotate by vector | Richard Henderson | 1 | -0/+2 |
2020-06-02 | tcg: Implement gvec support for rotate by immediate | Richard Henderson | 1 | -0/+2 |
2020-05-06 | tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64} | Richard Henderson | 1 | -4/+4 |
2020-01-15 | tcg: Move TCG headers to include/tcg/ | Philippe Mathieu-Daudé | 1 | -0/+1328 |