summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-043-9/+39
|\
| * tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-023-9/+39
* | target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
|/
* tcg: fix s/compliment/complement/ typosEmilio G. Cota2018-05-201-1/+1
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell2018-05-113-0/+106
|\
| * tcg: Introduce atomic helpers for integer min/maxRichard Henderson2018-05-103-0/+50
| * tcg: Introduce helpers for integer min/maxRichard Henderson2018-05-102-0/+56
* | tcg: Limit the number of ops in a TBRichard Henderson2018-05-092-1/+10
* | tcg/i386: Fix dup_vec in non-AVX2 codepathPeter Maydell2018-05-091-3/+3
|/
* tcg: workaround branch instruction overflow in tcg_out_qemu_ld/stLaurent Vivier2018-05-013-6/+6
* tcg: Improve TCGv_ptr supportRichard Henderson2018-05-013-80/+128
* tcg: Allow wider vectors for cmp and mulRichard Henderson2018-05-011-4/+4
* tcg/arm: Fix memory barrier encodingHenry Wertz2018-05-011-2/+2
* tcg: Document INDEX_mul[us]h_*Richard Henderson2018-05-011-0/+8
* tcg/mips: Handle large offsets from target env to tlb_tablePeter Maydell2018-04-161-7/+4Star
* tcg: Introduce tcg_set_insn_start_paramRichard Henderson2018-04-101-0/+10
* tcg: Mark muluh_i64 and mulsh_i64 as 64-bit opsRichard Henderson2018-03-281-2/+2
* tcg: Add choose_vector_sizeRichard Henderson2018-03-151-180/+260
* tcg/i386: Support INDEX_op_dup2_vec for -m32Richard Henderson2018-03-151-0/+9
* tcg: Improve tcg_gen_muli_i32/i64Richard Henderson2018-03-151-6/+18
* tcg/aarch64: Add vector operationsRichard Henderson2018-02-083-47/+569
* tcg/i386: Add vector operationsRichard Henderson2018-02-083-54/+987
* tcg/optimize: Handle vector opcodes during optimizeRichard Henderson2018-02-081-73/+77
* tcg: Add generic vector helpers with a scalar operandRichard Henderson2018-02-082-2/+418
* tcg: Add generic helpers for saturating arithmeticRichard Henderson2018-02-082-0/+102
* tcg: Add generic vector ops for multiplicationRichard Henderson2018-02-088-0/+62
* tcg: Add generic vector ops for comparisonsRichard Henderson2018-02-087-0/+189
* tcg: Add generic vector ops for constant shiftsRichard Henderson2018-02-088-0/+416
* tcg: Add generic vector expandersRichard Henderson2018-02-088-16/+1620
* tcg: Standardize integral arguments to expandersRichard Henderson2018-02-082-29/+29
* tcg: Add types and basic operations for host vectorsRichard Henderson2018-02-086-4/+541
* tcg: Allow multiple word entries into the constant poolRichard Henderson2018-02-081-21/+92
* tcg/ppc: Allow a 32-bit offset to the constant poolRichard Henderson2018-01-161-28/+39
* tcg/ppc: Support tlb offsets larger than 64kRichard Henderson2018-01-161-9/+8Star
* tcg/arm: Support tlb offsets larger than 64kRichard Henderson2018-01-161-13/+17
* tcg/arm: Fix double-word comparisonsRichard Henderson2018-01-161-26/+60
* tcg: Allow 6 arguments to TCG helpersRichard Henderson2017-12-293-7/+13
* tcg: Add tcg_signed_condRichard Henderson2017-12-291-0/+6
* tcg: Generalize TCGOp parametersRichard Henderson2017-12-293-17/+19
* tcg: Dynamically allocate TCGOpsRichard Henderson2017-12-294-136/+62Star
* tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson2017-12-293-15/+2Star
* tcg/s390x: Use constant pool for prologueRichard Henderson2017-11-031-32/+12Star
* tcg: Allow constant pool entries in the prologueRichard Henderson2017-11-031-7/+42
* tcg: Initialize cpu_env genericallyRichard Henderson2017-10-243-47/+24Star
* tcg: enable multiple TCG contexts in softmmuEmilio G. Cota2017-10-242-12/+141
* tcg: introduce regions to split code_gen_bufferEmilio G. Cota2017-10-242-2/+226
* tcg: allocate optimizer temps with tcg_mallocEmilio G. Cota2017-10-241-23/+19Star
* tcg: distribute profiling counters across TCGContext'sEmilio G. Cota2017-10-242-35/+113
* tcg: introduce **tcg_ctxs to keep track of all TCGContext'sEmilio G. Cota2017-10-241-0/+5
* gen-icount: fold exitreq_label into TCGContextEmilio G. Cota2017-10-241-0/+2