aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2016-09-20tcg/i386: Extend TARGET_PAGE_MASK to the proper typeRichard Henderson
2016-09-16tcg: Optimize fence instructionsPranith Kumar
2016-09-16tcg/tci: Add support for fencePranith Kumar
2016-09-16tcg/sparc: Add support for fencePranith Kumar
2016-09-16tcg/s390: Add support for fencePranith Kumar
2016-09-16tcg/ppc: Add support for fencePranith Kumar
2016-09-16tcg/mips: Add support for fencePranith Kumar
2016-09-16tcg/ia64: Add support for fencePranith Kumar
2016-09-16tcg/arm: Add support for fencePranith Kumar
2016-09-16tcg/aarch64: Add support for fencePranith Kumar
2016-09-16tcg/i386: Add support for fencePranith Kumar
2016-09-16Introduce TCGOpcode for memory barrierPranith Kumar
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson
2016-09-15Remove unused function declarationsLadi Prosek
2016-09-15tcg: Remove duplicate header includesThomas Huth
2016-09-15Remove remainders of HPPA backendThomas 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-17compiler: never omit assertions if using a static analysis toolPaolo Bonzini
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-07-12tcg: Clean up tcg-target.h header guardsMarkus Armbruster
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-06-20trace: [all] Add "guest_mem_before" eventLluís Vilanova
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19exec: extract exec/tb-context.hPaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-18Fix some typos found by codespellStefan Weil
2016-05-12tcg: Clean up from 'next_tb'Sergey Fedorov
2016-05-12tcg: Allow goto_tb to any target PC in user modeSergey Fedorov
2016-05-12tcg: Clean up direct block chaining safety checksSergey Fedorov
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov
2016-05-12tcg/mips: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/sparc: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/aarch64: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/arm: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/s390: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/i386: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/ppc: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tci: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg: Add tcg_set_insn_paramEdgar E. Iglesias
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