| Commit message (Expand) | Author | Age | Files | Lines |
* | tcg: Introduce INDEX_op_qemu_st8_i32 | Richard Henderson | 2021-01-07 | 1 | -0/+5 |
* | meson: rename included C source files to .c.inc | Paolo Bonzini | 2020-08-21 | 1 | -1/+1 |
* | tcg: Implement gvec support for rotate by vector | Richard Henderson | 2020-06-02 | 1 | -1/+3 |
* | tcg: Implement gvec support for rotate by immediate | Richard Henderson | 2020-06-02 | 1 | -1/+2 |
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging | Peter Maydell | 2019-09-04 | 1 | -1/+1 |
|\ |
|
| * | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen | 2019-09-03 | 1 | -1/+1 |
* | | tcg/README: fix typo s/afterwise/afterwards/ | Emilio G. Cota | 2019-09-03 | 1 | -1/+1 |
|/ |
|
* | tcg: Add support for vector compare select | Richard Henderson | 2019-05-22 | 1 | -0/+7 |
* | tcg: Add support for vector bitwise select | Richard Henderson | 2019-05-22 | 1 | -0/+4 |
* | tcg: Add support for vector absolute value | Richard Henderson | 2019-05-14 | 1 | -0/+4 |
* | tcg: Add INDEX_op_extract2_{i32,i64} | Richard Henderson | 2019-04-24 | 1 | -0/+7 |
* | tcg: Add opcodes for vector minmax arithmetic | Richard Henderson | 2019-01-28 | 1 | -0/+10 |
* | tcg: Add opcodes for vector saturated arithmetic | Richard Henderson | 2019-01-28 | 1 | -0/+9 |
* | tcg: fix s/compliment/complement/ typos | Emilio G. Cota | 2018-05-20 | 1 | -1/+1 |
* | tcg: Document INDEX_mul[us]h_* | Richard Henderson | 2018-05-01 | 1 | -0/+8 |
* | tcg: Add generic vector ops for multiplication | Richard Henderson | 2018-02-08 | 1 | -0/+4 |
* | tcg: Add generic vector ops for comparisons | Richard Henderson | 2018-02-08 | 1 | -0/+4 |
* | tcg: Add generic vector ops for constant shifts | Richard Henderson | 2018-02-08 | 1 | -0/+29 |
* | tcg: Add types and basic operations for host vectors | Richard Henderson | 2018-02-08 | 1 | -0/+49 |
* | docs: fix broken paths to docs/devel/atomics.txt | Philippe Mathieu-Daudé | 2017-07-31 | 1 | -1/+1 |
* | tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr | Emilio G. Cota | 2017-06-05 | 1 | -0/+8 |
* | tcg: Add clz and ctz opcodes | Richard Henderson | 2017-01-10 | 1 | -0/+8 |
* | tcg: Allow an operand to be matching or a constant | Richard Henderson | 2017-01-10 | 1 | -4/+9 |
* | tcg: Add field extraction primitives | Richard Henderson | 2017-01-10 | 1 | -2/+18 |
* | qemu-tech: move text from qemu-tech to tcg/README | Paolo Bonzini | 2016-10-07 | 1 | -0/+5 |
* | Introduce TCGOpcode for memory barrier | Pranith Kumar | 2016-09-16 | 1 | -0/+17 |
* | Fix some typos found by codespell | Stefan Weil | 2016-05-18 | 1 | -1/+1 |
* | tcg: Rename tcg-target.c to tcg-target.inc.c | Peter Maydell | 2016-02-23 | 1 | -2/+3 |
* | tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 | Richard Henderson | 2015-08-24 | 1 | -4/+10 |
* | tcg: update README about size changing ops | Aurelien Jarno | 2015-08-24 | 1 | -3/+15 |
* | tcg: rename trunc_shr_i32 into trunc_shr_i64_i32 | Aurelien Jarno | 2015-08-24 | 1 | -1/+1 |
* | tcg: Add INDEX_op_trunc_shr_i32 | Richard Henderson | 2014-04-28 | 1 | -0/+5 |
* | tcg: Use "unspecified behavior" for shifts | Richard Henderson | 2014-04-19 | 1 | -5/+13 |
* | tcg: Add qemu_ld_st_i32/64 | Richard Henderson | 2013-10-10 | 1 | -24/+19 |
* | Use proper term in TCG README | 陳韋任 (Wei-Ren Chen) | 2013-03-22 | 1 | -5/+9 |
* | tcg: Add signed multiword multiplication operations | Richard Henderson | 2013-02-23 | 1 | -0/+4 |
* | tcg: Add 64-bit multiword arithmetic operations | Richard Henderson | 2013-02-23 | 1 | -12/+14 |
* | tcg: rework TCG helper flags | Aurelien Jarno | 2012-10-28 | 1 | -5/+14 |
* | tcg: forbid ld/st function to modify globals | Aurelien Jarno | 2012-10-28 | 1 | -0/+3 |
* | tcg: remove obsolete jmp op | Aurelien Jarno | 2012-10-06 | 1 | -6/+1 |
* | tcg: Adjust descriptions of *cond opcodes | Richard Henderson | 2012-09-26 | 1 | -5/+5 |
* | tcg/README: document tcg_gen_goto_tb restrictions | Max Filippov | 2012-09-22 | 1 | -1/+2 |
* | tcg: Introduce movcond | Richard Henderson | 2012-09-21 | 1 | -0/+6 |
* | tcg/README: Expand advice on number of TCG ops per target insn | Peter Maydell | 2011-07-16 | 1 | -1/+9 |
* | tcg: README, name deposit second argument len/LEN | Edgar E. Iglesias | 2011-01-20 | 1 | -2/+2 |
* | tcg: Define "deposit" as an optional operation. | Richard Henderson | 2011-01-20 | 1 | -0/+14 |
* | tcg: fix typo in readme | Mike Frysinger | 2011-01-09 | 1 | -1/+1 |
* | tcg/README: Spelling fixes | Stefan Weil | 2011-01-09 | 1 | -4/+4 |
* | tcg/README: improve description of bswap* | Aurelien Jarno | 2010-04-10 | 1 | -4/+4 |
* | tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs. | Richard Henderson | 2010-03-26 | 1 | -3/+7 |