aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
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
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