aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2018-08-06tcg/optimize: Do not skip default processing of dup_vecRichard Henderson1-2/+2
2018-07-23tcg/i386: Mark xmm registers call-clobberedRichard Henderson1-1/+1
2018-07-19tcg/aarch64: limit mul_vec sizeAlex Bennée1-1/+2
2018-07-09tcg: Restrict check_size_impl to multiples of the line sizeRichard Henderson1-2/+5
2018-06-15tcg: Reduce max TB opcode countRichard Henderson10-13/+26
2018-06-15tcg: remove tb_lockEmilio G. Cota1-2/+2
2018-06-15tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota2-0/+17
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota2-0/+197
2018-06-15tcg/i386: Use byte form of xgetbv instructionJohn Arbuckle1-1/+4
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell3-9/+39
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson3-9/+39
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-20tcg: fix s/compliment/complement/ typosEmilio G. Cota1-1/+1
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell3-0/+106
2018-05-10tcg: Introduce atomic helpers for integer min/maxRichard Henderson3-0/+50
2018-05-10tcg: Introduce helpers for integer min/maxRichard Henderson2-0/+56
2018-05-09tcg: Limit the number of ops in a TBRichard Henderson2-1/+10
2018-05-09tcg/i386: Fix dup_vec in non-AVX2 codepathPeter Maydell1-3/+3
2018-05-01tcg: workaround branch instruction overflow in tcg_out_qemu_ld/stLaurent Vivier3-6/+6
2018-05-01tcg: Improve TCGv_ptr supportRichard Henderson3-80/+128
2018-05-01tcg: Allow wider vectors for cmp and mulRichard Henderson1-4/+4
2018-05-01tcg/arm: Fix memory barrier encodingHenry Wertz1-2/+2
2018-05-01tcg: Document INDEX_mul[us]h_*Richard Henderson1-0/+8
2018-04-16tcg/mips: Handle large offsets from target env to tlb_tablePeter Maydell1-7/+4
2018-04-10tcg: Introduce tcg_set_insn_start_paramRichard Henderson1-0/+10
2018-03-28tcg: Mark muluh_i64 and mulsh_i64 as 64-bit opsRichard Henderson1-2/+2
2018-03-16tcg: Add choose_vector_sizeRichard Henderson1-180/+260
2018-03-16tcg/i386: Support INDEX_op_dup2_vec for -m32Richard Henderson1-0/+9
2018-03-16tcg: Improve tcg_gen_muli_i32/i64Richard Henderson1-6/+18
2018-02-08tcg/aarch64: Add vector operationsRichard Henderson3-47/+569
2018-02-08tcg/i386: Add vector operationsRichard Henderson3-54/+987
2018-02-08tcg/optimize: Handle vector opcodes during optimizeRichard Henderson1-73/+77
2018-02-08tcg: Add generic vector helpers with a scalar operandRichard Henderson2-2/+418
2018-02-08tcg: Add generic helpers for saturating arithmeticRichard Henderson2-0/+102
2018-02-08tcg: Add generic vector ops for multiplicationRichard Henderson8-0/+62
2018-02-08tcg: Add generic vector ops for comparisonsRichard Henderson7-0/+189
2018-02-08tcg: Add generic vector ops for constant shiftsRichard Henderson8-0/+416
2018-02-08tcg: Add generic vector expandersRichard Henderson8-16/+1620
2018-02-08tcg: Standardize integral arguments to expandersRichard Henderson2-29/+29
2018-02-08tcg: Add types and basic operations for host vectorsRichard Henderson6-4/+541
2018-02-08tcg: Allow multiple word entries into the constant poolRichard Henderson1-21/+92
2018-01-16tcg/ppc: Allow a 32-bit offset to the constant poolRichard Henderson1-28/+39
2018-01-16tcg/ppc: Support tlb offsets larger than 64kRichard Henderson1-9/+8
2018-01-16tcg/arm: Support tlb offsets larger than 64kRichard Henderson1-13/+17
2018-01-16tcg/arm: Fix double-word comparisonsRichard Henderson1-26/+60
2017-12-29tcg: Allow 6 arguments to TCG helpersRichard Henderson3-7/+13
2017-12-29tcg: Add tcg_signed_condRichard Henderson1-0/+6
2017-12-29tcg: Generalize TCGOp parametersRichard Henderson3-17/+19
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson4-136/+62
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson3-15/+2