aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2020-09-03tcg: Implement 256-bit dup for tcg_gen_gvec_dup_memRichard Henderson
2020-09-03tcg: Eliminate one store for in-place 128-bit dup_memRichard Henderson
2020-09-03tcg: Fix tcg gen for vectorized absolute valueStephen Long
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-12target/ppc: add vmulld to INDEX_op_mul_vec caseLijun Pan
2020-07-16tcg: Save/restore vecop_list around minmax fallbackRichard Henderson
2020-07-13tcg/riscv: Remove superfluous breaksLiao Pingfang
2020-07-06tcg: Fix do_nonatomic_op_* vs signed operationsRichard Henderson
2020-07-06tcg/ppc: Sanitize immediate shiftsCatherine A. Frederick
2020-06-16tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota
2020-06-02tcg: Improve move ops in liveness_pass_2Richard Henderson
2020-06-02tcg/ppc: Implement INDEX_op_rot[lr]v_vecRichard Henderson
2020-06-02tcg/aarch64: Implement INDEX_op_rotl{i,v}_vecRichard Henderson
2020-06-02tcg/i386: Implement INDEX_op_rotl{i,s,v}_vecRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by scalarRichard Henderson
2020-06-02tcg: Remove expansion to shift by vector from do_shiftsRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by vectorRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by immediateRichard Henderson
2020-05-15disas: include an optional note for the start of disassemblyAlex Bennée
2020-05-06tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}Richard Henderson
2020-05-06tcg: Add load_dest parameter to GVecGen2Richard Henderson
2020-05-06tcg: Improve vector tail clearingRichard Henderson
2020-05-06tcg: Remove tcg_gen_gvec_dup{8,16,32,64}iRichard Henderson
2020-05-06tcg: Use tcg_gen_gvec_dup_imm in logical simplificationsRichard Henderson
2020-05-06tcg: Add tcg_gen_gvec_dup_immRichard Henderson
2020-04-12tcg/mips: mips sync* encode errorlixinyu
2020-04-07tcg/i386: Fix %r12 guest_base initializationRichard Henderson
2020-03-30tcg/i386: Fix INDEX_op_dup2_vecRichard Henderson
2020-03-17tcg/i386: Bound shift count expanding sari_vecRichard Henderson
2020-02-28tcg/arm: Expand epilogue inlineRichard Henderson
2020-02-28tcg/arm: Split out tcg_out_epilogueRichard Henderson
2020-02-25tcg: save vaddr temp for plugin usageAlex Bennée
2020-02-12tcg: Add tcg_gen_gvec_5_ptrRichard Henderson
2020-01-15tcg: Move TCG headers to include/tcg/Philippe Mathieu-Daudé
2020-01-15tcg: Search includes in the parent source directoryPhilippe Mathieu-Daudé
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-15cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_codeRichard Henderson
2019-12-18Add use of RCU for qemu_logfile.Robert Foley
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-11-11tcg/LICENSE: Remove out of date claim about TCG subdirectory licensingPeter Maydell
2019-11-11tcg/ppc/tcg-target.opc.h: Add copyright/licensePeter Maydell
2019-11-11tcg/i386/tcg-target.opc.h: Add copyright/licensePeter Maydell
2019-11-11tcg/aarch64/tcg-target.opc.h: Add copyright/licensePeter Maydell
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota
2019-10-28tcg: add tcg_gen_st_ptrEmilio G. Cota
2019-10-28trace: add mmu_index to mem_infoAlex Bennée