aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
2018-06-15tcg: Reduce max TB opcode countRichard Henderson
2018-06-15tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota
2018-05-09tcg: Limit the number of ops in a TBRichard Henderson
2018-05-01tcg: workaround branch instruction overflow in tcg_out_qemu_ld/stLaurent Vivier
2018-05-01tcg: Improve TCGv_ptr supportRichard 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: Add types and basic operations for host vectorsRichard 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: 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: 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-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
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
2017-10-24tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson
2017-10-24tcg: Change temp_allocate_frame arg to TCGTempRichard Henderson
2017-10-24tcg: Avoid loops against variable boundsRichard Henderson
2017-10-24tcg: Use per-temp state data in livenessRichard Henderson
2017-10-24tcg: Introduce temp_arg, export temp_idxRichard Henderson
2017-10-24tcg: Add temp_global bit to TCGTempRichard Henderson
2017-10-24tcg: Introduce arg_tempRichard Henderson
2017-10-24tcg: Propagate TCGOp down to allocatorsRichard Henderson
2017-10-24tcg: Propagate args to op->args in tcg.cRichard Henderson
2017-10-24tcg: Merge opcode arguments into TCGOpRichard Henderson
2017-10-10tcg: define TCG_HIGHWATEREmilio G. Cota
2017-10-10tcg: take .helpers out of TCGContextEmilio G. Cota
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota
2017-09-17tcg: Remove tcg_regset_{or,and,andnot,not}Richard Henderson
2017-09-17tcg: Remove tcg_regset_setRichard Henderson
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson
2017-09-17tcg: Add tcg_op_supportedRichard Henderson
2017-09-07tcg: Infrastructure for managing constant poolsRichard Henderson
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson
2017-06-19tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota
2017-01-10tcg: Allow an operand to be matching or a constantRichard Henderson
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson
2017-01-10tcg: Add markup for output requires new registerRichard Henderson
2016-11-01log: Add locking to large logging blocksRichard Henderson