Age | Commit message (Expand) | Author | Files | Lines |
2012-11-17 | TCG: Use gen_opc_buf from context instead of global variable. | Evgeny Voevodin | 1 | -31/+31 |
2012-10-28 | tcg: rework TCG helper flags | Aurelien Jarno | 1 | -1/+2 |
2012-10-17 | tcg: Optimize mulu2 | Richard Henderson | 1 | -0/+26 |
2012-10-17 | tcg: Constant fold add2 and sub2 | Richard Henderson | 1 | -0/+35 |
2012-10-17 | tcg: Do constant folding on double-word comparisons | Richard Henderson | 1 | -21/+72 |
2012-10-17 | tcg: Split out subroutines from do_constant_folding_cond | Richard Henderson | 1 | -71/+81 |
2012-10-17 | tcg: Optimize double-word comparisons against zero | Richard Henderson | 1 | -0/+39 |
2012-10-17 | tcg: Use common code when failing to optimize | Richard Henderson | 1 | -59/+32 |
2012-10-17 | tcg: Swap commutative double-word comparisons | Richard Henderson | 1 | -0/+26 |
2012-10-17 | tcg: Canonicalize add2 operand ordering | Richard Henderson | 1 | -0/+5 |
2012-10-17 | tcg: Split out swap_commutative as a subroutine | Richard Henderson | 1 | -32/+24 |
2012-10-06 | tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS | Richard Henderson | 1 | -0/+6 |
2012-09-22 | tcg/optimize: add constant folding for deposit | Aurelien Jarno | 1 | -0/+20 |
2012-09-22 | tcg/optimize: prefer the "op a, a, b" form for commutative ops | Aurelien Jarno | 1 | -1/+4 |
2012-09-22 | tcg/optimize: further optimize brcond/movcond/setcond | Aurelien Jarno | 1 | -51/+76 |
2012-09-22 | tcg/optimize: optimize "op r, a, a => movi r, 0" | Aurelien Jarno | 1 | -0/+16 |
2012-09-22 | tcg/optimize: optimize "op r, a, a => mov r, a" | Aurelien Jarno | 1 | -1/+1 |
2012-09-22 | tcg/optimize: do copy propagation for all operations | Aurelien Jarno | 1 | -2/+9 |
2012-09-22 | tcg/optimize: rework copy progagation | Aurelien Jarno | 1 | -75/+92 |
2012-09-22 | tcg/optimize: check types in copy propagation | Aurelien Jarno | 1 | -10/+8 |
2012-09-22 | tcg/optimize: remove TCG_TEMP_ANY | Aurelien Jarno | 1 | -6/+5 |
2012-09-21 | tcg: Optimize two-address commutative operations | Richard Henderson | 1 | -1/+14 |
2012-09-21 | tcg: Optimize movcond for constant comparisons | Richard Henderson | 1 | -0/+40 |
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 |