Age | Commit message (Expand) | Author | Files | Lines |
2012-09-19 | tcg/optimize: fix end of basic block detection | Aurelien Jarno | 1 | -13/+9 |
2012-09-19 | revert "TCG: fix copy propagation" | Aurelien Jarno | 1 | -9/+6 |
2012-09-11 | tcg/optimize: fix if/else/break coding style | Aurelien Jarno | 1 | -23/+11 |
2012-09-11 | tcg/optimize: add constant folding for brcond | Aurelien Jarno | 1 | -1/+26 |
2012-09-11 | tcg/optimize: add constant folding for setcond | Aurelien Jarno | 1 | -0/+81 |
2012-09-11 | tcg/optimize: swap brcond/setcond arguments when possible | Aurelien Jarno | 1 | -0/+18 |
2012-09-11 | tcg/optimize: simplify shift/rot r, 0, a => movi r, 0 cases | Aurelien Jarno | 1 | -0/+20 |
2012-09-11 | tcg/optimize: simplify and r, a, 0 cases | Aurelien Jarno | 1 | -0/+1 |
2012-09-11 | tcg/optimize: simplify or/xor r, a, 0 cases | Aurelien Jarno | 1 | -0/+2 |
2012-09-11 | tcg/optimize: split expression simplification | Aurelien Jarno | 1 | -1/+13 |
2011-08-28 | TCG: improve optimizer debugging | Blue Swirl | 1 | -6/+9 |
2011-08-21 | tcg: Constant fold neg, andc, orc, eqv, nand, nor. | Richard Henderson | 1 | -0/+27 |
2011-08-21 | tcg: Always define all of the TCGOpcode enum members. | Richard Henderson | 1 | -134/+22 |
2011-08-21 | tcg: Add and use TCG_OPF_64BIT. | Richard Henderson | 1 | -74/+3 |
2011-08-07 | TCG: fix copy propagation | Blue Swirl | 1 | -6/+9 |
2011-07-30 | TCG: fix breakage by previous patch | Blue Swirl | 1 | -7/+12 |
2011-07-30 | TCG: fix breakage on some RISC hosts | Blue Swirl | 1 | -13/+115 |
2011-07-30 | Do constant folding for unary operations. | Kirill Batuzov | 1 | -0/+59 |
2011-07-30 | Do constant folding for shift operations. | Kirill Batuzov | 1 | -0/+72 |
2011-07-30 | Do constant folding for boolean operations. | Kirill Batuzov | 1 | -0/+37 |
2011-07-30 | Do constant folding for basic arithmetic operations. | Kirill Batuzov | 1 | -0/+125 |
2011-07-30 | Add copy and constant propagation. | Kirill Batuzov | 1 | -2/+180 |
2011-07-30 | Add TCG optimizations stub | Kirill Batuzov | 1 | -0/+97 |