Age | Commit message (Expand) | Author |
2018-05-20 | tcg: fix s/compliment/complement/ typos | Emilio G. Cota |
2018-05-01 | tcg: Document INDEX_mul[us]h_* | Richard Henderson |
2018-02-08 | tcg: Add generic vector ops for multiplication | Richard Henderson |
2018-02-08 | tcg: Add generic vector ops for comparisons | Richard Henderson |
2018-02-08 | tcg: Add generic vector ops for constant shifts | Richard Henderson |
2018-02-08 | tcg: Add types and basic operations for host vectors | Richard Henderson |
2017-07-31 | docs: fix broken paths to docs/devel/atomics.txt | Philippe Mathieu-Daudé |
2017-06-05 | tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr | Emilio G. Cota |
2017-01-10 | tcg: Add clz and ctz opcodes | Richard Henderson |
2017-01-10 | tcg: Allow an operand to be matching or a constant | Richard Henderson |
2017-01-10 | tcg: Add field extraction primitives | Richard Henderson |
2016-10-07 | qemu-tech: move text from qemu-tech to tcg/README | Paolo Bonzini |
2016-09-16 | Introduce TCGOpcode for memory barrier | Pranith Kumar |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-02-23 | tcg: Rename tcg-target.c to tcg-target.inc.c | Peter Maydell |
2015-08-24 | tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 | Richard Henderson |
2015-08-24 | tcg: update README about size changing ops | Aurelien Jarno |
2015-08-24 | tcg: rename trunc_shr_i32 into trunc_shr_i64_i32 | Aurelien Jarno |
2014-04-28 | tcg: Add INDEX_op_trunc_shr_i32 | Richard Henderson |
2014-04-18 | tcg: Use "unspecified behavior" for shifts | Richard Henderson |
2013-10-10 | tcg: Add qemu_ld_st_i32/64 | Richard Henderson |
2013-03-22 | Use proper term in TCG README | 陳韋任 (Wei-Ren Chen) |
2013-02-23 | tcg: Add signed multiword multiplication operations | Richard Henderson |
2013-02-23 | tcg: Add 64-bit multiword arithmetic operations | Richard Henderson |
2012-10-28 | tcg: rework TCG helper flags | Aurelien Jarno |
2012-10-28 | tcg: forbid ld/st function to modify globals | Aurelien Jarno |
2012-10-06 | tcg: remove obsolete jmp op | Aurelien Jarno |
2012-09-26 | tcg: Adjust descriptions of *cond opcodes | Richard Henderson |
2012-09-22 | tcg/README: document tcg_gen_goto_tb restrictions | Max Filippov |
2012-09-21 | tcg: Introduce movcond | Richard Henderson |
2011-07-16 | tcg/README: Expand advice on number of TCG ops per target insn | Peter Maydell |
2011-01-20 | tcg: README, name deposit second argument len/LEN | Edgar E. Iglesias |
2011-01-20 | tcg: Define "deposit" as an optional operation. | Richard Henderson |
2011-01-09 | tcg: fix typo in readme | Mike Frysinger |
2011-01-09 | tcg/README: Spelling fixes | Stefan Weil |
2010-04-10 | tcg/README: improve description of bswap* | Aurelien Jarno |
2010-03-26 | tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs. | Richard Henderson |
2010-03-26 | tcg: Allow target-specific implementation of EQV. | Richard Henderson |
2010-03-13 | tcg: update README with const and pure helpers | Aurelien Jarno |
2010-02-06 | tcg: generic support for conditional set | Richard Henderson |
2010-02-06 | tcg: document double-word support opcodes. | Richard Henderson |
2009-03-28 | tcg/README: fix description of bswap32_i32/i64 | aurel32 |
2009-03-13 | tcg: update README wrt recent bswap changes | aurel32 |
2009-01-03 | TCG: Fix documentation of qemu_ld/st ops | aurel32 |
2008-12-07 | Remove a few dyngen and dyngen related code | aurel32 |
2008-11-04 | Mention output overlaps. | pbrook |
2008-11-03 | tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions | aurel32 |
2008-10-21 | TCG: add logical operations found on alpha and powerpc processors | aurel32 |
2008-09-21 | Add concat32_i64 and concat_tl_i64 ops | blueswir1 |
2008-09-21 | Add concat_i32_i64 op. | pbrook |