Age | Commit message (Expand) | Author |
2016-11-01 | tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extension | Joseph Myers |
2016-11-01 | tcg/tcg.h: Improve documentation of TCGv_i32 etc types | Peter Maydell |
2016-11-01 | tcg: Add tcg_gen_mulsu2_{i32,i64,tl} | Richard Henderson |
2016-11-01 | log: Add locking to large logging blocks | Richard Henderson |
2016-10-31 | tcg: comment on which functions have to be called with tb_lock held | Paolo Bonzini |
2016-10-26 | tcg: Emit barriers with parallel_cpus | Richard Henderson |
2016-10-26 | tcg: Add CONFIG_ATOMIC64 | Richard Henderson |
2016-10-26 | tcg: Add atomic128 helpers | Richard Henderson |
2016-10-26 | tcg: Add atomic helpers | Richard Henderson |
2016-10-26 | tcg: Add EXCP_ATOMIC | Richard Henderson |
2016-10-24 | tcg: try sti when moving a constant into a dead memory temp | Paolo Bonzini |
2016-10-07 | qemu-tech: move text from qemu-tech to tcg/README | Paolo Bonzini |
2016-10-04 | tcg/optimize: move default return out of if statement | Alex Bennée |
2016-09-20 | tcg/i386: Extend TARGET_PAGE_MASK to the proper type | Richard Henderson |
2016-09-16 | tcg: Optimize fence instructions | Pranith Kumar |
2016-09-16 | tcg/tci: Add support for fence | Pranith Kumar |
2016-09-16 | tcg/sparc: Add support for fence | Pranith Kumar |
2016-09-16 | tcg/s390: Add support for fence | Pranith Kumar |
2016-09-16 | tcg/ppc: Add support for fence | Pranith Kumar |
2016-09-16 | tcg/mips: Add support for fence | Pranith Kumar |
2016-09-16 | tcg/ia64: Add support for fence | Pranith Kumar |
2016-09-16 | tcg/arm: Add support for fence | Pranith Kumar |
2016-09-16 | tcg/aarch64: Add support for fence | Pranith Kumar |
2016-09-16 | tcg/i386: Add support for fence | Pranith Kumar |
2016-09-16 | Introduce TCGOpcode for memory barrier | Pranith Kumar |
2016-09-16 | tcg: Support arbitrary size + alignment | Richard Henderson |
2016-09-15 | Remove unused function declarations | Ladi Prosek |
2016-09-15 | tcg: Remove duplicate header includes | Thomas Huth |
2016-09-15 | Remove remainders of HPPA backend | Thomas Huth |
2016-08-05 | tcg: Lower indirect registers in a separate pass | Richard Henderson |
2016-08-05 | tcg: Require liveness analysis | Richard Henderson |
2016-08-05 | tcg: Include liveness info in the dumps | Richard Henderson |
2016-08-05 | tcg: Compress dead_temps and mem_temps into a single array | Richard Henderson |
2016-08-05 | tcg: Fold life data into TCGOp | Richard Henderson |
2016-08-05 | tcg: Reorg TCGOp chaining | Richard Henderson |
2016-08-05 | tcg: Compress liveness data to 16 bits | Richard Henderson |
2016-07-17 | compiler: never omit assertions if using a static analysis tool | Paolo Bonzini |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2016-07-12 | tcg: Clean up tcg-target.h header guards | Markus Armbruster |
2016-07-05 | tcg: Improve the alignment check infrastructure | Sergey Sorokin |
2016-07-05 | tcg: Optimize spills of constants | Richard Henderson |
2016-07-05 | tcg: Fix name for high-half register | Richard Henderson |
2016-06-20 | trace: [all] Add "guest_mem_before" event | Lluís Vilanova |
2016-06-20 | exec: [tcg] Track which vCPU is performing translation and execution | Lluís Vilanova |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini |
2016-05-19 | exec: extract exec/tb-context.h | Paolo Bonzini |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-05-12 | tcg: Clean up from 'next_tb' | Sergey Fedorov |
2016-05-12 | tcg: Allow goto_tb to any target PC in user mode | Sergey Fedorov |