aboutsummaryrefslogtreecommitdiff
path: root/include/tcg/tcg.h
AgeCommit message (Expand)Author
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson
2021-01-22tcg: Optimize inline dup_const for MO_64Richard Henderson
2021-01-13tcg: Use tcg_constant_{i32,i64,vec} with gvec expandersRichard Henderson
2021-01-13tcg: Introduce TYPE_CONST temporariesRichard Henderson
2021-01-13tcg: Expand TCGTemp.val to 64-bitsRichard Henderson
2021-01-13tcg: Add temp_readonlyRichard Henderson
2021-01-13tcg: Consolidate 3 bits into enum TCGTempKindRichard Henderson
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson
2021-01-07tcg: Introduce tcg_tbrel_diffRichard Henderson
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson
2021-01-07tcg: Adjust TCGLabel for constRichard Henderson
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson
2021-01-07tcg: Add in_code_gen_bufferRichard Henderson
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson
2021-01-07tcg: Move tcg prologue pointer out of TCGContextRichard Henderson
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-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-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-01-15tcg: Move TCG headers to include/tcg/Philippe Mathieu-Daudé