summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-243-43/+46
* tcg: take tb_ctx out of TCGContextEmilio G. Cota2017-10-241-2/+0Star
* tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-242-5/+6
* tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota2017-10-241-1/+0Star
* tcg: Use offsets not indices for TCGv_*Richard Henderson2017-10-241-31/+33
* tcg: Remove TCGV_EQUAL*Richard Henderson2017-10-242-8/+2Star
* tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson2017-10-243-55/+29Star
* tcg: Introduce temp_tcgv_{i32,i64,ptr}Richard Henderson2017-10-242-47/+53
* tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson2017-10-244-79/+111
* tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson2017-10-242-4/+3Star
* tcg: Push tcg_ctx into generator functionsRichard Henderson2017-10-242-78/+69Star
* tcg: Use per-temp state data in optimizeRichard Henderson2017-10-242-182/+246
* tcg: Remove unused TCG_CALL_DUMMY_TCGVRichard Henderson2017-10-241-1/+0Star
* tcg: Change temp_allocate_frame arg to TCGTempRichard Henderson2017-10-241-5/+3Star
* tcg: Avoid loops against variable boundsRichard Henderson2017-10-241-17/+10Star
* tcg: Use per-temp state data in livenessRichard Henderson2017-10-242-109/+122
* tcg: Introduce temp_arg, export temp_idxRichard Henderson2017-10-242-13/+18
* tcg: Return NULL temp for TCG_CALL_DUMMY_ARGRichard Henderson2017-10-241-1/+1
* tcg: Add temp_global bit to TCGTempRichard Henderson2017-10-243-14/+24
* tcg: Introduce arg_tempRichard Henderson2017-10-243-28/+32