aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
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
2016-10-24tcg: try sti when moving a constant into a dead memory tempPaolo Bonzini
2016-09-15tcg: Remove duplicate header includesThomas Huth
2016-08-05tcg: Lower indirect registers in a separate passRichard Henderson
2016-08-05tcg: Require liveness analysisRichard Henderson
2016-08-05tcg: Include liveness info in the dumpsRichard Henderson
2016-08-05tcg: Compress dead_temps and mem_temps into a single arrayRichard Henderson
2016-08-05tcg: Fold life data into TCGOpRichard Henderson
2016-08-05tcg: Reorg TCGOp chainingRichard Henderson
2016-08-05tcg: Compress liveness data to 16 bitsRichard Henderson
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin
2016-07-05tcg: Optimize spills of constantsRichard Henderson
2016-07-05tcg: Fix name for high-half registerRichard Henderson
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-04-21tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno
2016-04-21tcg: use tcg_debug_assert instead of assert (fix performance regression)Aurelien Jarno
2016-03-22qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée
2016-03-22tcg: pass down TranslationBlock to tcg_code_genAlex Bennée
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell
2016-02-23tcg: Allocate indirect_base temporaries in a different orderRichard Henderson
2016-02-23tcg: Implement indirect memory registersRichard Henderson
2016-02-23tcg: Work around clang bug wrt enum ranges, part 2Richard Henderson
2016-02-09tcg: Introduce temp_loadRichard Henderson
2016-02-09tcg: Change temp_save argument to TCGTempRichard Henderson
2016-02-09tcg: Change temp_sync argument to TCGTempRichard Henderson