Age | Commit message (Expand) | Author |
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 |
2016-05-12 | tcg: Clean up direct block chaining safety checks | Sergey Fedorov |
2016-05-12 | tcg: Clean up direct block chaining data fields | Sergey Fedorov |
2016-05-12 | tcg/mips: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/sparc: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/aarch64: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/arm: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/s390: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/i386: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/ppc: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tci: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg: Add tcg_set_insn_param | Edgar E. Iglesias |
2016-04-21 | tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG | Aurelien Jarno |
2016-04-21 | tcg: use tcg_debug_assert instead of assert (fix performance regression) | Aurelien Jarno |
2016-04-05 | tcg/mips: Fix type of tcg_target_reg_alloc_order[] | James Hogan |
2016-03-22 | qemu-log: dfilter-ise exec, out_asm, op and opt_op | Alex Bennée |
2016-03-22 | tcg: pass down TranslationBlock to tcg_code_gen | Alex Bennée |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-01 | tcg: Move definition of type TCGv | Lluís Vilanova |
2016-03-01 | tcg: Add type for vCPU pointers | Lluís Vilanova |
2016-02-23 | tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c | Peter Maydell |
2016-02-23 | tcg: Rename tcg-target.c to tcg-target.inc.c | Peter Maydell |
2016-02-23 | tcg: Allocate indirect_base temporaries in a different order | Richard Henderson |
2016-02-23 | tcg: Implement indirect memory registers | Richard Henderson |
2016-02-23 | tcg: Work around clang bug wrt enum ranges, part 2 | Richard Henderson |
2016-02-23 | all: Clean up includes | Peter Maydell |
2016-02-09 | tcg: Introduce temp_load | Richard Henderson |
2016-02-09 | tcg: Change temp_save argument to TCGTemp | Richard Henderson |
2016-02-09 | tcg: Change temp_sync argument to TCGTemp | Richard Henderson |
2016-02-09 | tcg: Change temp_dead argument to TCGTemp | Richard Henderson |