summaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-09tcg: Limit the number of ops in a TBRichard Henderson1-0/+3
2018-05-01tcg: workaround branch instruction overflow in tcg_out_qemu_ld/stLaurent Vivier1-1/+1
2018-05-01tcg: Improve TCGv_ptr supportRichard Henderson1-29/+2
2018-02-08tcg: Add generic vector ops for multiplicationRichard Henderson1-0/+2
2018-02-08tcg: Add generic vector ops for comparisonsRichard Henderson1-0/+2
2018-02-08tcg: Add generic vector ops for constant shiftsRichard Henderson1-0/+12
2018-02-08tcg: Add generic vector expandersRichard Henderson1-3/+10
2018-02-08tcg: Add types and basic operations for host vectorsRichard Henderson1-4/+92
2017-12-29tcg: Generalize TCGOp parametersRichard Henderson1-11/+11
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson1-78/+45
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson1-2/+2
2017-11-03tcg: Allow constant pool entries in the prologueRichard Henderson1-7/+42
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-24/+8
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota1-9/+137
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota1-2/+220
2017-10-24tcg: distribute profiling counters across TCGContext'sEmilio G. Cota1-18/+92
2017-10-24tcg: introduce **tcg_ctxs to keep track of all TCGContext'sEmilio G. Cota1-0/+5
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-10/+12
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson1-1/+1
2017-10-24tcg: Introduce temp_tcgv_{i32,i64,ptr}Richard Henderson1-42/+32
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson1-25/+25
2017-10-24tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson1-2/+2
2017-10-24tcg: Change temp_allocate_frame arg to TCGTempRichard Henderson1-5/+3
2017-10-24tcg: Avoid loops against variable boundsRichard Henderson1-17/+10
2017-10-24tcg: Use per-temp state data in livenessRichard Henderson1-109/+116
2017-10-24tcg: Introduce temp_arg, export temp_idxRichard Henderson1-13/+6
2017-10-24tcg: Add temp_global bit to TCGTempRichard Henderson1-3/+8
2017-10-24tcg: Introduce arg_tempRichard Henderson1-26/+25
2017-10-24tcg: Propagate TCGOp down to allocatorsRichard Henderson1-38/+37
2017-10-24tcg: Propagate args to op->args in tcg.cRichard Henderson1-63/+58
2017-10-24tcg: Merge opcode arguments into TCGOpRichard Henderson1-54/+44
2017-10-10tcg: define TCG_HIGHWATEREmilio G. Cota1-1/+3
2017-10-10tcg: take .helpers out of TCGContextEmilio G. Cota1-5/+5
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota1-2/+2
2017-09-17tcg: Remove tcg_regset_{or,and,andnot,not}Richard Henderson1-1/+1
2017-09-17tcg: Remove tcg_regset_setRichard Henderson1-4/+4
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson1-3/+2
2017-09-17tcg: Add tcg_op_supportedRichard Henderson1-3/+224
2017-09-07tcg: Infrastructure for managing constant poolsRichard Henderson1-0/+9
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson1-8/+9
2017-06-19tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota1-0/+20
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota1-0/+5
2017-01-10tcg: Allow an operand to be matching or a constantRichard Henderson1-31/+32
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson1-4/+8
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson1-58/+28
2017-01-10tcg: Add markup for output requires new registerRichard Henderson1-12/+22
2016-11-01log: Add locking to large logging blocksRichard Henderson1-0/+8
2016-10-24tcg: try sti when moving a constant into a dead memory tempPaolo Bonzini1-29/+27
2016-09-15tcg: Remove duplicate header includesThomas Huth1-2/+0
2016-08-05tcg: Lower indirect registers in a separate passRichard Henderson1-53/+253