summaryrefslogtreecommitdiffstats
path: root/include/tcg/tcg.h
Commit message (Expand)AuthorAgeFilesLines
* tcg: Restart code generation when we run out of tempsRichard Henderson2021-01-241-0/+3
* tcg: Optimize inline dup_const for MO_64Richard Henderson2021-01-221-1/+2
* tcg: Use tcg_constant_{i32,i64,vec} with gvec expandersRichard Henderson2021-01-131-0/+1
* tcg: Introduce TYPE_CONST temporariesRichard Henderson2021-01-131-1/+23
* tcg: Expand TCGTemp.val to 64-bitsRichard Henderson2021-01-131-1/+1
* tcg: Add temp_readonlyRichard Henderson2021-01-131-0/+5
* tcg: Consolidate 3 bits into enum TCGTempKindRichard Henderson2021-01-131-8/+12
* tcg: Constify tcg_code_gen_epilogueRichard Henderson2021-01-071-1/+1
* tcg: Introduce tcg_tbrel_diffRichard Henderson2021-01-071-0/+13
* tcg: Adjust tcg_register_jit for constRichard Henderson2021-01-071-1/+1
* tcg: Adjust TCGLabel for constRichard Henderson2021-01-071-1/+1
* tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson2021-01-071-5/+21
* tcg: Add in_code_gen_bufferRichard Henderson2021-01-071-0/+11
* tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson2021-01-071-1/+1
* tcg: Move tcg prologue pointer out of TCGContextRichard Henderson2021-01-071-5/+4Star
* tcg: Do not kill globals at conditional branchesRichard Henderson2020-10-271-1/+3
* tcg: Remove TCGOpDef.usedRichard Henderson2020-10-081-3/+0Star
* tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson2020-10-081-7/+7
* tcg: Remove TCG_CT_REGRichard Henderson2020-10-081-1/+0Star
* tcg: Move sorted_args into TCGArgConstraint.sort_indexRichard Henderson2020-10-081-1/+1
* tcg: Drop union from TCGArgConstraintRichard Henderson2020-10-081-3/+1Star
* tcg: Add tcg_get_insn_start_paramRichard Henderson2020-09-011-0/+15
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-1/+1
* tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota2020-06-161-0/+1
* tcg: Implement gvec support for rotate by scalarRichard Henderson2020-06-021-0/+1
* tcg: Implement gvec support for rotate by vectorRichard Henderson2020-06-021-0/+1
* tcg: Implement gvec support for rotate by immediateRichard Henderson2020-06-021-0/+1
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-1/+1
* tcg: Move TCG headers to include/tcg/Philippe Mathieu-Daudé2020-01-161-0/+1430