| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tcg/tci: Merge identical cases in generation (conditional opcodes) | Richard Henderson | 2021-03-06 | 1 | -17/+6 |
* | tcg/tci: Merge identical cases in generation (deposit opcode) | Richard Henderson | 2021-03-06 | 1 | -10/+2 |
* | tcg/tci: Merge identical cases in generation (exchange opcodes) | Richard Henderson | 2021-03-06 | 1 | -21/+14 |
* | tcg/tci: Merge identical cases in generation (arithmetic opcodes) | Richard Henderson | 2021-03-06 | 1 | -48/+37 |
* | tcg: Manage splitwx in tc_ptr_to_region_tree by hand | Richard Henderson | 2021-03-06 | 1 | -2/+18 |
* | tcg: Split out tcg_raise_tb_overflow | Richard Henderson | 2021-03-06 | 1 | -2/+7 |
* | tcg/tci: Use exec/cpu_ldst.h interfaces | Richard Henderson | 2021-03-06 | 1 | -45/+28 |
* | tcg/aarch64: Fix generation of "scalar" vector operations | Richard Henderson | 2021-03-06 | 1 | -30/+181 |
* | tcg/aarch64: Fix I3617_CMLE0 | Richard Henderson | 2021-03-06 | 1 | -1/+1 |
* | tcg/aarch64: Fix constant subtraction in tcg_out_addsub2 | Richard Henderson | 2021-03-06 | 1 | -7/+9 |
* | tcg/tci: Remove TCG_CONST | Richard Henderson | 2021-02-05 | 4 | -194/+89 |
* | tcg/tci: Fix TCG_REG_R4 misusage | Richard Henderson | 2021-02-05 | 2 | -10/+5 |
* | tcg/tci: Restrict TCG_TARGET_NB_REGS to 16 | Richard Henderson | 2021-02-05 | 2 | -53/+5 |
* | tcg/tci: Remove TODO as unused | Richard Henderson | 2021-02-05 | 1 | -8/+0 |
* | tcg/tci: Implement 64-bit division | Richard Henderson | 2021-02-05 | 3 | -11/+25 |
* | tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_* | Richard Henderson | 2021-02-05 | 2 | -20/+0 |
* | tcg/tci: Use g_assert_not_reached | Richard Henderson | 2021-02-05 | 1 | -8/+7 |
* | tcg/tci: Merge INDEX_op_{st_i32,st32_i64} | Richard Henderson | 2021-02-05 | 1 | -6/+1 |
* | tcg/tci: Move stack bounds check to compile-time | Richard Henderson | 2021-02-05 | 2 | -2/+13 |
* | tcg/tci: Merge INDEX_op_st16_{i32,i64} | Richard Henderson | 2021-02-05 | 1 | -7/+1 |
* | tcg/tci: Merge INDEX_op_st8_{i32,i64} | Richard Henderson | 2021-02-05 | 1 | -7/+1 |
* | tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64} | Richard Henderson | 2021-02-05 | 1 | -6/+1 |
* | tcg/tci: Merge INDEX_op_ld16s_{i32,i64} | Richard Henderson | 2021-02-05 | 1 | -4/+1 |
* | tcg/tci: Merge INDEX_op_ld16u_{i32,i64} | Richard Henderson | 2021-02-05 | 1 | -8/+5 |
* | tcg/tci: Merge INDEX_op_ld8s_{i32,i64} | Richard Henderson | 2021-02-05 | 1 | -8/+5 |
* | tcg/tci: Merge INDEX_op_ld8u_{i32,i64} | Richard Henderson | 2021-02-05 | 1 | -7/+13 |
* | tcg/tci: Inline tci_write_reg64 into 64-bit callers | Richard Henderson | 2021-02-05 | 1 | -33/+27 |
* | tcg/tci: Inline tci_write_reg32 into all callers | Richard Henderson | 2021-02-05 | 1 | -36/+30 |
* | tcg/tci: Inline tci_write_reg16 into the only caller | Richard Henderson | 2021-02-05 | 1 | -9/+1 |
* | tcg/tci: Inline tci_write_reg8 into its callers | Richard Henderson | 2021-02-05 | 1 | -7/+2 |
* | tcg/tci: Inline tci_write_reg32s into the only caller | Richard Henderson | 2021-02-05 | 1 | -9/+1 |
* | tcg/tci: Implement INDEX_op_ld8s_i64 | Stefan Weil | 2021-02-05 | 1 | -1/+4 |
* | tcg/tci: Implement INDEX_op_ld16s_i32 | Stefan Weil | 2021-02-05 | 1 | -1/+4 |
* | tcg/tci: Make tci_tb_ptr thread-local | Richard Henderson | 2021-02-05 | 2 | -8/+3 |
* | tcg/aarch64: Do not convert TCGArg to temps that are not temps | Richard Henderson | 2021-02-05 | 1 | -3/+4 |
* | tcg/s390: Fix compare instruction from extended-immediate facility | Philippe Mathieu-Daudé | 2021-02-05 | 1 | -1/+1 |
* | tcg: Remove TCG_TARGET_CON_SET_H | Richard Henderson | 2021-02-02 | 10 | -22/+0 |
* | tcg/tci: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -142/+158 |
* | tcg/sparc: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -52/+56 |
* | tcg/s390: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -70/+81 |
* | tcg/riscv: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -60/+54 |
* | tcg/ppc: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -81/+100 |
* | tcg/mips: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -68/+67 |
* | tcg/arm: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -63/+69 |
* | tcg/aarch64: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -59/+66 |
* | tcg/i386: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 4 | -128/+243 |
* | tcg: Remove TCG_TARGET_CON_STR_H | Richard Henderson | 2021-02-02 | 10 | -26/+0 |
* | tcg/sparc: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 2021-02-02 | 3 | -53/+54 |
* | tcg/s390: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 2021-02-02 | 3 | -40/+42 |
* | tcg/riscv: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 2021-02-02 | 3 | -39/+35 |