Age | Commit message (Expand) | Author | Files | Lines |
2021-03-17 | tcg/tci: Split out tci_args_rrs | Richard Henderson | 1 | -44/+67 |
2021-03-17 | tcg/tci: Rename tci_read_r to tci_read_rval | Richard Henderson | 1 | -96/+96 |
2021-03-17 | tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64 | Richard Henderson | 1 | -4/+0 |
2021-03-06 | tcg/tci: Merge mov, not and neg operations | Richard Henderson | 1 | -24/+5 |
2021-03-06 | tcg/tci: Merge bswap operations | Richard Henderson | 1 | -18/+4 |
2021-03-06 | tcg/tci: Merge extension operations | Richard Henderson | 1 | -36/+8 |
2021-03-06 | tcg/tci: Merge basic arithmetic operations | Richard Henderson | 1 | -54/+21 |
2021-03-06 | tcg/tci: Reduce use of tci_read_r64 | Richard Henderson | 1 | -51/+42 |
2021-03-06 | tcg/tci: Remove tci_read_r32s | Richard Henderson | 1 | -18/+2 |
2021-03-06 | tcg/tci: Remove tci_read_r32 | Richard Henderson | 1 | -68/+54 |
2021-03-06 | tcg/tci: Remove tci_read_r16s | Richard Henderson | 1 | -22/+4 |
2021-03-06 | tcg/tci: Remove tci_read_r16 | Richard Henderson | 1 | -21/+7 |
2021-03-06 | tcg/tci: Remove tci_read_r8s | Richard Henderson | 1 | -21/+4 |
2021-03-06 | tcg/tci: Remove tci_read_r8 | Richard Henderson | 1 | -18/+5 |
2021-03-06 | tcg/tci: Use exec/cpu_ldst.h interfaces | Richard Henderson | 1 | -45/+28 |
2021-02-05 | tcg/tci: Remove TCG_CONST | Richard Henderson | 1 | -122/+67 |
2021-02-05 | tcg/tci: Fix TCG_REG_R4 misusage | Richard Henderson | 1 | -4/+4 |
2021-02-05 | tcg/tci: Remove TODO as unused | Richard Henderson | 1 | -8/+0 |
2021-02-05 | tcg/tci: Implement 64-bit division | Richard Henderson | 1 | -3/+19 |
2021-02-05 | tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_* | Richard Henderson | 1 | -12/+0 |
2021-02-05 | tcg/tci: Use g_assert_not_reached | Richard Henderson | 1 | -8/+7 |
2021-02-05 | tcg/tci: Merge INDEX_op_{st_i32,st32_i64} | Richard Henderson | 1 | -6/+1 |
2021-02-05 | tcg/tci: Move stack bounds check to compile-time | Richard Henderson | 1 | -2/+0 |
2021-02-05 | tcg/tci: Merge INDEX_op_st16_{i32,i64} | Richard Henderson | 1 | -7/+1 |
2021-02-05 | tcg/tci: Merge INDEX_op_st8_{i32,i64} | Richard Henderson | 1 | -7/+1 |
2021-02-05 | tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64} | Richard Henderson | 1 | -6/+1 |
2021-02-05 | tcg/tci: Merge INDEX_op_ld16s_{i32,i64} | Richard Henderson | 1 | -4/+1 |
2021-02-05 | tcg/tci: Merge INDEX_op_ld16u_{i32,i64} | Richard Henderson | 1 | -8/+5 |
2021-02-05 | tcg/tci: Merge INDEX_op_ld8s_{i32,i64} | Richard Henderson | 1 | -8/+5 |
2021-02-05 | tcg/tci: Merge INDEX_op_ld8u_{i32,i64} | Richard Henderson | 1 | -7/+13 |
2021-02-05 | tcg/tci: Inline tci_write_reg64 into 64-bit callers | Richard Henderson | 1 | -33/+27 |
2021-02-05 | tcg/tci: Inline tci_write_reg32 into all callers | Richard Henderson | 1 | -36/+30 |
2021-02-05 | tcg/tci: Inline tci_write_reg16 into the only caller | Richard Henderson | 1 | -9/+1 |
2021-02-05 | tcg/tci: Inline tci_write_reg8 into its callers | Richard Henderson | 1 | -7/+2 |
2021-02-05 | tcg/tci: Inline tci_write_reg32s into the only caller | Richard Henderson | 1 | -9/+1 |
2021-02-05 | tcg/tci: Implement INDEX_op_ld8s_i64 | Stefan Weil | 1 | -1/+4 |
2021-02-05 | tcg/tci: Implement INDEX_op_ld16s_i32 | Stefan Weil | 1 | -1/+4 |
2021-02-05 | tcg/tci: Make tci_tb_ptr thread-local | Richard Henderson | 1 | -4/+3 |
2021-01-27 | tcg/tci: Restrict tci_write_reg16() to 64-bit hosts | Philippe Mathieu-Daudé | 1 | -0/+2 |
2021-01-13 | tcg/tci: Add special tci_movi_{i32,i64} opcodes | Richard Henderson | 1 | -2/+2 |
2021-01-07 | tcg/tci: Push const down through bytecode reading | Richard Henderson | 1 | -26/+34 |
2021-01-07 | tcg: Introduce tcg_splitwx_to_{rx,rw} | Richard Henderson | 1 | -2/+4 |
2021-01-07 | tcg: Move tcg prologue pointer out of TCGContext | Richard Henderson | 1 | -2/+2 |
2021-01-02 | cfi: Initial support for cfi-icall in QEMU | Daniele Buono | 1 | -0/+7 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -1/+1 |
2020-01-15 | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-10-28 | tci: Add implementation for INDEX_op_ld16u_i64 | Stefan Weil | 1 | -0/+15 |
2017-12-29 | tcg: Allow 6 arguments to TCG helpers | Richard Henderson | 1 | -4/+8 |
2017-10-10 | tci: move tci_regs to tcg_qemu_tb_exec's stack | Emilio G. Cota | 1 | -273/+279 |
2017-07-19 | tcg/tci: enable bswap16_i64 | Philippe Mathieu-Daudé | 1 | -1/+0 |