Age | Commit message (Expand) | Author |
---|---|---|
2011-08-28 | TCG: improve optimizer debugging | Blue Swirl |
2011-08-21 | tcg: Constant fold neg, andc, orc, eqv, nand, nor. | Richard Henderson |
2011-08-21 | tcg: Always define all of the TCGOpcode enum members. | Richard Henderson |
2011-08-21 | tcg: Add and use TCG_OPF_64BIT. | Richard Henderson |
2011-08-07 | TCG: fix copy propagation | Blue Swirl |
2011-07-30 | TCG: fix breakage by previous patch | Blue Swirl |
2011-07-30 | TCG: fix breakage on some RISC hosts | Blue Swirl |
2011-07-30 | Do constant folding for unary operations. | Kirill Batuzov |
2011-07-30 | Do constant folding for shift operations. | Kirill Batuzov |
2011-07-30 | Do constant folding for boolean operations. | Kirill Batuzov |
2011-07-30 | Do constant folding for basic arithmetic operations. | Kirill Batuzov |
2011-07-30 | Add copy and constant propagation. | Kirill Batuzov |
2011-07-30 | Add TCG optimizations stub | Kirill Batuzov |