summaryrefslogtreecommitdiff
path: root/include/tcg
AgeCommit message (Expand)Author
2020-10-27tcg: Do not kill globals at conditional branchesRichard Henderson
2020-10-08tcg: Remove TCGOpDef.usedRichard Henderson
2020-10-08tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson
2020-10-08tcg: Move sorted_args into TCGArgConstraint.sort_indexRichard Henderson
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson
2020-10-08tcg: Adjust simd_desc size encodingRichard Henderson
2020-09-01tcg: Add tcg_get_insn_start_paramRichard Henderson
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-06-16tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota
2020-06-02tcg: Implement gvec support for rotate by scalarRichard 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-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: Add tcg_gen_gvec_dup_tlRichard Henderson
2020-05-06tcg: Remove tcg_gen_gvec_dup{8,16,32,64}iRichard Henderson
2020-05-06tcg: Add tcg_gen_gvec_dup_immRichard Henderson
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-02-12tcg: Add tcg_gen_gvec_5_ptrRichard Henderson
2020-01-15tcg: Move TCG headers to include/tcg/Philippe Mathieu-Daudé