summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2016-08-05tcg: Lower indirect registers in a separate passRichard Henderson3-82/+259
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 Henderson2-18/+17
2016-08-05tcg: Reorg TCGOp chainingRichard Henderson4-37/+30
2016-08-05tcg: Compress liveness data to 16 bitsRichard Henderson2-42/+32
2016-07-17compiler: never omit assertions if using a static analysis toolPaolo Bonzini1-1/+1
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-2/+1
2016-07-12tcg: Clean up tcg-target.h header guardsMarkus Armbruster8-17/+24
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin7-40/+123
2016-07-05tcg: Optimize spills of constantsRichard Henderson10-81/+169
2016-07-05tcg: Fix name for high-half registerRichard Henderson1-1/+1
2016-06-20trace: [all] Add "guest_mem_before" eventLluís Vilanova1-0/+10
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova1-0/+4
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2-0/+6
2016-05-19exec: extract exec/tb-context.hPaolo Bonzini3-1/+25
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini3-2/+4
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-05-12tcg: Clean up from 'next_tb'Sergey Fedorov1-9/+10
2016-05-12tcg: Allow goto_tb to any target PC in user modeSergey Fedorov1-3/+6
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