summaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-05tcg: Require liveness analysisRichard Henderson1-21/+0
2016-08-05tcg: Include liveness info in the dumpsRichard Henderson1-21/+47
2016-08-05tcg: Compress dead_temps and mem_temps into a single arrayRichard Henderson1-59/+60
2016-08-05tcg: Fold life data into TCGOpRichard Henderson1-6/+3
2016-08-05tcg: Reorg TCGOp chainingRichard Henderson1-20/+15
2016-08-05tcg: Compress liveness data to 16 bitsRichard Henderson1-36/+22
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin1-8/+18
2016-07-05tcg: Optimize spills of constantsRichard Henderson1-74/+91
2016-07-05tcg: Fix name for high-half registerRichard Henderson1-1/+1
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+5
2016-04-21tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno1-7/+2
2016-04-21tcg: use tcg_debug_assert instead of assert (fix performance regression)Aurelien Jarno1-18/+18
2016-03-22qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée1-2/+4
2016-03-22tcg: pass down TranslationBlock to tcg_code_genAlex Bennée1-3/+3
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell1-3/+4
2016-02-23tcg: Allocate indirect_base temporaries in a different orderRichard Henderson1-11/+32
2016-02-23tcg: Implement indirect memory registersRichard Henderson1-29/+66
2016-02-23tcg: Work around clang bug wrt enum ranges, part 2Richard Henderson1-1/+1
2016-02-09tcg: Introduce temp_loadRichard Henderson1-64/+52
2016-02-09tcg: Change temp_save argument to TCGTempRichard Henderson1-9/+7
2016-02-09tcg: Change temp_sync argument to TCGTempRichard Henderson1-27/+28
2016-02-09tcg: Change temp_dead argument to TCGTempRichard Henderson1-25/+23
2016-02-09tcg: Change reg_to_temp to TCGTemp pointerRichard Henderson1-59/+54
2016-02-09tcg: Remove tcg_get_arg_str_i32/64Richard Henderson1-10/+0
2016-02-09tcg: More use of TCGReg where appropriateRichard Henderson1-11/+15
2016-02-09tcg: Work around clang bug wrt enum rangesRichard Henderson1-6/+6
2016-02-09tcg: Tidy temporary allocationRichard Henderson1-67/+56
2016-02-09tcg: Change ts->mem_reg to ts->mem_baseRichard Henderson1-29/+36
2016-02-09tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson1-17/+4
2016-02-09tcg: Remove lingering references to gen_opc_bufRichard Henderson1-2/+1
2016-02-09tcg: Respect highwater in tcg_out_tb_finalizeRichard Henderson1-7/+5
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-29tcg: Clean up includesPeter Maydell1-1/+1
2015-12-01tcg: Increase the highwater reservationRichard Henderson1-1/+5
2015-11-23tcg: Fix highwater checkJohn Clarke1-1/+1
2015-10-07tcg: Check for overflow via highwater markRichard Henderson1-3/+11
2015-10-07tcg: Emit prologue to the beginning of code_gen_bufferRichard Henderson1-7/+28
2015-10-07tcg: Remove tcg_gen_code_search_pcRichard Henderson1-40/+19
2015-10-07tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson1-14/+26
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson1-1/+10
2015-10-07tcg: Allow extra data to be attached to insn_startRichard Henderson1-6/+7