summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2016-05-12tcg: Clean up direct block chaining safety checksSergey Fedorov1-0/+10
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov10-38/+41
2016-05-12tcg/mips: Make direct jump patching thread-safeSergey Fedorov1-2/+1
2016-05-12tcg/sparc: Make direct jump patching thread-safeSergey Fedorov1-1/+1
2016-05-12tcg/aarch64: Make direct jump patching thread-safeSergey Fedorov1-1/+13
2016-05-12tcg/arm: Make direct jump patching thread-safeSergey Fedorov1-0/+18
2016-05-12tcg/s390: Make direct jump patching thread-safeSergey Fedorov1-0/+8
2016-05-12tcg/i386: Make direct jump patching thread-safeSergey Fedorov1-0/+23
2016-05-12tcg/ppc: Make direct jump patching thread-safeSergey Fedorov1-4/+18
2016-05-12tci: Make direct jump patching thread-safeSergey Fedorov1-0/+2
2016-05-12tcg: Add tcg_set_insn_paramEdgar E. Iglesias1-0/+6
2016-04-21tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno10-17/+12
2016-04-21tcg: use tcg_debug_assert instead of assert (fix performance regression)Aurelien Jarno11-93/+93
2016-04-05tcg/mips: Fix type of tcg_target_reg_alloc_order[]James Hogan1-1/+1
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ée2-4/+4
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-01tcg: Move definition of type TCGvLluís Vilanova2-2/+7
2016-03-01tcg: Add type for vCPU pointersLluís Vilanova1-0/+1
2016-02-23tcg: Remove unnecessary osdep.h includes from tcg-target.inc.cPeter Maydell8-8/+0
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell13-8/+10
2016-02-23tcg: Allocate indirect_base temporaries in a different orderRichard Henderson1-11/+32
2016-02-23tcg: Implement indirect memory registersRichard Henderson2-29/+68
2016-02-23tcg: Work around clang bug wrt enum ranges, part 2Richard Henderson1-1/+1
2016-02-23all: Clean up includesPeter Maydell1-1/+0
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 Henderson2-62/+57
2016-02-09tcg: Remove tcg_get_arg_str_i32/64Richard Henderson2-15/+0
2016-02-09tcg: More use of TCGReg where appropriateRichard Henderson2-15/+19
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 Henderson2-31/+38
2016-02-09tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson2-25/+34
2016-02-09tcg: Remove lingering references to gen_opc_bufRichard Henderson1-2/+1
2016-02-09tcg: Respect highwater in tcg_out_tb_finalizeRichard Henderson4-10/+27
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-29tcg: Clean up includesPeter Maydell12-12/+12
2015-12-01tcg: Increase the highwater reservationRichard Henderson1-1/+5
2015-11-23tcg: Fix highwater checkJohn Clarke1-1/+1
2015-10-19tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZJames Hogan1-6/+37
2015-10-19tcg/mips: Support r6 multiply/divide encodingsJames Hogan2-3/+43
2015-10-19tcg/mips: Support r6 JR encodingJames Hogan1-1/+4
2015-10-19tcg/mips: Add use_mips32r6_instructions definitionJames Hogan1-0/+7
2015-10-19tcg-opc.h: Simplify insn_start defJames Hogan1-8/+5
2015-10-19tcg/ppc: Prefer mask over andi.Richard Henderson1-10/+10
2015-10-19tcg/ppc: Revise goto_tb implementationRichard Henderson1-11/+38
2015-10-19tcg/ppc: Adjust exit_tb for change in prologue placementRichard Henderson1-6/+4