Age | Commit message (Expand) | Author |
2012-10-09 | tcg-sparc: Support GUEST_BASE. | Richard Henderson |
2012-10-09 | tcg-sparc: Fix qemu_ld/st to handle 32-bit host. | Richard Henderson |
2012-10-09 | tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode. | Richard Henderson |
2012-10-09 | tcg-sparc: Don't MAP_FIXED on top of the program | Richard Henderson |
2012-10-09 | tcg-sparc: Fix ADDX opcode. | Richard Henderson |
2012-10-09 | tcg-sparc: Hack in qemu_ld/st64 for 32-bit. | Richard Henderson |
2012-10-09 | tcg/ppc32: Implement movcond32 | malc |
2012-10-09 | w64: Fix TCG helper functions with 5 arguments | Stefan Weil |
2012-10-09 | tcg/README: document tcg_gen_goto_tb restrictions | Max Filippov |
2012-10-09 | tcg/optimize: add constant folding for deposit | Aurelien Jarno |
2012-10-09 | tcg: remove #ifdef #endif around TCGOpcode tests | Aurelien Jarno |
2012-10-09 | tcg/optimize: prefer the "op a, a, b" form for commutative ops | Aurelien Jarno |
2012-10-09 | tcg/optimize: further optimize brcond/movcond/setcond | Aurelien Jarno |
2012-10-09 | tcg/optimize: optimize "op r, a, a => movi r, 0" | Aurelien Jarno |
2012-10-09 | tcg/optimize: optimize "op r, a, a => mov r, a" | Aurelien Jarno |
2012-10-09 | tcg/optimize: do copy propagation for all operations | Aurelien Jarno |
2012-10-09 | tcg/optimize: rework copy progagation | Aurelien Jarno |
2012-10-09 | tcg/optimize: check types in copy propagation | Aurelien Jarno |
2012-10-09 | tcg/optimize: remove TCG_TEMP_ANY | Aurelien Jarno |
2012-10-09 | tcg/mips: implement movcond op on MIPS32R2 | Aurelien Jarno |
2012-10-09 | tcg/mips: implement deposit op on MIPS32R2 | Aurelien Jarno |
2012-10-09 | tcg/mips: implement rotl/rotr ops on MIPS32R2 | Aurelien Jarno |
2012-10-09 | tcg/mips: optimize bswap{16,16s,32} on MIPS32R2 | Aurelien Jarno |
2012-10-09 | tcg/mips: optimize brcond arg, 0 | Aurelien Jarno |
2012-10-09 | tcg/mips: use stack for TCG temps | Aurelien Jarno |
2012-10-09 | tcg/mips: don't use global pointer | Aurelien Jarno |
2012-10-09 | tcg/mips: use TCGArg or TCGReg instead of int | Aurelien Jarno |
2012-10-09 | tcg/mips: kill warnings in user mode | Aurelien Jarno |
2012-10-09 | tcg-mips: fix wrong usage of 'Z' constraint | Aurelien Jarno |
2012-10-09 | tcg-hppa: Fix broken load/store helpers | Richard Henderson |
2012-10-09 | tcg-hppa: Fix brcond2 and setcond2 | Richard Henderson |
2012-10-09 | tcg: Fix !USE_DIRECT_JUMP | Richard Henderson |
2012-10-09 | gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPES | Aurelien Jarno |
2012-10-09 | tcg: Optimize two-address commutative operations | Richard Henderson |
2012-10-09 | tcg: Optimize movcond for constant comparisons | Richard Henderson |
2012-10-09 | tcg-i386: Implement movcond | Richard Henderson |
2012-10-09 | target-alpha: Use movcond | Richard Henderson |
2012-10-09 | tcg: Introduce movcond | Richard Henderson |
2012-10-09 | target-xtensa: don't emit extra tcg_gen_goto_tb | Max Filippov |
2012-10-09 | target-xtensa: fix extui shift amount | Max Filippov |
2012-10-09 | tcg/optimize: fix end of basic block detection | Aurelien Jarno |
2012-10-09 | target-mips: Always evaluate debugging macro arguments | Richard Henderson |
2012-10-09 | target-mips: Fix MIPS_DEBUG. | Richard Henderson |
2012-10-09 | target-mips: Set opn in gen_ldst_multiple. | Richard Henderson |
2012-10-09 | revert "TCG: fix copy propagation" | Aurelien Jarno |
2012-10-09 | tcg: mark set_label with TCG_OPF_BB_END flag | Aurelien Jarno |
2012-10-09 | tcg/i386: allow constants in load/store ops | Aurelien Jarno |
2012-10-09 | Remove unused CONFIG_TCG_PASS_AREG0 and dead code | Blue Swirl |
2012-10-09 | target-mips: switch to AREG0 free mode | Blue Swirl |
2012-10-09 | target-sh4: switch to AREG0 free mode | Blue Swirl |