- ed30e7b tcg: Make tcg/helper-info.h self-contained by Richard Henderson · 12 months ago
- 23c5692 tcg/tci: Support TCG_COND_TST{EQ,NE} by Richard Henderson · 1 year, 4 months ago
- b701f19 tcg: Remove TCG_TARGET_HAS_neg_{i32,i64} by Richard Henderson · 1 year, 4 months ago
- ab64da7 tcg/tci: Adjust passing of MemOpIdx by Richard Henderson · 1 year, 9 months ago
- ad3d0e4 tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h by Richard Henderson · 1 year, 11 months ago
- dd7dc93 tcg/tci: Elimnate TARGET_LONG_BITS, target_ulong by Richard Henderson · 2 years ago
- fecccfc tcg: Split INDEX_op_qemu_{ld,st}* for guest address size by Richard Henderson · 1 year, 9 months ago
- 0bbf501 tcg/tci: Use helper_{ld,st}*_mmu for user-only by Richard Henderson · 2 years ago
- 0cadc1e tcg: Unify helper_{be,le}_{ld,st}* by Richard Henderson · 2 years, 4 months ago
- bfe7bf8 Don't include headers already included by qemu/osdep.h by Markus Armbruster · 2 years, 1 month ago
- e9709e1 tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128 by Richard Henderson · 2 years, 4 months ago
- 896c76e tcg/tci: Fix big-endian return register ordering by Richard Henderson · 2 years, 4 months ago
- 7789b16 tci: MAX_OPC_PARAM_IARGS is no longer used by Richard Henderson · 2 years, 4 months ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
- fe1bee3 tcg/tci: Support raising sigbus for user-only by Richard Henderson · 3 years, 7 months ago
- fc313c6 exec/memop: Adding signedness to quad definitions by Frédéric Pétrot · 3 years, 2 months ago
- d2ba802 tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h by Richard Henderson · 3 years, 7 months ago
- 9002ffc tcg: Rename TCGMemOpIdx to MemOpIdx by Richard Henderson · 3 years, 7 months ago
- 0d57d36 tcg/tci: Support bswap flags by Richard Henderson · 3 years, 9 months ago
- 2fc6f16 tcg/tci: Use {set,clear}_helper_retaddr by Richard Henderson · 3 years, 9 months ago
- d1b1348 tcg/tci: Remove the qemu_ld/st_type macros by Richard Henderson · 3 years, 9 months ago
- 5183f20 Revert "tcg/tci: Use exec/cpu_ldst.h interfaces" by Richard Henderson · 3 years, 9 months ago
- 69acc02 tcg/tci: Split out tci_qemu_ld, tci_qemu_st by Richard Henderson · 3 years, 9 months ago
- 08096b1 tcg/tci: Implement add2, sub2 by Richard Henderson · 4 years, 1 month ago
- f6db0d8 tcg/tci: Implement mulu2, muls2 by Richard Henderson · 4 years, 1 month ago
- 5255f48 tcg/tci: Implement clz, ctz, ctpop by Richard Henderson · 4 years, 1 month ago
- 0f10d7c tcg/tci: Implement extract, sextract by Richard Henderson · 4 years, 1 month ago
- a81520b tcg/tci: Implement andc, orc, eqv, nand, nor by Richard Henderson · 4 years, 1 month ago
- df093c1 tcg/tci: Implement movcond by Richard Henderson · 4 years, 1 month ago
- 6eea043 tcg/tci: Implement goto_ptr by Richard Henderson · 4 years, 1 month ago
- 6508988 tcg/tci: Change encoding to uint32_t units by Richard Henderson · 4 years, 1 month ago
- 7e00a08 tcg/tci: Remove tci_write_reg by Richard Henderson · 4 years, 1 month ago
- fc8ec9e tcg/tci: Emit setcond before brcond by Richard Henderson · 4 years, 1 month ago
- 7b7d8b2 tcg/tci: Use ffi for calls by Richard Henderson · 4 years, 1 month ago
- 59964b4 tcg/tci: Implement the disassembler properly by Richard Henderson · 4 years, 1 month ago
- 92bc4fa tcg/tci: Hoist op_size checking into tci_args_* by Richard Henderson · 4 years, 1 month ago
- 63041ed tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm} by Richard Henderson · 4 years, 1 month ago
- 00e338f tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits by Richard Henderson · 4 years, 1 month ago
- 79dd3a4 tcg/tci: Clean up deposit operations by Richard Henderson · 4 years, 1 month ago
- cbe8713 tcg/tci: Split out tci_args_rrrr by Richard Henderson · 4 years, 1 month ago
- 120402b tcg/tci: Split out tci_args_rrrrrr by Richard Henderson · 4 years, 1 month ago
- 1670a2b tcg/tci: Reuse tci_args_l for goto_tb by Richard Henderson · 4 years, 1 month ago
- 158d387 tcg/tci: Reuse tci_args_l for exit_tb by Richard Henderson · 4 years, 1 month ago
- 2ed8a38 tcg/tci: Reuse tci_args_l for calls. by Richard Henderson · 4 years, 1 month ago
- b95aa12 tcg/tci: Split out tci_args_ri and tci_args_rI by Richard Henderson · 4 years, 1 month ago
- 5a0adf3 tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl by Richard Henderson · 4 years, 1 month ago
- 817cadd tcg/tci: Split out tci_args_rrrrrc by Richard Henderson · 4 years, 1 month ago
- f28ca03 tcg/tci: Split out tci_args_l by Richard Henderson · 4 years, 1 month ago
- 963e9fa tcg/tci: Split out tci_args_rrrc by Richard Henderson · 4 years, 1 month ago
- e85e4b8 tcg/tci: Split out tci_args_rrr by Richard Henderson · 4 years, 1 month ago
- fc4a62f tcg/tci: Split out tci_args_rr by Richard Henderson · 4 years, 1 month ago
- cdd9799 tcg/tci: Split out tci_args_rrs by Richard Henderson · 4 years, 1 month ago
- adaa9a2 tcg/tci: Rename tci_read_r to tci_read_rval by Richard Henderson · 4 years, 1 month ago
- dbcbda2 tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64 by Richard Henderson · 4 years, 1 month ago
- 9e9acb7 tcg/tci: Merge mov, not and neg operations by Richard Henderson · 4 years, 1 month ago
- fe2b13b tcg/tci: Merge bswap operations by Richard Henderson · 4 years, 1 month ago
- 13a1d64 tcg/tci: Merge extension operations by Richard Henderson · 4 years, 1 month ago
- dd2bb20 tcg/tci: Merge basic arithmetic operations by Richard Henderson · 4 years, 1 month ago
- 09c8b8b tcg/tci: Reduce use of tci_read_r64 by Richard Henderson · 4 years, 1 month ago
- dcf2af2 tcg/tci: Remove tci_read_r32s by Richard Henderson · 4 years, 1 month ago
- 984ae87 tcg/tci: Remove tci_read_r32 by Richard Henderson · 4 years, 1 month ago
- 994edd6 tcg/tci: Remove tci_read_r16s by Richard Henderson · 4 years, 1 month ago
- 0dd0170 tcg/tci: Remove tci_read_r16 by Richard Henderson · 4 years, 1 month ago
- 9758c8c tcg/tci: Remove tci_read_r8s by Richard Henderson · 4 years, 1 month ago
- a7391bc tcg/tci: Remove tci_read_r8 by Richard Henderson · 4 years, 1 month ago
- dc09f04 tcg/tci: Use exec/cpu_ldst.h interfaces by Richard Henderson · 4 years ago
- 2f74f45 tcg/tci: Remove TCG_CONST by Richard Henderson · 4 years, 1 month ago
- 552672b tcg/tci: Fix TCG_REG_R4 misusage by Richard Henderson · 4 years, 1 month ago
- f6ff97a tcg/tci: Remove TODO as unused by Richard Henderson · 4 years, 1 month ago
- ae40c09 tcg/tci: Implement 64-bit division by Richard Henderson · 4 years, 1 month ago
- 7abd007 tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_* by Richard Henderson · 4 years, 1 month ago
- f6996f9 tcg/tci: Use g_assert_not_reached by Richard Henderson · 4 years, 1 month ago
- b4d5bf0 tcg/tci: Merge INDEX_op_{st_i32,st32_i64} by Richard Henderson · 4 years, 1 month ago
- 53f4055 tcg/tci: Move stack bounds check to compile-time by Richard Henderson · 4 years, 1 month ago
- 90be4dd tcg/tci: Merge INDEX_op_st16_{i32,i64} by Richard Henderson · 4 years, 1 month ago
- ba9a80c tcg/tci: Merge INDEX_op_st8_{i32,i64} by Richard Henderson · 4 years, 1 month ago
- c1d77e9 tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64} by Richard Henderson · 4 years, 1 month ago
- b09d78b tcg/tci: Merge INDEX_op_ld16s_{i32,i64} by Richard Henderson · 4 years, 1 month ago
- 77c38c7 tcg/tci: Merge INDEX_op_ld16u_{i32,i64} by Richard Henderson · 4 years, 1 month ago
- 850163e tcg/tci: Merge INDEX_op_ld8s_{i32,i64} by Richard Henderson · 4 years, 1 month ago
- 7f33f5c tcg/tci: Merge INDEX_op_ld8u_{i32,i64} by Richard Henderson · 4 years, 1 month ago
- 5410e43 tcg/tci: Inline tci_write_reg64 into 64-bit callers by Richard Henderson · 4 years, 1 month ago
- 85bbbf7 tcg/tci: Inline tci_write_reg32 into all callers by Richard Henderson · 4 years, 1 month ago
- 43c8a40 tcg/tci: Inline tci_write_reg16 into the only caller by Richard Henderson · 4 years, 1 month ago
- 475a156 tcg/tci: Inline tci_write_reg8 into its callers by Richard Henderson · 4 years, 1 month ago
- 9592e89 tcg/tci: Inline tci_write_reg32s into the only caller by Richard Henderson · 4 years, 1 month ago
- cbec075 tcg/tci: Implement INDEX_op_ld8s_i64 by Stefan Weil · 4 years, 1 month ago
- 49a5a75 tcg/tci: Implement INDEX_op_ld16s_i32 by Stefan Weil · 4 years, 1 month ago
- 13e71f0 tcg/tci: Make tci_tb_ptr thread-local by Richard Henderson · 4 years, 1 month ago
- 5fa6ab7 tcg/tci: Restrict tci_write_reg16() to 64-bit hosts by Philippe Mathieu-Daudé · 4 years, 1 month ago
- 1bd1af9 tcg/tci: Add special tci_movi_{i32,i64} opcodes by Richard Henderson · 4 years, 10 months ago
- 305daae tcg/tci: Push const down through bytecode reading by Richard Henderson · 4 years, 4 months ago
- db0c51a tcg: Introduce tcg_splitwx_to_{rx,rw} by Richard Henderson · 4 years, 4 months ago
- b91ccb3 tcg: Move tcg prologue pointer out of TCGContext by Richard Henderson · 4 years, 4 months ago
- c905a36 cfi: Initial support for cfi-icall in QEMU by Daniele Buono · 4 years, 3 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 5 months ago
- dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
- 2f160e0 tci: Add implementation for INDEX_op_ld16u_i64 by Stefan Weil · 6 years ago
- 1df3caa tcg: Allow 6 arguments to TCG helpers by Richard Henderson · 7 years ago
- 5e75150 tci: move tci_regs to tcg_qemu_tb_exec's stack by Emilio G. Cota · 8 years ago