aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
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
2016-02-09tcg: Change temp_dead argument to TCGTempRichard Henderson
2016-02-09tcg: Change reg_to_temp to TCGTemp pointerRichard Henderson
2016-02-09tcg: Remove tcg_get_arg_str_i32/64Richard Henderson
2016-02-09tcg: More use of TCGReg where appropriateRichard Henderson
2016-02-09tcg: Work around clang bug wrt enum rangesRichard Henderson
2016-02-09tcg: Tidy temporary allocationRichard Henderson
2016-02-09tcg: Change ts->mem_reg to ts->mem_baseRichard Henderson
2016-02-09tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson
2016-02-09tcg: Remove lingering references to gen_opc_bufRichard Henderson
2016-02-09tcg: Respect highwater in tcg_out_tb_finalizeRichard Henderson
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-29tcg: Clean up includesPeter Maydell
2015-12-01tcg: Increase the highwater reservationRichard Henderson
2015-11-23tcg: Fix highwater checkJohn Clarke
2015-10-07tcg: Check for overflow via highwater markRichard Henderson
2015-10-07tcg: Emit prologue to the beginning of code_gen_bufferRichard Henderson
2015-10-07tcg: Remove tcg_gen_code_search_pcRichard Henderson
2015-10-07tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson
2015-10-07tcg: Allow extra data to be attached to insn_startRichard Henderson
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson
2015-09-16tcg: split tcg_op_defs to -commonPeter Crosthwaite
2015-09-11typofixes - v4Veres Lajos
2015-07-27tcg: mark temps as mem_coherent = 0 for mov with a constantAurelien Jarno
2015-07-27tcg: correctly mark dead inputs for mov with a constantAurelien Jarno
2015-06-09tcg: fix dead computation for repeated input argumentsAurelien Jarno
2015-06-09tcg: fix register allocation with two aliased dead inputsAurelien Jarno
2015-06-09tcg: Handle MO_AMASK in tcg_dump_opsRichard Henderson
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson
2015-03-13tcg: Use tcg_malloc to allocate TCGLabelRichard Henderson
2015-03-13tcg: Change generator-side labels to a pointerRichard Henderson
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson
2015-02-12tcg: Remove unused opcodesRichard Henderson
2015-02-12tcg: Remove opcodes instead of noping them outRichard Henderson
2015-02-12tcg: Put opcodes in a linked listRichard Henderson
2015-02-12tcg: Move some opcode generation functions out of lineRichard Henderson
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov
2014-08-24tcg: dump op count into qemu logzhanghailiang
2014-06-24tcg: mark tcg_out* and tcg_patch* with attribute 'unused'Peter Maydell
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson