- e5e2e4c tcg: Constify TCGLabelQemuLdst.raddr by Richard Henderson · 4 years, 4 months ago
- c8bc116 tcg: Constify tcg_code_gen_epilogue by Richard Henderson · 4 years, 4 months ago
- de2fac6 tcg: Remove TCG_TARGET_SUPPORT_MIRROR by Richard Henderson · 4 years, 4 months ago
- 69478b8 tcg/arm: Support split-wx code generation by Richard Henderson · 4 years, 4 months ago
- df5af13 tcg/mips: Support split-wx code generation by Richard Henderson · 4 years, 4 months ago
- 91a7fd1 tcg/mips: Do not assert on relocation overflow by Richard Henderson · 4 years, 4 months ago
- 793f738 tcg/riscv: Support split-wx code generation by Richard Henderson · 4 years, 4 months ago
- 4b6a52d tcg/riscv: Remove branch-over-branch fallback by Richard Henderson · 4 years, 4 months ago
- 844d044 tcg/riscv: Fix branch range checks by Richard Henderson · 4 years, 4 months ago
- 79dae4d tcg/s390: Support split-wx code generation by Richard Henderson · 4 years, 4 months ago
- dd90043 tcg/s390: Use tcg_tbrel_diff by Richard Henderson · 4 years, 4 months ago
- 0d8b619 tcg/sparc: Support split-wx code generation by Richard Henderson · 4 years, 4 months ago
- 47c2206 tcg/sparc: Use tcg_tbrel_diff by Richard Henderson · 4 years, 4 months ago
- d54401d tcg/ppc: Support split-wx code generation by Richard Henderson · 4 years, 4 months ago
- 2d6f38e tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB by Richard Henderson · 4 years, 4 months ago
- e6dc7f8 tcg/ppc: Use tcg_tbrel_diff by Richard Henderson · 4 years, 4 months ago
- 305daae tcg/tci: Push const down through bytecode reading by Richard Henderson · 4 years, 4 months ago
- ffba3eb tcg/aarch64: Support split-wx code generation by Richard Henderson · 4 years, 4 months ago
- f716bab tcg/aarch64: Use B not BL for tcg_out_goto_long by Richard Henderson · 4 years, 4 months ago
- 705ed47 tcg/i386: Support split-wx code generation by Richard Henderson · 4 years, 4 months ago
- eba4035 tcg: Return the TB pointer from the rx region from exit_tb by Richard Henderson · 4 years, 4 months ago
- a35b3e1 tcg: Add --accel tcg,split-wx property by Richard Henderson · 4 years, 4 months ago
- d997143 tcg: Make DisasContextBase.tb const by Richard Henderson · 4 years, 4 months ago
- 1acbad0 tcg: Adjust tb_target_set_jmp_target for split-wx by Richard Henderson · 4 years, 4 months ago
- 755bf9e tcg: Adjust tcg_register_jit for const by Richard Henderson · 4 years, 4 months ago
- 92ab8e7 tcg: Adjust tcg_out_label for const by Richard Henderson · 4 years, 4 months ago
- 2be7d76 tcg: Adjust tcg_out_call for const by Richard Henderson · 4 years, 4 months ago
- ffd0e50 tcg: Adjust TCGLabel for const by Richard Henderson · 4 years, 4 months ago
- db0c51a tcg: Introduce tcg_splitwx_to_{rx,rw} by Richard Henderson · 4 years, 4 months ago
- 8b5c2b6 tcg: Move tcg epilogue pointer out of TCGContext by Richard Henderson · 4 years, 4 months ago
- b91ccb3 tcg: Move tcg prologue pointer out of TCGContext by Richard Henderson · 4 years, 4 months ago
- 1da8de3 util: Enhance flush_icache_range with separate data pointer by Richard Henderson · 4 years, 3 months ago
- df5d2b1 tcg: Do not flush icache for interpreter by Richard Henderson · 4 years, 3 months ago
- 07ce0b0 tcg: Introduce INDEX_op_qemu_st8_i32 by Richard Henderson · 4 years, 3 months ago
- d2ef1b8 tcg/i386: Adjust TCG_TARGET_HAS_MEMORY_BSWAP by Richard Henderson · 6 years ago
- aadac5b Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 2 months ago
- d2f3066 tcg/riscv: Fix illegal shift instructions by Zihao Yu · 4 years, 2 months ago
- 6d3ef04 tcg: Use memset for large vector byte replication by Richard Henderson · 4 years, 2 months ago
- 084cfca util: Extract flush_icache_range to cacheflush.c by Richard Henderson · 4 years, 2 months ago
- c905a36 cfi: Initial support for cfi-icall in QEMU by Daniele Buono · 4 years, 3 months ago
- d84568b tcg/optimize: Add fallthrough annotations by Thomas Huth · 4 years, 3 months ago
- 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, 5 months ago
- fe4b0b5 tcg: Implement 256-bit dup for tcg_gen_gvec_dup_mem by Richard Henderson · 4 years, 8 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, 6 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, 7 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, 10 months ago
- ab87a66 tcg/ppc: Implement INDEX_op_rot[lr]v_vec by Richard Henderson · 4 years, 10 months ago
- 7cff898 tcg/aarch64: Implement INDEX_op_rotl{i,v}_vec by Richard Henderson · 4 years, 10 months ago
- 885b170 tcg/i386: Implement INDEX_op_rotl{i,s,v}_vec by Richard Henderson · 4 years, 10 months ago
- 23850a7 tcg: Implement gvec support for rotate by scalar by Richard Henderson · 4 years, 10 months ago
- 3d5bb2e tcg: Remove expansion to shift by vector from do_shifts by Richard Henderson · 4 years, 10 months ago
- 5d0ceda tcg: Implement gvec support for rotate by vector by Richard Henderson · 4 years, 10 months ago
- b0f7e74 tcg: Implement gvec support for rotate by immediate by Richard Henderson · 4 years, 10 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, 10 months ago
- ac09ae6 tcg: Add load_dest parameter to GVecGen2 by Richard Henderson · 4 years, 11 months 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 · 4 years, 11 months 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