aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2018-05-01tcg: workaround branch instruction overflow in tcg_out_qemu_ld/stLaurent Vivier
2018-05-01tcg: Improve TCGv_ptr supportRichard Henderson
2018-05-01tcg: Allow wider vectors for cmp and mulRichard Henderson
2018-05-01tcg/arm: Fix memory barrier encodingHenry Wertz
2018-05-01tcg: Document INDEX_mul[us]h_*Richard Henderson
2018-04-16tcg/mips: Handle large offsets from target env to tlb_tablePeter Maydell
2018-04-10tcg: Introduce tcg_set_insn_start_paramRichard Henderson
2018-03-28tcg: Mark muluh_i64 and mulsh_i64 as 64-bit opsRichard Henderson
2018-03-16tcg: Add choose_vector_sizeRichard Henderson
2018-03-16tcg/i386: Support INDEX_op_dup2_vec for -m32Richard Henderson
2018-03-16tcg: Improve tcg_gen_muli_i32/i64Richard Henderson
2018-02-08tcg/aarch64: Add vector operationsRichard Henderson
2018-02-08tcg/i386: Add vector operationsRichard Henderson
2018-02-08tcg/optimize: Handle vector opcodes during optimizeRichard Henderson
2018-02-08tcg: Add generic vector helpers with a scalar operandRichard Henderson
2018-02-08tcg: Add generic helpers for saturating arithmeticRichard Henderson
2018-02-08tcg: Add generic vector ops for multiplicationRichard Henderson
2018-02-08tcg: Add generic vector ops for comparisonsRichard Henderson
2018-02-08tcg: Add generic vector ops for constant shiftsRichard Henderson
2018-02-08tcg: Add generic vector expandersRichard Henderson
2018-02-08tcg: Standardize integral arguments to expandersRichard Henderson
2018-02-08tcg: Add types and basic operations for host vectorsRichard Henderson
2018-02-08tcg: Allow multiple word entries into the constant poolRichard Henderson
2018-01-16tcg/ppc: Allow a 32-bit offset to the constant poolRichard Henderson
2018-01-16tcg/ppc: Support tlb offsets larger than 64kRichard Henderson
2018-01-16tcg/arm: Support tlb offsets larger than 64kRichard Henderson
2018-01-16tcg/arm: Fix double-word comparisonsRichard Henderson
2017-12-29tcg: Allow 6 arguments to TCG helpersRichard Henderson
2017-12-29tcg: Add tcg_signed_condRichard Henderson
2017-12-29tcg: Generalize TCGOp parametersRichard Henderson
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-11-03tcg/s390x: Use constant pool for prologueRichard Henderson
2017-11-03tcg: Allow constant pool entries in the prologueRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota
2017-10-24tcg: allocate optimizer temps with tcg_mallocEmilio G. Cota
2017-10-24tcg: distribute profiling counters across TCGContext'sEmilio G. Cota
2017-10-24tcg: introduce **tcg_ctxs to keep track of all TCGContext'sEmilio G. Cota
2017-10-24gen-icount: fold exitreq_label into TCGContextEmilio G. Cota
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota
2017-10-24tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota
2017-10-24tcg: Use offsets not indices for TCGv_*Richard Henderson
2017-10-24tcg: Remove TCGV_EQUAL*Richard Henderson
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson
2017-10-24tcg: Introduce temp_tcgv_{i32,i64,ptr}Richard Henderson
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson