Age | Commit message (Expand) | Author |
2012-09-22 | tcg/optimize: optimize "op r, a, a => mov r, a" | Aurelien Jarno |
2012-09-22 | tcg/optimize: do copy propagation for all operations | Aurelien Jarno |
2012-09-22 | tcg/optimize: rework copy progagation | Aurelien Jarno |
2012-09-22 | tcg/optimize: check types in copy propagation | Aurelien Jarno |
2012-09-22 | tcg/optimize: remove TCG_TEMP_ANY | Aurelien Jarno |
2012-09-22 | tcg/mips: implement movcond op on MIPS32R2 | Aurelien Jarno |
2012-09-22 | tcg/mips: implement deposit op on MIPS32R2 | Aurelien Jarno |
2012-09-22 | tcg/mips: implement rotl/rotr ops on MIPS32R2 | Aurelien Jarno |
2012-09-22 | tcg/mips: optimize bswap{16,16s,32} on MIPS32R2 | Aurelien Jarno |
2012-09-22 | tcg/mips: optimize brcond arg, 0 | Aurelien Jarno |
2012-09-22 | tcg/mips: use stack for TCG temps | Aurelien Jarno |
2012-09-22 | tcg/mips: don't use global pointer | Aurelien Jarno |
2012-09-22 | tcg/mips: use TCGArg or TCGReg instead of int | Aurelien Jarno |
2012-09-22 | tcg/mips: kill warnings in user mode | Aurelien Jarno |
2012-09-22 | tcg-mips: fix wrong usage of 'Z' constraint | Aurelien Jarno |
2012-09-21 | Merge branch 'usb.65' of git://git.kraxel.org/qemu | Aurelien Jarno |
2012-09-21 | tcg-hppa: Fix broken load/store helpers | Richard Henderson |
2012-09-21 | tcg-hppa: Fix brcond2 and setcond2 | Richard Henderson |
2012-09-21 | tcg: Fix !USE_DIRECT_JUMP | Richard Henderson |
2012-09-21 | gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPES | Aurelien Jarno |
2012-09-21 | tcg: Optimize two-address commutative operations | Richard Henderson |
2012-09-21 | tcg: Optimize movcond for constant comparisons | Richard Henderson |
2012-09-21 | tcg-i386: Implement movcond | Richard Henderson |
2012-09-21 | target-alpha: Use movcond | Richard Henderson |
2012-09-21 | tcg: Introduce movcond | Richard Henderson |
2012-09-21 | target-sh4: remove useless code | Aurelien Jarno |
2012-09-21 | target-sh4: cleanup DisasContext | Aurelien Jarno |
2012-09-21 | target-sh4: rework exceptions handling | Aurelien Jarno |
2012-09-21 | target-sh4: remove gen_clr_t() and gen_set_t() | Aurelien Jarno |
2012-09-21 | target-sh4: optimize swap.w | Aurelien Jarno |
2012-09-21 | target-sh4: optimize xtrct | Aurelien Jarno |
2012-09-21 | target-sh4: implement addv and subv using TCG | Aurelien Jarno |
2012-09-21 | target-sh4: implement addc and subc using TCG | Aurelien Jarno |
2012-09-21 | target-sh4: use float32_muladd() to implement fmac | Aurelien Jarno |
2012-09-21 | target-sh4: mark a few helpers const and pure | Aurelien Jarno |
2012-09-21 | target-xtensa: don't emit extra tcg_gen_goto_tb | Max Filippov |
2012-09-21 | target-xtensa: fix extui shift amount | Max Filippov |
2012-09-19 | tcg/optimize: fix end of basic block detection | Aurelien Jarno |
2012-09-19 | target-mips: Implement Loongson Multimedia Instructions | Richard Henderson |
2012-09-19 | target-mips: Always evaluate debugging macro arguments | Richard Henderson |
2012-09-19 | target-mips: Fix MIPS_DEBUG. | Richard Henderson |
2012-09-19 | target-mips: Set opn in gen_ldst_multiple. | Richard Henderson |
2012-09-19 | hw/pflash_cfi0[12]: Use host-utils.h ctz32() | Peter Maydell |
2012-09-19 | pflash_cfi01: fix vendor specific extended query | Aurelien Jarno |
2012-09-19 | revert "TCG: fix copy propagation" | Aurelien Jarno |
2012-09-19 | tcg: mark set_label with TCG_OPF_BB_END flag | Aurelien Jarno |
2012-09-19 | tcg/i386: allow constants in load/store ops | Aurelien Jarno |
2012-09-19 | xilinx_timer: Fix a compile error if debug enabled | Chris Wulff |
2012-09-19 | xilinx: fix names of ethernet and dma links. | Peter A. G. Crosthwaite |
2012-09-19 | xilinx.h: Error check when setting links | Peter A. G. Crosthwaite |