summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg: Lower indirect registers in a separate passRichard Henderson2016-08-053-82/+259
* tcg: Require liveness analysisRichard Henderson2016-08-051-21/+0Star
* tcg: Include liveness info in the dumpsRichard Henderson2016-08-051-21/+47
* tcg: Compress dead_temps and mem_temps into a single arrayRichard Henderson2016-08-051-59/+60
* tcg: Fold life data into TCGOpRichard Henderson2016-08-052-18/+17Star
* tcg: Reorg TCGOp chainingRichard Henderson2016-08-054-37/+30Star
* tcg: Compress liveness data to 16 bitsRichard Henderson2016-08-052-42/+32Star
* compiler: never omit assertions if using a static analysis toolPaolo Bonzini2016-07-171-1/+1
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-2/+1Star
* tcg: Clean up tcg-target.h header guardsMarkus Armbruster2016-07-128-17/+24
* tcg: Improve the alignment check infrastructureSergey Sorokin2016-07-067-40/+123
* tcg: Optimize spills of constantsRichard Henderson2016-07-0610-81/+169
* tcg: Fix name for high-half registerRichard Henderson2016-07-061-1/+1
* trace: [all] Add "guest_mem_before" eventLluís Vilanova2016-06-201-0/+10
* exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova2016-06-201-0/+4
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-192-0/+6
* exec: extract exec/tb-context.hPaolo Bonzini2016-05-193-1/+25
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-193-2/+4
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* tcg: Clean up from 'next_tb'Sergey Fedorov2016-05-131-9/+10
* tcg: Allow goto_tb to any target PC in user modeSergey Fedorov2016-05-131-3/+6
* tcg: Clean up direct block chaining safety checksSergey Fedorov2016-05-131-0/+10
* tcg: Clean up direct block chaining data fieldsSergey Fedorov2016-05-1310-38/+41
* tcg/mips: Make direct jump patching thread-safeSergey Fedorov2016-05-131-2/+1Star
* tcg/sparc: Make direct jump patching thread-safeSergey Fedorov2016-05-131-1/+1
* tcg/aarch64: Make direct jump patching thread-safeSergey Fedorov2016-05-131-1/+13
* tcg/arm: Make direct jump patching thread-safeSergey Fedorov2016-05-131-0/+18
* tcg/s390: Make direct jump patching thread-safeSergey Fedorov2016-05-131-0/+8
* tcg/i386: Make direct jump patching thread-safeSergey Fedorov2016-05-131-0/+23
* tcg/ppc: Make direct jump patching thread-safeSergey Fedorov2016-05-131-4/+18
* tci: Make direct jump patching thread-safeSergey Fedorov2016-05-131-0/+2
* tcg: Add tcg_set_insn_paramEdgar E. Iglesias2016-05-121-0/+6
* tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno2016-04-2110-17/+12Star
* tcg: use tcg_debug_assert instead of assert (fix performance regression)Aurelien Jarno2016-04-2111-93/+93
* tcg/mips: Fix type of tcg_target_reg_alloc_order[]James Hogan2016-04-051-1/+1
* qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée2016-03-221-2/+4
* tcg: pass down TranslationBlock to tcg_code_genAlex Bennée2016-03-222-4/+4
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* tcg: Move definition of type TCGvLluís Vilanova2016-03-012-2/+7
* tcg: Add type for vCPU pointersLluís Vilanova2016-03-011-0/+1
* tcg: Remove unnecessary osdep.h includes from tcg-target.inc.cPeter Maydell2016-02-238-8/+0Star
* tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell2016-02-2313-8/+10
* tcg: Allocate indirect_base temporaries in a different orderRichard Henderson2016-02-231-11/+32
* tcg: Implement indirect memory registersRichard Henderson2016-02-232-29/+68
* tcg: Work around clang bug wrt enum ranges, part 2Richard Henderson2016-02-231-1/+1
* all: Clean up includesPeter Maydell2016-02-231-1/+0Star
* tcg: Introduce temp_loadRichard Henderson2016-02-091-64/+52Star
* tcg: Change temp_save argument to TCGTempRichard Henderson2016-02-091-9/+7Star
* tcg: Change temp_sync argument to TCGTempRichard Henderson2016-02-091-27/+28
* tcg: Change temp_dead argument to TCGTempRichard Henderson2016-02-091-25/+23Star