| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | tcg: Allow target-specific implementation of EQV. | Richard Henderson | 2010-03-26 | 1 | -1/+1 |
* | tcg: update README with const and pure helpers | Aurelien Jarno | 2010-03-13 | 1 | -4/+7 |
* | tcg: generic support for conditional set | Richard Henderson | 2010-02-06 | 1 | -0/+13 |
* | tcg: document double-word support opcodes. | Richard Henderson | 2010-02-06 | 1 | -0/+23 |
* | tcg/README: fix description of bswap32_i32/i64 | aurel32 | 2009-03-28 | 1 | -1/+1 |
* | tcg: update README wrt recent bswap changes | aurel32 | 2009-03-13 | 1 | -6/+7 |
* | TCG: Fix documentation of qemu_ld/st ops | aurel32 | 2009-01-03 | 1 | -11/+11 |
* | Remove a few dyngen and dyngen related code | aurel32 | 2008-12-07 | 1 | -17/+4 |
* | Mention output overlaps. | pbrook | 2008-11-04 | 1 | -0/+5 |
* | tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions | aurel32 | 2008-11-03 | 1 | -1/+9 |
* | TCG: add logical operations found on alpha and powerpc processors | aurel32 | 2008-10-21 | 1 | -0/+20 |
* | Add concat32_i64 and concat_tl_i64 ops | blueswir1 | 2008-09-21 | 1 | -0/+4 |
* | Add concat_i32_i64 op. | pbrook | 2008-09-21 | 1 | -0/+4 |
* | update | bellard | 2008-05-25 | 1 | -62/+57 |
* | ARM host support for TCG targets. | balrog | 2008-05-19 | 1 | -1/+1 |
* | Add TCG native negation op. | pbrook | 2008-05-11 | 1 | -0/+4 |
* | Add zero extension (pseudo-)ops. | pbrook | 2008-05-11 | 1 | -1/+4 |
* | TCG README fixes (Stuart Brady) | aurel32 | 2008-03-12 | 1 | -4/+2 |
* | fixed sign extensions - added explicit side effect op flag - added discard in... | bellard | 2008-02-04 | 1 | -0/+5 |
* | typos | bellard | 2008-02-01 | 1 | -4/+4 |
* | TCG code generator | bellard | 2008-02-01 | 1 | -0/+420 |