Age | Commit message (Expand) | Author | Files | Lines |
2019-04-24 | tcg: Implement tcg_gen_extract2_{i32,i64} | David Hildenbrand | 1 | -0/+6 |
2019-02-11 | tcg: Diagnose referenced labels that have not been emitted | Richard Henderson | 1 | -0/+1 |
2019-01-28 | tcg: Add opcodes for vector minmax arithmetic | Richard Henderson | 1 | -0/+4 |
2019-01-28 | tcg: Add opcodes for vector saturated arithmetic | Richard Henderson | 1 | -0/+4 |
2019-01-28 | tcg: Add gvec expanders for nand, nor, eqv | Richard Henderson | 1 | -0/+3 |
2018-12-26 | tcg: Reference count labels | Richard Henderson | 1 | -0/+1 |
2018-11-08 | tcg/tcg-op.h: Add multiple include guard | Peter Maydell | 1 | -0/+5 |
2018-06-01 | tcg: Pass tb and index to tcg_gen_exit_tb separately | Richard Henderson | 1 | -4/+13 |
2018-05-10 | tcg: Introduce atomic helpers for integer min/max | Richard Henderson | 1 | -0/+34 |
2018-05-10 | tcg: Introduce helpers for integer min/max | Richard Henderson | 1 | -0/+16 |
2018-05-01 | tcg: Improve TCGv_ptr support | Richard Henderson | 1 | -21/+70 |
2018-02-08 | tcg: Add generic vector ops for multiplication | Richard Henderson | 1 | -0/+1 |
2018-02-08 | tcg: Add generic vector ops for comparisons | Richard Henderson | 1 | -0/+3 |
2018-02-08 | tcg: Add generic vector ops for constant shifts | Richard Henderson | 1 | -0/+4 |
2018-02-08 | tcg: Add generic vector expanders | Richard Henderson | 1 | -0/+1 |
2018-02-08 | tcg: Standardize integral arguments to expanders | Richard Henderson | 1 | -8/+8 |
2018-02-08 | tcg: Add types and basic operations for host vectors | Richard Henderson | 1 | -0/+27 |
2017-12-29 | tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* | Richard Henderson | 1 | -4/+0 |
2017-10-24 | tcg: Remove TCGV_EQUAL* | Richard Henderson | 1 | -4/+2 |
2017-10-24 | tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp} | Richard Henderson | 1 | -46/+48 |
2017-10-24 | tcg: Push tcg_ctx into generator functions | Richard Henderson | 1 | -54/+46 |
2017-10-10 | tcg: remove addr argument from lookup_tb_ptr | Emilio G. Cota | 1 | -2/+2 |
2017-06-05 | tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr | Emilio G. Cota | 1 | -0/+11 |
2017-01-10 | tcg: Add opcode for ctpop | Richard Henderson | 1 | -0/+4 |
2017-01-10 | tcg: Add helpers for clrsb | Richard Henderson | 1 | -0/+4 |
2017-01-10 | tcg: Add clz and ctz opcodes | Richard Henderson | 1 | -0/+16 |
2017-01-10 | tcg: Add deposit_z expander | Richard Henderson | 1 | -0/+6 |
2017-01-10 | tcg: Add field extraction primitives | Richard Henderson | 1 | -0/+12 |
2016-11-01 | tcg: Add tcg_gen_mulsu2_{i32,i64,tl} | Richard Henderson | 1 | -0/+4 |
2016-10-26 | tcg: Add atomic helpers | Richard Henderson | 1 | -0/+44 |
2016-09-16 | Introduce TCGOpcode for memory barrier | Pranith Kumar | 1 | -0/+2 |
2016-05-12 | tcg: Allow goto_tb to any target PC in user mode | Sergey Fedorov | 1 | -3/+6 |
2016-05-12 | tcg: Clean up direct block chaining safety checks | Sergey Fedorov | 1 | -0/+10 |
2016-03-01 | tcg: Move definition of type TCGv | LluĂs Vilanova | 1 | -2/+0 |
2015-10-07 | tcg: Allow extra data to be attached to insn_start | Richard Henderson | 1 | -8/+44 |
2015-10-07 | tcg: Rename debug_insn_start to insn_start | Richard Henderson | 1 | -3/+3 |
2015-08-24 | tcg: Remove tcg_gen_trunc_i64_i32 | Richard Henderson | 1 | -7/+2 |
2015-08-24 | tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 | Richard Henderson | 1 | -2/+3 |
2015-03-13 | tcg: Change translator-side labels to a pointer | Richard Henderson | 1 | -11/+8 |
2015-02-12 | tcg: Implement insert_op_before | Richard Henderson | 1 | -1/+0 |
2015-02-12 | tcg: Move some opcode generation functions out of line | Richard Henderson | 1 | -2104/+336 |
2014-06-04 | TCG: Fix tcg_gen_extr_i64_tl for 32bit | Alexander Graf | 1 | -1/+1 |
2014-05-28 | tcg: Inline tcg_gen_helperN | Richard Henderson | 1 | -7/+0 |
2014-05-28 | tcg: Use helper-gen.h in tcg-op.h | Richard Henderson | 1 | -150/+25 |
2014-05-28 | tcg: Push tcg-runtime routines into exec/helper-* | Richard Henderson | 1 | -17/+18 |
2014-05-12 | tcg: Make call address a constant parameter | Richard Henderson | 1 | -13/+3 |
2014-04-28 | tcg: Add INDEX_op_trunc_shr_i32 | Richard Henderson | 1 | -16/+34 |
2014-04-28 | tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changes | Richard Henderson | 1 | -2/+2 |
2014-04-18 | tcg: Use HOST_WORDS_BIGENDIAN | Richard Henderson | 1 | -2/+2 |
2014-04-18 | tcg: Fix fallback from muls2_i64 to mulu2_i64 | Richard Henderson | 1 | -20/+18 |