Age | Commit message (Expand) | Author | Files | Lines |
2012-09-22 | tcg/mips | Aurelien Jarno | 1 | -2/+2 |
2012-09-22 | tcg: Remove tcg_target_get_call_iarg_regs_count | Stefan Weil | 11 | -61/+1 |
2012-09-22 | tcg/i386: Remove unused registers from tcg_target_call_iarg_regs | Stefan Weil | 1 | -8/+2 |
2012-09-22 | tcg/i386: Add shortcuts for registers used in L constraint | Stefan Weil | 1 | -48/+48 |
2012-09-22 | w64: Fix TCG helper functions with 5 arguments | Stefan Weil | 2 | -1/+5 |
2012-09-22 | tcg/README: document tcg_gen_goto_tb restrictions | Max Filippov | 1 | -1/+2 |
2012-09-22 | tcg-hppa: Implement movcond | Richard Henderson | 2 | -1/+22 |
2012-09-22 | tcg/optimize: add constant folding for deposit | Aurelien Jarno | 1 | -0/+20 |
2012-09-22 | tcg: remove #ifdef #endif around TCGOpcode tests | Aurelien Jarno | 1 | -12/+1 |
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-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-sparc: Preserve branch destinations during retranslation | Richard Henderson | 1 | -8/+11 |
2012-09-21 | tcg-sparc: Fix and enable direct TB chaining. | Richard Henderson | 1 | -3/+18 |
2012-09-21 | tcg-sparc: Add %g/%o registers to alloc_order | Richard Henderson | 1 | -0/+13 |
2012-09-21 | tcg-sparc: Use defines for temporaries. | Richard Henderson | 1 | -56/+59 |
2012-09-21 | tcg-sparc: Mask shift immediates to avoid illegal insns. | Richard Henderson | 1 | -6/+12 |
2012-09-21 | tcg-sparc: Clean up cruft stemming from attempts to use global registers. | Richard Henderson | 2 | -47/+26 |
2012-09-21 | tcg-sparc: Change AREG0 in generated code to %i0. | Richard Henderson | 2 | -8/+3 |
2012-09-21 | tcg-sparc: Support GUEST_BASE. | Richard Henderson | 2 | -3/+25 |
2012-09-21 | tcg-sparc: Fix qemu_ld/st to handle 32-bit host. | Richard Henderson | 1 | -429/+348 |
2012-09-21 | tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode. | Richard Henderson | 3 | -19/+11 |
2012-09-21 | tcg-sparc: Fix ADDX opcode. | Richard Henderson | 1 | -1/+1 |
2012-09-21 | tcg-sparc: Hack in qemu_ld/st64 for 32-bit. | Richard Henderson | 1 | -0/+3 |
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 |