Age | Commit message (Expand) | Author | Files | Lines |
2016-10-24 | tcg: try sti when moving a constant into a dead memory temp | Paolo Bonzini | 1 | -29/+27 |
2016-10-07 | qemu-tech: move text from qemu-tech to tcg/README | Paolo Bonzini | 1 | -0/+5 |
2016-10-04 | tcg/optimize: move default return out of if statement | Alex Bennée | 1 | -2/+1 |
2016-09-20 | tcg/i386: Extend TARGET_PAGE_MASK to the proper type | Richard Henderson | 1 | -1/+1 |
2016-09-16 | tcg: Optimize fence instructions | Pranith Kumar | 1 | -0/+39 |
2016-09-16 | tcg/tci: Add support for fence | Pranith Kumar | 1 | -0/+3 |
2016-09-16 | tcg/sparc: Add support for fence | Pranith Kumar | 1 | -0/+13 |
2016-09-16 | tcg/s390: Add support for fence | Pranith Kumar | 1 | -0/+11 |
2016-09-16 | tcg/ppc: Add support for fence | Pranith Kumar | 1 | -0/+21 |
2016-09-16 | tcg/mips: Add support for fence | Pranith Kumar | 1 | -0/+30 |
2016-09-16 | tcg/ia64: Add support for fence | Pranith Kumar | 1 | -0/+5 |
2016-09-16 | tcg/arm: Add support for fence | Pranith Kumar | 1 | -0/+18 |
2016-09-16 | tcg/aarch64: Add support for fence | Pranith Kumar | 1 | -0/+22 |
2016-09-16 | tcg/i386: Add support for fence | Pranith Kumar | 1 | -0/+17 |
2016-09-16 | Introduce TCGOpcode for memory barrier | Pranith Kumar | 5 | -0/+55 |
2016-09-16 | tcg: Support arbitrary size + alignment | Richard Henderson | 9 | -104/+120 |
2016-09-15 | Remove unused function declarations | Ladi Prosek | 1 | -2/+0 |
2016-09-15 | tcg: Remove duplicate header includes | Thomas Huth | 1 | -2/+0 |
2016-09-15 | Remove remainders of HPPA backend | Thomas Huth | 1 | -1/+1 |
2016-08-05 | tcg: Lower indirect registers in a separate pass | Richard Henderson | 3 | -82/+259 |
2016-08-05 | tcg: Require liveness analysis | Richard Henderson | 1 | -21/+0 |
2016-08-05 | tcg: Include liveness info in the dumps | Richard Henderson | 1 | -21/+47 |
2016-08-05 | tcg: Compress dead_temps and mem_temps into a single array | Richard Henderson | 1 | -59/+60 |
2016-08-05 | tcg: Fold life data into TCGOp | Richard Henderson | 2 | -18/+17 |
2016-08-05 | tcg: Reorg TCGOp chaining | Richard Henderson | 4 | -37/+30 |
2016-08-05 | tcg: Compress liveness data to 16 bits | Richard Henderson | 2 | -42/+32 |
2016-07-17 | compiler: never omit assertions if using a static analysis tool | Paolo Bonzini | 1 | -1/+1 |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster | 1 | -2/+1 |
2016-07-12 | tcg: Clean up tcg-target.h header guards | Markus Armbruster | 8 | -17/+24 |
2016-07-05 | tcg: Improve the alignment check infrastructure | Sergey Sorokin | 7 | -40/+123 |
2016-07-05 | tcg: Optimize spills of constants | Richard Henderson | 10 | -81/+169 |
2016-07-05 | tcg: Fix name for high-half register | Richard Henderson | 1 | -1/+1 |
2016-06-20 | trace: [all] Add "guest_mem_before" event | Lluís Vilanova | 1 | -0/+10 |
2016-06-20 | exec: [tcg] Track which vCPU is performing translation and execution | Lluís Vilanova | 1 | -0/+4 |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini | 2 | -0/+6 |
2016-05-19 | exec: extract exec/tb-context.h | Paolo Bonzini | 3 | -1/+25 |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 3 | -2/+4 |
2016-05-18 | Fix some typos found by codespell | Stefan Weil | 1 | -1/+1 |
2016-05-12 | tcg: Clean up from 'next_tb' | Sergey Fedorov | 1 | -9/+10 |
2016-05-12 | tcg: Allow goto_tb to any target PC in user mode | Sergey Fedorov | 1 | -3/+6 |
2016-05-12 | tcg: Clean up direct block chaining safety checks | Sergey Fedorov | 1 | -0/+10 |
2016-05-12 | tcg: Clean up direct block chaining data fields | Sergey Fedorov | 10 | -38/+41 |
2016-05-12 | tcg/mips: Make direct jump patching thread-safe | Sergey Fedorov | 1 | -2/+1 |
2016-05-12 | tcg/sparc: Make direct jump patching thread-safe | Sergey Fedorov | 1 | -1/+1 |
2016-05-12 | tcg/aarch64: Make direct jump patching thread-safe | Sergey Fedorov | 1 | -1/+13 |
2016-05-12 | tcg/arm: Make direct jump patching thread-safe | Sergey Fedorov | 1 | -0/+18 |
2016-05-12 | tcg/s390: Make direct jump patching thread-safe | Sergey Fedorov | 1 | -0/+8 |
2016-05-12 | tcg/i386: Make direct jump patching thread-safe | Sergey Fedorov | 1 | -0/+23 |
2016-05-12 | tcg/ppc: Make direct jump patching thread-safe | Sergey Fedorov | 1 | -4/+18 |
2016-05-12 | tci: Make direct jump patching thread-safe | Sergey Fedorov | 1 | -0/+2 |