Age | Commit message (Expand) | Author |
2019-02-11 | tcg/i386: fix unsigned vector saturating arithmetic | Mark Cave-Ayland |
2019-01-28 | cputlb: Remove static tlb sizing | Richard Henderson |
2019-01-28 | tcg/i386: enable dynamic TLB sizing | Emilio G. Cota |
2019-01-28 | tcg: introduce dynamic TLB sizing | Emilio G. Cota |
2019-01-28 | tcg/i386: Implement vector minmax arithmetic | Richard Henderson |
2019-01-28 | tcg/i386: Implement vector saturating arithmetic | Richard Henderson |
2019-01-28 | tcg/i386: Split subroutines out of tcg_expand_vec_op | Richard Henderson |
2019-01-28 | tcg: Add opcodes for vector minmax arithmetic | Richard Henderson |
2019-01-28 | tcg: Add opcodes for vector saturated arithmetic | Richard Henderson |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2018-12-17 | tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP | Richard Henderson |
2018-12-17 | tcg/i386: Add setup_guest_base_seg for FreeBSD | Richard Henderson |
2018-12-17 | tcg/i386: Precompute all guest_base parameters | Richard Henderson |
2018-12-17 | tcg/i386: Assume 32-bit values are zero-extended | Richard Henderson |
2018-12-17 | tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guests | Richard Henderson |
2018-12-17 | tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_path | Richard Henderson |
2018-12-17 | tcg/i386: Propagate is64 to tcg_out_qemu_ld_direct | Richard Henderson |
2018-12-17 | tcg/i386: Return false on failure from patch_reloc | Richard Henderson |
2018-12-17 | tcg: Return success from patch_reloc | Richard Henderson |
2018-12-17 | tcg/i386: Move TCG_REG_CALL_STACK from define to enum | Richard Henderson |
2018-12-17 | tcg/i386: Always use %ebp for TCG_AREG0 | Richard Henderson |
2018-09-26 | tcg/i386: fix vector operations on 32-bit hosts | Roman Kapl |
2018-07-23 | tcg/i386: Mark xmm registers call-clobbered | Richard Henderson |
2018-06-15 | tcg: Reduce max TB opcode count | Richard Henderson |
2018-06-15 | tcg/i386: Use byte form of xgetbv instruction | John Arbuckle |
2018-05-09 | tcg/i386: Fix dup_vec in non-AVX2 codepath | Peter Maydell |
2018-03-16 | tcg/i386: Support INDEX_op_dup2_vec for -m32 | Richard Henderson |
2018-02-08 | tcg/i386: Add vector operations | Richard Henderson |
2017-10-10 | tcg/i386: constify tcg_target_callee_save_regs | Emilio G. Cota |
2017-09-17 | tcg: Remove tcg_regset_set32 | Richard Henderson |
2017-09-17 | tcg: Remove tcg_regset_clear | Richard Henderson |
2017-09-07 | tcg/i386: Store out-of-range call targets in constant pool | Richard Henderson |
2017-09-07 | tcg: Rearrange ldst label tracking | Richard Henderson |
2017-09-07 | tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h | Richard Henderson |
2017-07-24 | util: Introduce include/qemu/cpuid.h | Richard Henderson |
2017-06-05 | tcg/i386: implement goto_ptr | Emilio G. Cota |
2017-06-05 | tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr | Emilio G. Cota |
2017-02-24 | tcg: enable MTTCG by default for ARM on x86 hosts | Alex Bennée |
2017-01-17 | tcg/i386: Always use TZCNT when available | Richard Henderson |
2017-01-17 | Revert "tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR" | Richard Henderson |
2017-01-10 | tcg/i386: Handle ctpop opcode | Richard Henderson |
2017-01-10 | tcg: Add opcode for ctpop | Richard Henderson |
2017-01-10 | tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR | Richard Henderson |
2017-01-10 | tcg/i386: Handle ctz and clz opcodes | Richard Henderson |
2017-01-10 | tcg/i386: Allow bmi2 shiftx to have non-matching operands | Richard Henderson |
2017-01-10 | tcg/i386: Hoist common arguments in tcg_out_op | Richard Henderson |
2017-01-10 | tcg/i386: Fuly convert tcg_target_op_def | Richard Henderson |
2017-01-10 | tcg: Add clz and ctz opcodes | Richard Henderson |
2017-01-10 | tcg: Pass the opcode width to target_parse_constraint | Richard Henderson |
2017-01-10 | tcg: Transition flat op_defs array to a target callback | Richard Henderson |