Age | Commit message (Expand) | Author |
2011-10-30 | tcg: Optimize some forms of deposit. | Richard Henderson |
2011-10-14 | tcg: Fix spelling in comment (varables -> variables) | Stefan Weil |
2011-10-08 | tcg/s390: Remove unused tcg_out_addi() | Peter Maydell |
2011-10-08 | tcg/ia64: Remove unused tcg_out_addi() | Peter Maydell |
2011-10-01 | tcg-i386: Introduce limited deposit support | Jan Kiszka |
2011-10-01 | tcg/arm: Remove unused tcg_out_addi() | Peter Maydell |
2011-10-01 | tcg: Add some assertions | Stefan Weil |
2011-10-01 | tcg: Add forward declarations for local functions | Stefan Weil |
2011-10-01 | tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.h | Stefan Weil |
2011-10-01 | tcg: Declare TCG_TARGET_REG_BITS in tcg.h | Stefan Weil |
2011-09-17 | tcg/ppc64: Only one call output register needed for 64 bit hosts | Stefan Weil |
2011-09-17 | tcg/sparc: Only one call output register needed for 64 bit hosts | Stefan Weil |
2011-09-17 | tcg/s390: Only one call output register needed for 64 bit hosts | Stefan Weil |
2011-09-17 | tcg/ia64: Only one call output register needed for 64 bit hosts | Stefan Weil |
2011-09-17 | tcg/i386: Only one call output register needed for 64 bit hosts | Stefan Weil |
2011-09-09 | tcg/ppc64: Fix zero extension code generation bug for ppc64 host | Thomas Huth |
2011-09-01 | tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warnings | Peter Maydell |
2011-08-28 | TCG: improve optimizer debugging | Blue Swirl |
2011-08-23 | tcg: Update --enable-debug for TCG_OPF_NOT_PRESENT. | Richard Henderson |
2011-08-22 | tcg/ppc64: fix 16/32 mixup | malc |
2011-08-22 | tcg/ppc64: implement not_i32/64 and ext32u_i64 | malc |
2011-08-22 | tcg/ppc32: implement deposit_i32 | malc |
2011-08-21 | tcg-ia64: Fix typos in AREG0 setup in prologue. | Richard Henderson |
2011-08-21 | tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight. | Richard Henderson |
2011-08-21 | tcg: Constant fold neg, andc, orc, eqv, nand, nor. | Richard Henderson |
2011-08-21 | tcg: Always define all of the TCGOpcode enum members. | Richard Henderson |
2011-08-21 | tcg: Add and use TCG_OPF_64BIT. | Richard Henderson |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-07 | TCG: fix copy propagation | Blue Swirl |
2011-07-30 | TCG: fix breakage by previous patch | Blue Swirl |
2011-07-30 | TCG: fix breakage on some RISC hosts | Blue Swirl |
2011-07-30 | Do constant folding for unary operations. | Kirill Batuzov |
2011-07-30 | Do constant folding for shift operations. | Kirill Batuzov |
2011-07-30 | Do constant folding for boolean operations. | Kirill Batuzov |
2011-07-30 | Do constant folding for basic arithmetic operations. | Kirill Batuzov |
2011-07-30 | Add copy and constant propagation. | Kirill Batuzov |
2011-07-30 | Add TCG optimizations stub | Kirill Batuzov |
2011-07-20 | tcg/mips: Fix regression caused by typo (copy + paste bug) | Stefan Weil |
2011-07-16 | tcg/README: Expand advice on number of TCG ops per target insn | Peter Maydell |
2011-07-02 | TCG/PPC: use stack for TCG temps | Blue Swirl |
2011-07-01 | tcg-hppa: Support deposit opcode. | Richard Henderson |
2011-07-01 | TCG/HPPA: use stack for TCG temps | Blue Swirl |
2011-07-01 | TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SP | Blue Swirl |
2011-06-28 | tcg/ppc64: Remove tcg_out_addi | malc |
2011-06-28 | tcg/ppc: Remove tcg_out_addi | malc |
2011-06-26 | TCG/Sparc64: use stack for TCG temps | Blue Swirl |
2011-06-26 | TCG/x86: use stack for TCG temps | Blue Swirl |
2011-06-26 | TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESP | Blue Swirl |
2011-06-26 | TCG: remove broken stack allocation for call arguments | Blue Swirl |
2011-06-26 | TCG: fix negative frame offset calculations | Blue Swirl |