| Commit message (Expand) | Author | Age | Files | Lines |
* | misc: Use new rotate functions | Stefan Weil | 2013-09-25 | 1 | -8/+4 |
* | tcg: Constant fold div, rem | Richard Henderson | 2013-09-02 | 1 | -0/+23 |
* | tcg: Add muluh and mulsh opcodes | Richard Henderson | 2013-09-02 | 1 | -0/+20 |
* | tcg/optimize: fix setcond2 optimization | Aurelien Jarno | 2013-05-09 | 1 | -0/+1 |
* | tcg-optimize: Fold sub r,0,x to neg r,x | Richard Henderson | 2013-03-23 | 1 | -1/+33 |
* | tcg: Add signed multiword multiplication operations | Richard Henderson | 2013-02-23 | 1 | -0/+1 |
* | tcg: Add 64-bit multiword arithmetic operations | Richard Henderson | 2013-02-23 | 1 | -2/+2 |
* | optimize: optimize using nonzero bits | Paolo Bonzini | 2013-01-19 | 1 | -2/+28 |
* | optimize: track nonzero bits of registers | Paolo Bonzini | 2013-01-19 | 1 | -22/+110 |
* | optimize: only write to state when clearing optimizer data | Paolo Bonzini | 2013-01-19 | 1 | -5/+14 |
* | TCG: Use gen_opc_buf from context instead of global variable. | Evgeny Voevodin | 2012-11-17 | 1 | -31/+31 |
* | tcg: rework TCG helper flags | Aurelien Jarno | 2012-10-28 | 1 | -1/+2 |
* | tcg: Optimize mulu2 | Richard Henderson | 2012-10-17 | 1 | -0/+26 |
* | tcg: Constant fold add2 and sub2 | Richard Henderson | 2012-10-17 | 1 | -0/+35 |
* | tcg: Do constant folding on double-word comparisons | Richard Henderson | 2012-10-17 | 1 | -21/+72 |
* | tcg: Split out subroutines from do_constant_folding_cond | Richard Henderson | 2012-10-17 | 1 | -71/+81 |
* | tcg: Optimize double-word comparisons against zero | Richard Henderson | 2012-10-17 | 1 | -0/+39 |
* | tcg: Use common code when failing to optimize | Richard Henderson | 2012-10-17 | 1 | -59/+32 |
* | tcg: Swap commutative double-word comparisons | Richard Henderson | 2012-10-17 | 1 | -0/+26 |
* | tcg: Canonicalize add2 operand ordering | Richard Henderson | 2012-10-17 | 1 | -0/+5 |
* | tcg: Split out swap_commutative as a subroutine | Richard Henderson | 2012-10-17 | 1 | -32/+24 |
* | tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS | Richard Henderson | 2012-10-06 | 1 | -0/+6 |
* | tcg/optimize: add constant folding for deposit | Aurelien Jarno | 2012-09-22 | 1 | -0/+20 |
* | tcg/optimize: prefer the "op a, a, b" form for commutative ops | Aurelien Jarno | 2012-09-22 | 1 | -1/+4 |
* | tcg/optimize: further optimize brcond/movcond/setcond | Aurelien Jarno | 2012-09-22 | 1 | -51/+76 |
* | tcg/optimize: optimize "op r, a, a => movi r, 0" | Aurelien Jarno | 2012-09-22 | 1 | -0/+16 |
* | tcg/optimize: optimize "op r, a, a => mov r, a" | Aurelien Jarno | 2012-09-22 | 1 | -1/+1 |
* | tcg/optimize: do copy propagation for all operations | Aurelien Jarno | 2012-09-22 | 1 | -2/+9 |
* | tcg/optimize: rework copy progagation | Aurelien Jarno | 2012-09-22 | 1 | -75/+92 |
* | tcg/optimize: check types in copy propagation | Aurelien Jarno | 2012-09-22 | 1 | -10/+8 |
* | tcg/optimize: remove TCG_TEMP_ANY | Aurelien Jarno | 2012-09-22 | 1 | -6/+5 |
* | tcg: Optimize two-address commutative operations | Richard Henderson | 2012-09-21 | 1 | -1/+14 |
* | tcg: Optimize movcond for constant comparisons | Richard Henderson | 2012-09-21 | 1 | -0/+40 |
* | tcg/optimize: fix end of basic block detection | Aurelien Jarno | 2012-09-19 | 1 | -13/+9 |
* | revert "TCG: fix copy propagation" | Aurelien Jarno | 2012-09-19 | 1 | -9/+6 |
* | tcg/optimize: fix if/else/break coding style | Aurelien Jarno | 2012-09-11 | 1 | -23/+11 |
* | tcg/optimize: add constant folding for brcond | Aurelien Jarno | 2012-09-11 | 1 | -1/+26 |
* | tcg/optimize: add constant folding for setcond | Aurelien Jarno | 2012-09-11 | 1 | -0/+81 |
* | tcg/optimize: swap brcond/setcond arguments when possible | Aurelien Jarno | 2012-09-11 | 1 | -0/+18 |
* | tcg/optimize: simplify shift/rot r, 0, a => movi r, 0 cases | Aurelien Jarno | 2012-09-11 | 1 | -0/+20 |
* | tcg/optimize: simplify and r, a, 0 cases | Aurelien Jarno | 2012-09-11 | 1 | -0/+1 |
* | tcg/optimize: simplify or/xor r, a, 0 cases | Aurelien Jarno | 2012-09-11 | 1 | -0/+2 |
* | tcg/optimize: split expression simplification | Aurelien Jarno | 2012-09-11 | 1 | -1/+13 |
* | TCG: improve optimizer debugging | Blue Swirl | 2011-08-28 | 1 | -6/+9 |
* | tcg: Constant fold neg, andc, orc, eqv, nand, nor. | Richard Henderson | 2011-08-21 | 1 | -0/+27 |
* | tcg: Always define all of the TCGOpcode enum members. | Richard Henderson | 2011-08-21 | 1 | -134/+22 |
* | tcg: Add and use TCG_OPF_64BIT. | Richard Henderson | 2011-08-21 | 1 | -74/+3 |
* | TCG: fix copy propagation | Blue Swirl | 2011-08-07 | 1 | -6/+9 |
* | TCG: fix breakage by previous patch | Blue Swirl | 2011-07-30 | 1 | -7/+12 |
* | TCG: fix breakage on some RISC hosts | Blue Swirl | 2011-07-30 | 1 | -13/+115 |