Age | Commit message (Expand) | Author |
2014-03-08 | tcg-aarch64: Remove nop from qemu_st slow path | Richard Henderson |
2014-03-08 | tcg-aarch64: Simplify tcg_out_ldst_9 encoding | Richard Henderson |
2014-03-08 | tcg-aarch64: Use intptr_t apropriately | Richard Henderson |
2014-03-08 | tcg-aarch64: Remove the shift_imm parameter from tcg_out_cmp | Richard Henderson |
2014-03-08 | tcg-aarch64: Hoist common argument loads in tcg_out_op | Richard Henderson |
2014-03-08 | tcg-aarch64: Don't handle mov/movi in tcg_out_op | Richard Henderson |
2014-03-08 | tcg-aarch64: Set ext based on TCG_OPF_64BIT | Richard Henderson |
2014-03-08 | tcg-aarch64: Change all ext variables to TCGType | Richard Henderson |
2014-03-08 | tcg-aarch64: Remove redundant CPU_TLB_ENTRY_BITS check | Richard Henderson |
2014-03-02 | tcg: Fix typo in comment (dependancies -> dependencies) | Stefan Weil |
2014-02-21 | tcg/i386: Fix build for systems without working cpuid.h (MacOSX, Win32) | Peter Maydell |
2014-02-17 | tcg/i386: Use SHLX/SHRX/SARX instructions | Richard Henderson |
2014-02-17 | tcg/i386: Use ANDN instruction | Richard Henderson |
2014-02-17 | tcg/i386: Add tcg_out_vex_modrm | Richard Henderson |
2014-02-17 | tcg/i386: Move TCG_CT_CONST_* to tcg-target.c | Richard Henderson |
2014-02-17 | tcg/optimize: Add more identity simplifications | Richard Henderson |
2014-02-17 | tcg/optimize: Optmize ANDC X,Y,Y to MOV X,0 | Richard Henderson |
2014-02-17 | tcg/optimize: Simply some logical ops to NOT | Richard Henderson |
2014-02-17 | tcg/optimize: Handle known-zeros masks for ANDC | Richard Henderson |
2014-02-17 | tcg/optimize: add known-zero bits compute for load ops | Aurelien Jarno |
2014-02-17 | tcg/optimize: improve known-zero bits for 32-bit ops | Aurelien Jarno |
2014-02-17 | tcg/optimize: fix known-zero bits optimization | Aurelien Jarno |
2014-02-17 | tcg/optimize: fix known-zero bits for right shift ops | Aurelien Jarno |
2014-02-17 | tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1]. | Huw Davies |
2014-02-15 | TCG: Fix 32-bit host allocation typo | Richard Henderson |
2014-02-08 | tcg: Add TCGV_UNUSED_PTR, TCGV_IS_UNUSED_PTR, TCGV_EQUAL_PTR | Peter Maydell |
2014-02-01 | tcg/s390: Remove sigill_handler | Richard Henderson |
2014-01-30 | Merge remote-tracking branch 'rth/tcg-movbe' into staging | Peter Maydell |
2014-01-30 | TCG: Fix I64-on-32bit-host temporaries | Alexander Graf |
2014-01-25 | tcg/i386: cleanup useless #ifdef | Aurelien Jarno |
2014-01-25 | tcg/i386: use movbe instruction in qemu_ldst routines | Aurelien Jarno |
2014-01-25 | tcg/i386: add support for three-byte opcodes | Aurelien Jarno |
2014-01-25 | tcg/i386: remove hardcoded P_REXW value | Aurelien Jarno |
2013-12-21 | tcg/i386: fix a comment | Aurelien Jarno |
2013-12-10 | tcg: Use bitmaps for free temporaries | Richard Henderson |
2013-11-30 | tcg-s390: Use qemu_getauxval in query_facilities | Richard Henderson |
2013-11-30 | tcg-arm: Use qemu_getauxval | Richard Henderson |
2013-11-30 | tcg-ppc64: Use qemu_getauxval | Richard Henderson |
2013-11-18 | tcg-ia64: Introduce tcg_opc_bswap64_i | Richard Henderson |
2013-11-18 | tcg-ia64: Introduce tcg_opc_ext_i | Richard Henderson |
2013-11-18 | tcg-ia64: Introduce tcg_opc_movi_a | Richard Henderson |
2013-11-18 | tcg-ia64: Introduce tcg_opc_mov_a | Richard Henderson |
2013-11-18 | tcg-ia64: Use A3 form of logical operations | Richard Henderson |
2013-11-18 | tcg-ia64: Use SUB_A3 and ADDS_A4 for subtraction | Richard Henderson |
2013-11-18 | tcg-ia64: Use ADDS for small addition | Richard Henderson |
2013-11-18 | tcg-ia64: Avoid unnecessary stop bit in tcg_out_alu | Richard Henderson |
2013-11-18 | tcg-ia64: Move AREG0 to R32 | Richard Henderson |
2013-11-18 | tcg-ia64: Simplify brcond | Richard Henderson |
2013-11-18 | tcg-ia64: Handle constant calls | Richard Henderson |
2013-11-18 | tcg-ia64: Use shortcuts for nop insns | Richard Henderson |