Age | Commit message (Expand) | Author | Files | Lines |
2012-09-22 | tcg/optimize: remove TCG_TEMP_ANY | Aurelien Jarno | 1 | -6/+5 |
2012-09-22 | tcg/mips: implement movcond op on MIPS32R2 | Aurelien Jarno | 2 | -0/+77 |
2012-09-22 | tcg/mips: implement deposit op on MIPS32R2 | Aurelien Jarno | 2 | -1/+10 |
2012-09-22 | tcg/mips: implement rotl/rotr ops on MIPS32R2 | Aurelien Jarno | 2 | -1/+22 |
2012-09-22 | tcg/mips: optimize bswap{16,16s,32} on MIPS32R2 | Aurelien Jarno | 2 | -7/+38 |
2012-09-22 | tcg/mips: optimize brcond arg, 0 | Aurelien Jarno | 1 | -8/+30 |
2012-09-22 | tcg/mips: use stack for TCG temps | Aurelien Jarno | 1 | -4/+6 |
2012-09-22 | tcg/mips: don't use global pointer | Aurelien Jarno | 1 | -1/+1 |
2012-09-22 | tcg/mips: use TCGArg or TCGReg instead of int | Aurelien Jarno | 1 | -28/+35 |
2012-09-22 | tcg/mips: kill warnings in user mode | Aurelien Jarno | 1 | -41/+43 |
2012-09-22 | tcg-mips: fix wrong usage of 'Z' constraint | Aurelien Jarno | 1 | -8/+8 |
2012-09-21 | tcg-hppa: Fix broken load/store helpers | Richard Henderson | 1 | -62/+74 |
2012-09-21 | tcg-hppa: Fix brcond2 and setcond2 | Richard Henderson | 1 | -9/+42 |
2012-09-21 | tcg: Fix !USE_DIRECT_JUMP | Richard Henderson | 1 | -1/+1 |
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-21 | tcg-i386: Implement movcond | Richard Henderson | 2 | -1/+35 |
2012-09-21 | tcg: Introduce movcond | Richard Henderson | 15 | -6/+70 |
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 | 2 | -14/+6 |
2012-09-19 | tcg: mark set_label with TCG_OPF_BB_END flag | Aurelien Jarno | 2 | -6/+1 |
2012-09-19 | tcg/i386: allow constants in load/store ops | Aurelien Jarno | 1 | -13/+37 |
2012-09-15 | Remove unused CONFIG_TCG_PASS_AREG0 and dead code | Blue Swirl | 17 | -275/+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 |
2012-09-11 | tcg: improve profiler | Aurelien Jarno | 2 | -1/+12 |
2012-09-10 | tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0 | Aurelien Jarno | 1 | -7/+7 |
2012-08-28 | tcg/mips: fix broken CONFIG_TCG_PASS_AREG0 code | Aurelien Jarno | 1 | -59/+99 |
2012-08-26 | tcg/ia64: fix and optimize ld/st slow path | Aurelien Jarno | 1 | -15/+23 |
2012-08-26 | tcg/ia64: fix prologue/epilogue | Aurelien Jarno | 1 | -10/+10 |
2012-08-26 | tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 code | Peter Maydell | 1 | -93/+144 |
2012-06-24 | tci: don't write zero for reloc in tci_out_label | Scott Wood | 1 | -1/+1 |
2012-06-24 | TCG: Fix compile breakage in tcg_dump_ops | Alexander Graf | 2 | -2/+2 |
2012-06-21 | qemu-log: cleanup | Blue Swirl | 3 | -45/+51 |
2012-05-27 | tcg/ppc: Handle _CALL_DARWIN being undefined on Darwin | Andreas Färber | 1 | -6/+10 |
2012-05-15 | tcg/ppc64: Fix CONFIG_TCG_PASS_AREG0 | Andreas Färber | 1 | -20/+12 |
2012-05-15 | tcg/ppc64: Don't hardcode register numbers for qemu_ld/st | Andreas Färber | 1 | -7/+9 |
2012-05-09 | tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 mode | Andreas Färber | 1 | -1/+32 |
2012-05-09 | tcg/ppc: Clobber r5 for 64-bit qemu_ld | Andreas Färber | 1 | -0/+3 |
2012-05-09 | tcg/ppc: Don't hardcode register numbers | Andreas Färber | 1 | -12/+17 |
2012-05-09 | tcg/ppc: Do not overwrite lower address word on Darwin and AIX | Andreas Färber | 1 | -4/+0 |
2012-05-03 | Bail out if CONFIG_TCG_PASS_AREG0 is defined | malc | 1 | -21/+1 |
2012-05-03 | Restore consistent formatting | malc | 1 | -18/+18 |
2012-04-15 | tcg/i386: Add support for w64 ABI | Stefan Weil | 1 | -11/+28 |