Age | Commit message (Expand) | Author |
2015-08-01 | tcg/mips: fix add2 | Aurelien Jarno |
2015-08-01 | tcg/s390x: Mask TCGMemOp appropriately for indexing | Aurelien Jarno |
2015-08-01 | tcg/mips: Mask TCGMemOp appropriately for indexing | Aurelien Jarno |
2015-08-01 | tcg/mips: fix TLB loading for BE host with 32-bit guests | Aurelien Jarno |
2015-07-27 | tcg: mark temps as mem_coherent = 0 for mov with a constant | Aurelien Jarno |
2015-07-27 | tcg: correctly mark dead inputs for mov with a constant | Aurelien Jarno |
2015-07-23 | tcg/optimize: fix tcg_opt_gen_movi | Aurelien Jarno |
2015-07-23 | tcg/aarch64: use 32-bit offset for 32-bit softmmu emulation | Richard Henderson |
2015-07-23 | tcg/aarch64: use 32-bit offset for 32-bit user-mode emulation | Paolo Bonzini |
2015-07-23 | tcg/aarch64: add ext argument to tcg_out_insn_3310 | Paolo Bonzini |
2015-07-23 | tcg/i386: Extend addresses for 32-bit guests | Richard Henderson |
2015-07-13 | tci: Fix regression with INDEX_op_qemu_st_i32, INDEX_op_qemu_st_i64 | Stefan Weil |
2015-07-09 | tcg/mips: Fix build error from merged memop+mmu_idx parameter | James Hogan |
2015-07-07 | tcg/s390: fix branch target change during code retranslation | Aurelien Jarno |
2015-06-26 | cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcg | Peter Crosthwaite |
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 |