- c56caea tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END" by Richard Henderson · 4 years, 4 months ago
- f14bed3 tcg: Remove assert from set_jmp_reset_offset by Richard Henderson · 4 years, 4 months ago
- cd0372c tcg/optimize: Flush data at labels not TCG_OPF_BB_END by Richard Henderson · 4 years, 5 months ago
- b4cb76e tcg: Do not kill globals at conditional branches by Richard Henderson · 4 years, 5 months ago
- cae5d53 tcg: Remove TCG_TARGET_HAS_cmp_vec by Richard Henderson · 4 years, 6 months ago
- 1dc4fe7 tcg/optimize: Fold dup2_vec by Richard Henderson · 4 years, 6 months ago
- a5b30d9 tcg: Fix generation of dupi_vec for 32-bit host by Richard Henderson · 4 years, 6 months ago
- f80d09b tcg/i386: Fix dupi for avx2 32-bit hosts by Richard Henderson · 4 years, 6 months ago
- bc2b17e tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields by Richard Henderson · 6 years ago
- 74a1179 tcg: Remove TCG_CT_REG by Richard Henderson · 4 years, 6 months ago
- 66792f9 tcg: Move sorted_args into TCGArgConstraint.sort_index by Richard Henderson · 6 years ago
- 9be0d08 tcg: Drop union from TCGArgConstraint by Richard Henderson · 4 years, 6 months ago
- e2e7168 tcg: Adjust simd_desc size encoding by Richard Henderson · 4 years, 6 months ago
- 4c389f6 disas: Move host asm annotations to tb_gen_code by Richard Henderson · 4 years, 6 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 6 months ago
- fe4b0b5 tcg: Implement 256-bit dup for tcg_gen_gvec_dup_mem by Richard Henderson · 4 years, 9 months ago
- 6a17646 tcg: Eliminate one store for in-place 128-bit dup_mem by Richard Henderson · 4 years, 7 months ago
- e7e8f33 tcg: Fix tcg gen for vectorized absolute value by Stephen Long · 4 years, 7 months ago
- dd8014e Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into staging by Peter Maydell · 4 years, 7 months ago
- 139c183 meson: rename included C source files to .c.inc by Paolo Bonzini · 5 years ago
- 73ebe95 target/ppc: add vmulld to INDEX_op_mul_vec case by Lijun Pan · 4 years, 8 months ago
- 69c918d tcg: Save/restore vecop_list around minmax fallback by Richard Henderson · 4 years, 9 months ago
- 895bfa8 tcg/riscv: Remove superfluous breaks by Liao Pingfang · 4 years, 8 months ago
- 852f933 tcg: Fix do_nonatomic_op_* vs signed operations by Richard Henderson · 4 years, 8 months ago
- 94248cf tcg/ppc: Sanitize immediate shifts by Catherine A. Frederick · 4 years, 9 months ago
- 938e897 tcg: call qemu_spin_destroy for tb->jmp_lock by Emilio G. Cota · 4 years, 9 months ago
- 61f15c4 tcg: Improve move ops in liveness_pass_2 by Richard Henderson · 4 years, 11 months ago
- ab87a66 tcg/ppc: Implement INDEX_op_rot[lr]v_vec by Richard Henderson · 4 years, 11 months ago
- 7cff898 tcg/aarch64: Implement INDEX_op_rotl{i,v}_vec by Richard Henderson · 4 years, 11 months ago
- 885b170 tcg/i386: Implement INDEX_op_rotl{i,s,v}_vec by Richard Henderson · 4 years, 11 months ago
- 23850a7 tcg: Implement gvec support for rotate by scalar by Richard Henderson · 4 years, 11 months ago
- 3d5bb2e tcg: Remove expansion to shift by vector from do_shifts by Richard Henderson · 4 years, 11 months ago
- 5d0ceda tcg: Implement gvec support for rotate by vector by Richard Henderson · 4 years, 11 months ago
- b0f7e74 tcg: Implement gvec support for rotate by immediate by Richard Henderson · 4 years, 11 months ago
- e5ef4ec disas: include an optional note for the start of disassembly by Alex Bennée · 4 years, 10 months ago
- 07dada0 tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64} by Richard Henderson · 4 years, 11 months ago
- ac09ae6 tcg: Add load_dest parameter to GVecGen2 by Richard Henderson · 5 years ago
- f47db80 tcg: Improve vector tail clearing by Richard Henderson · 5 years ago
- 398f214 tcg: Remove tcg_gen_gvec_dup{8,16,32,64}i by Richard Henderson · 5 years ago
- 03ddb6f tcg: Use tcg_gen_gvec_dup_imm in logical simplifications by Richard Henderson · 5 years ago
- 44c9467 tcg: Add tcg_gen_gvec_dup_imm by Richard Henderson · 5 years ago
- a4e5708 tcg/mips: mips sync* encode error by lixinyu · 5 years ago
- cce743a tcg/i386: Fix %r12 guest_base initialization by Richard Henderson · 5 years ago
- e20cb81 tcg/i386: Fix INDEX_op_dup2_vec by Richard Henderson · 5 years ago
- 312b426 tcg/i386: Bound shift count expanding sari_vec by Richard Henderson · 5 years ago
- fc1bfdf tcg/arm: Expand epilogue inline by Richard Henderson · 5 years ago
- d6fa50f tcg/arm: Split out tcg_out_epilogue by Richard Henderson · 5 years ago
- fcc54ab tcg: save vaddr temp for plugin usage by Alex Bennée · 5 years ago
- 2445971 tcg: Add tcg_gen_gvec_5_ptr by Richard Henderson · 5 years ago
- d3582cf tcg: Move TCG headers to include/tcg/ by Philippe Mathieu-Daudé · 5 years ago
- 2b434dd tcg: Search includes in the parent source directory by Philippe Mathieu-Daudé · 5 years ago
- dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
- fc4120a cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code by Richard Henderson · 5 years ago
- 7606488 Add use of RCU for qemu_logfile. by Robert Foley · 5 years ago
- fc59d2d qemu_log_lock/unlock now preserves the qemu_logfile handle. by Robert Foley · 5 years ago
- cb974c9 tcg/LICENSE: Remove out of date claim about TCG subdirectory licensing by Peter Maydell · 5 years ago
- 2552e30 tcg/ppc/tcg-target.opc.h: Add copyright/license by Peter Maydell · 5 years ago
- 2029bf7 tcg/i386/tcg-target.opc.h: Add copyright/license by Peter Maydell · 5 years ago
- 97105f2 tcg/aarch64/tcg-target.opc.h: Add copyright/license by Peter Maydell · 5 years ago
- 68d8ef4 Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4' into staging by Peter Maydell · 5 years ago
- 7dec71d cputlb: ensure _cmmu helper functions follow the naming standard by Alex Bennée · 5 years ago
- e6d86be tcg: let plugins instrument virtual memory accesses by Emilio G. Cota · 6 years ago
- 38b47b1 plugin-gen: add module for TCG-related code by Emilio G. Cota · 6 years ago
- c87fb14 tcg: add tcg_gen_st_ptr by Emilio G. Cota · 6 years ago
- 504f73f trace: add mmu_index to mem_info by Alex Bennée · 6 years ago
- 4cef72d cputlb: ensure _cmmu helper functions follow the naming standard by Alex Bennée · 5 years ago
- 2f160e0 tci: Add implementation for INDEX_op_ld16u_i64 by Stefan Weil · 6 years ago
- b7ce3cf tcg/ppc: Update vector support for v3.00 dup/dupi by Richard Henderson · 5 years ago
- 6e11cde tcg/ppc: Update vector support for v3.00 load/store by Richard Henderson · 5 years ago
- d7cd6a2 tcg/ppc: Update vector support for v3.00 Altivec by Richard Henderson · 5 years ago
- 7097312 tcg/ppc: Update vector support for v2.07 FP by Richard Henderson · 5 years ago
- b2dda64 tcg/ppc: Update vector support for v2.07 VSX by Richard Henderson · 5 years ago
- 64ff1c6 tcg/ppc: Update vector support for v2.07 Altivec by Richard Henderson · 5 years ago
- 47c906a tcg/ppc: Update vector support for VSX by Richard Henderson · 6 years ago
- 68f340d tcg/ppc: Enable Altivec detection by Richard Henderson · 6 years ago
- 597cf97 tcg/ppc: Support vector dup2 by Richard Henderson · 6 years ago
- d9897ef tcg/ppc: Support vector multiply by Richard Henderson · 6 years ago
- dabae09 tcg/ppc: Support vector shift by immediate by Richard Henderson · 6 years ago
- e9d1a53 tcg/ppc: Add support for vector saturated add/subtract by Richard Henderson · 6 years ago
- d675081 tcg/ppc: Add support for vector add/subtract by Richard Henderson · 6 years ago
- e238297 tcg/ppc: Add support for vector maximum/minimum by Richard Henderson · 6 years ago
- 6ef14d7 tcg/ppc: Add support for load/store/logic/comparison by Richard Henderson · 6 years ago
- 4b06c21 tcg/ppc: Enable tcg backend vector compilation by Richard Henderson · 6 years ago
- 63922f4 tcg/ppc: Replace HAVE_ISEL macro with a variable by Richard Henderson · 5 years ago
- 4e33fe0 tcg/ppc: Replace HAVE_ISA_2_06 by Richard Henderson · 5 years ago
- 7d9dae0 tcg/ppc: Create TCGPowerISA and have_isa by Richard Henderson · 5 years ago
- b82f769 tcg/ppc: Introduce macros VRT(), VRA(), VRB(), VRC() by Richard Henderson · 6 years ago
- 1838905 tcg/ppc: Introduce macro VX4() by Richard Henderson · 6 years ago
- 42281ec tcg/ppc: Introduce Altivec registers by Richard Henderson · 6 years ago
- 9de6578 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging by Peter Maydell · 6 years ago
- 14776ab tcg: TCGMemOp is now accelerator independent MemOp by Tony Nguyen · 6 years ago
- 2bc8963 tcg/README: fix typo s/afterwise/afterwards/ by Emilio G. Cota · 6 years ago
- 52bf977 configure: Define target access alignment in configure by tony.nguyen@bt.com · 6 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
- 6a0acff Clean up inclusion of exec/cpu-common.h by Markus Armbruster · 6 years ago
- 1789d42 tcg/aarch64: Fix output of extract2 opcodes by Richard Henderson · 6 years ago
- 80f4d7c tcg: Fix constant folding of INDEX_op_extract2_i32 by Richard Henderson · 6 years ago
- 11978f6 tcg: Fix expansion of INDEX_op_not_vec by Richard Henderson · 6 years ago
- 7ab7e9c tcg/riscv: Fix RISC-VH host build failure by Alistair Francis · 6 years ago
- 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago