Age | Commit message (Expand) | Author | Files | Lines |
2016-09-16 | tcg/tci: Add support for fence | Pranith Kumar | 1 | -0/+4 |
2016-05-20 | tci: do not include exec/exec-all.h | Paolo Bonzini | 1 | -1/+1 |
2016-05-12 | tcg: Clean up from 'next_tb' | Sergey Fedorov | 1 | -3/+3 |
2016-05-12 | tci: Make direct jump patching thread-safe | Sergey Fedorov | 1 | -1/+4 |
2016-04-07 | tci: Fix build regression | Stefan Weil | 1 | -19/+22 |
2016-02-04 | all: Clean up includes | Peter Maydell | 1 | -1/+1 |
2015-10-07 | tcg: Rename debug_insn_start to insn_start | Richard Henderson | 1 | -9/+0 |
2015-09-16 | tcg: Move tci_tb_ptr to -common | Peter Crosthwaite | 1 | -6/+0 |
2015-08-24 | tcg: implement real ext_i32_i64 and extu_i32_i64 ops | Aurelien Jarno | 1 | -2/+4 |
2015-06-09 | tcg: Mask TCGMemOp appropriately for indexing | Richard Henderson | 1 | -4/+4 |
2015-05-14 | tcg: Push merged memop+mmu_idx parameter to softmmu routines | Richard Henderson | 1 | -15/+14 |
2015-05-14 | tcg: Merge memop and mmu_idx parameters to qemu_ld/st | Richard Henderson | 1 | -10/+10 |
2015-02-12 | tcg: Remove unused opcodes | Richard Henderson | 1 | -13/+0 |
2014-06-05 | Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging | Peter Maydell | 1 | -0/+1 |
2014-06-05 | softmmu: introduce cpu_ldst.h | Paolo Bonzini | 1 | -0/+1 |
2014-06-04 | tci: Convert to new ldst opcodes | Richard Henderson | 1 | -146/+176 |
2014-04-18 | tci: Mask shift counts to avoid undefined behavior | Richard Henderson | 1 | -10/+10 |
2013-09-25 | misc: Use new rotate functions | Stefan Weil | 1 | -4/+4 |
2013-09-25 | tci: Add implementation of rotl_i64, rotr_i64 | Stefan Weil | 1 | -1/+9 |
2013-09-20 | tci: Fix qemu-alpha on 32 bit hosts (wrong assertions) | Stefan Weil | 1 | -12/+0 |
2013-09-02 | tcg: Change tcg_qemu_tb_exec return to uintptr_t | Richard Henderson | 1 | -2/+2 |
2013-04-11 | tci: Make tcg temporaries local to tcg_qemu_tb_exec | Richard Henderson | 1 | -0/+6 |
2013-04-11 | tci: Avoid code before declarations | Richard Henderson | 1 | -3/+4 |
2013-04-11 | tci: Use a local variable for env | Richard Henderson | 1 | -7/+1 |
2013-04-11 | tci: Use 32-bit signed offsets to loads/stores | Richard Henderson | 1 | -14/+22 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 1 | -1/+1 |
2012-11-24 | tci: Fix type of tci_read_label | Richard Henderson | 1 | -2/+2 |
2012-11-18 | tci: Support deposit operations | Stefan Weil | 1 | -0/+22 |
2012-10-06 | tcg: remove obsolete jmp op | Aurelien Jarno | 1 | -1/+0 |
2012-09-27 | tci: Fix for AREG0 free mode | Stefan Weil | 1 | -4/+9 |
2012-09-15 | Remove unused CONFIG_TCG_PASS_AREG0 and dead code | Blue Swirl | 1 | -12/+0 |
2012-06-22 | tci: Support INDEX_op_bswap64_i64 | Stefan Weil | 1 | -1/+0 |
2012-05-08 | tci: Fix wrong macro name for debug code | Stefan Weil | 1 | -1/+1 |
2012-04-21 | tci: GETPC() macro must return an uintptr_t | Stefan Weil | 1 | -2/+2 |
2012-04-07 | tci: Support targets with CONFIG_TCG_PASS_AREG0 (fix broken build) | Stefan Weil | 1 | -12/+23 |
2012-03-17 | w64: Fix data type of next_tb and tcg_qemu_tb_exec | Stefan Weil | 1 | -2/+2 |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 1 | -2/+2 |
2011-11-14 | tcg: Standardize on TCGReg as the enum for hard registers | Richard Henderson | 1 | -19/+19 |
2011-10-31 | tcg: Add interpreter for bytecode | Stefan Weil | 1 | -0/+1208 |