Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |