summaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson1-3/+3
2015-09-16tcg: split tcg_op_defs to -commonPeter Crosthwaite1-7/+1
2015-09-11typofixes - v4Veres Lajos1-2/+2
2015-07-27tcg: mark temps as mem_coherent = 0 for mov with a constantAurelien Jarno1-0/+1
2015-07-27tcg: correctly mark dead inputs for mov with a constantAurelien Jarno1-0/+3
2015-06-09tcg: fix dead computation for repeated input argumentsAurelien Jarno1-3/+11
2015-06-09tcg: fix register allocation with two aliased dead inputsAurelien Jarno1-0/+10
2015-06-09tcg: Handle MO_AMASK in tcg_dump_opsRichard Henderson1-3/+12
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson1-5/+11
2015-03-13tcg: Use tcg_malloc to allocate TCGLabelRichard Henderson1-13/+18
2015-03-13tcg: Change generator-side labels to a pointerRichard Henderson1-6/+3
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson1-2/+3
2015-02-12tcg: Remove unused opcodesRichard Henderson1-5/+2
2015-02-12tcg: Remove opcodes instead of noping them outRichard Henderson1-4/+24
2015-02-12tcg: Put opcodes in a linked listRichard Henderson1-219/+157
2015-02-12tcg: Move some opcode generation functions out of lineRichard Henderson1-137/+0
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov1-4/+8
2014-08-24tcg: dump op count into qemu logzhanghailiang1-4/+2