Age | Commit message (Expand) | Author |
2015-06-09 | tcg/optimize: rename tcg_constant_folding | Aurelien Jarno |
2015-06-09 | tcg/optimize: fold constant test in tcg_opt_gen_mov | Aurelien Jarno |
2015-06-09 | tcg/optimize: fold temp copies test in tcg_opt_gen_mov | Aurelien Jarno |
2015-06-09 | tcg/optimize: remove opc argument from tcg_opt_gen_mov | Aurelien Jarno |
2015-06-09 | tcg/optimize: remove opc argument from tcg_opt_gen_movi | Aurelien Jarno |
2015-06-09 | tcg: fix dead computation for repeated input arguments | Aurelien Jarno |
2015-06-09 | tcg: fix register allocation with two aliased dead inputs | Aurelien Jarno |
2015-06-09 | tcg: Handle MO_AMASK in tcg_dump_ops | Richard Henderson |
2015-06-09 | tcg: Mask TCGMemOp appropriately for indexing | Richard Henderson |
2015-06-03 | tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITS | Paolo Bonzini |
2015-06-03 | tci: do not use CPUArchState in tcg-target.h | Paolo Bonzini |
2015-05-14 | tcg: Add MO_ALIGN, MO_UNALN | Richard Henderson |
2015-05-14 | tcg: Push merged memop+mmu_idx parameter to softmmu routines | Richard Henderson |
2015-05-14 | tcg: Merge memop and mmu_idx parameters to qemu_ld/st | Richard Henderson |
2015-05-05 | tcg: optimise memory layout of TCGTemp | Emilio G. Cota |
2015-04-30 | tcg: Delete unused cpu_pc_from_tb() | Peter Crosthwaite |
2015-04-09 | tcg/tcg-op.c: Fix ld/st of 64 bit values on 32-bit bigendian hosts | Peter Maydell |
2015-03-16 | tcg/optimize: Handle or r,a,a with constant a | Richard Henderson |
2015-03-13 | tcg: Complete handling of ALWAYS and NEVER | Richard Henderson |
2015-03-13 | tcg: Use tcg_malloc to allocate TCGLabel | Richard Henderson |
2015-03-13 | tcg: Change generator-side labels to a pointer | Richard Henderson |
2015-03-13 | tcg: Change translator-side labels to a pointer | Richard Henderson |
2015-03-13 | tcg-ia64: Use tcg_malloc to allocate TCGLabelQemuLdst | Richard Henderson |
2015-03-13 | tcg: Use tcg_malloc to allocate TCGLabelQemuLdst | Richard Henderson |
2015-02-12 | tcg: Remove unused opcodes | Richard Henderson |
2015-02-12 | tcg: Implement insert_op_before | Richard Henderson |
2015-02-12 | tcg: Remove opcodes instead of noping them out | Richard Henderson |
2015-02-12 | tcg: Put opcodes in a linked list | Richard Henderson |
2015-02-12 | tcg: Introduce tcg_op_buf_count and tcg_op_buf_full | Richard Henderson |
2015-02-12 | tcg: Reduce ifdefs in tcg-op.c | Richard Henderson |
2015-02-12 | tcg: Move some opcode generation functions out of line | Richard Henderson |
2014-12-17 | tcg: add separate monitor command to dump opcode counters | Max Filippov |
2014-11-02 | tcg/mips: fix store softmmu slow path | Aurelien Jarno |
2014-09-29 | tcg: Always enable TCGv type checking | Richard Henderson |
2014-09-29 | tcg-aarch64: Use 32-bit loads for qemu_ld_i32 | Richard Henderson |
2014-09-29 | tcg-sparc: Use UMULXHI instruction | Richard Henderson |
2014-09-29 | tcg-sparc: Rename ADDX/SUBX insns | Richard Henderson |
2014-09-29 | tcg-sparc: Use ADDXC in setcond_i64 | Richard Henderson |
2014-09-29 | tcg-sparc: Fix setcond_i32 uninitialized value | Richard Henderson |
2014-09-29 | tcg-sparc: Use ADDXC in addsub2_i64 | Richard Henderson |
2014-09-29 | tcg-sparc: Support addsub2_i64 | Richard Henderson |
2014-08-24 | tcg: dump op count into qemu log | zhanghailiang |
2014-06-29 | tcg/ppc: Fix support for 64-bit PPC MacOSX hosts | Peter Maydell |
2014-06-27 | tcg/ppc: Fix failure in tcg_out_mem_long | Richard Henderson |
2014-06-24 | tcg: mark tcg_out* and tcg_patch* with attribute 'unused' | Peter Maydell |
2014-06-24 | Fix new typos (found by codespell) | Stefan Weil |
2014-06-23 | tcg-ppc: Use the return address as a base pointer | Richard Henderson |
2014-06-23 | tcg-ppc: Merge cache-utils into the backend | Richard Henderson |
2014-06-23 | tcg-ppc: Rename the tcg/ppc64 backend | Richard Henderson |
2014-06-23 | tcg-ppc: Remove the backend | Richard Henderson |