Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Do constant folding for unary operations. | Kirill Batuzov | 2011-07-30 | 1 | -0/+59 |
* | Do constant folding for shift operations. | Kirill Batuzov | 2011-07-30 | 1 | -0/+72 |
* | Do constant folding for boolean operations. | Kirill Batuzov | 2011-07-30 | 1 | -0/+37 |
* | Do constant folding for basic arithmetic operations. | Kirill Batuzov | 2011-07-30 | 1 | -0/+125 |
* | Add copy and constant propagation. | Kirill Batuzov | 2011-07-30 | 1 | -2/+180 |
* | Add TCG optimizations stub | Kirill Batuzov | 2011-07-30 | 1 | -0/+97 |