index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
Age
Commit message (
Expand
)
Author
Files
Lines
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: Merge identical cases in generation (load/store opcodes)
Richard Henderson
1
-35
/
+14
2021-03-06
tcg/tci: Merge identical cases in generation (conditional opcodes)
Richard Henderson
1
-17
/
+6
2021-03-06
tcg/tci: Merge identical cases in generation (deposit opcode)
Richard Henderson
1
-10
/
+2
2021-03-06
tcg/tci: Merge identical cases in generation (exchange opcodes)
Richard Henderson
1
-21
/
+14
2021-03-06
tcg/tci: Merge identical cases in generation (arithmetic opcodes)
Richard Henderson
1
-48
/
+37
2021-03-06
tcg: Manage splitwx in tc_ptr_to_region_tree by hand
Richard Henderson
1
-2
/
+18
2021-03-06
tcg: Split out tcg_raise_tb_overflow
Richard Henderson
1
-2
/
+7
2021-03-06
tcg/tci: Use exec/cpu_ldst.h interfaces
Richard Henderson
1
-45
/
+28
2021-03-06
tcg/aarch64: Fix generation of "scalar" vector operations
Richard Henderson
1
-30
/
+181
2021-03-06
tcg/aarch64: Fix I3617_CMLE0
Richard Henderson
1
-1
/
+1
2021-03-06
tcg/aarch64: Fix constant subtraction in tcg_out_addsub2
Richard Henderson
1
-7
/
+9
2021-02-05
tcg/tci: Remove TCG_CONST
Richard Henderson
4
-194
/
+89
2021-02-05
tcg/tci: Fix TCG_REG_R4 misusage
Richard Henderson
2
-10
/
+5
2021-02-05
tcg/tci: Restrict TCG_TARGET_NB_REGS to 16
Richard Henderson
2
-53
/
+5
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
3
-11
/
+25
2021-02-05
tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*
Richard Henderson
2
-20
/
+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
2
-2
/
+13
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
2
-8
/
+3
2021-02-05
tcg/aarch64: Do not convert TCGArg to temps that are not temps
Richard Henderson
1
-3
/
+4
2021-02-05
tcg/s390: Fix compare instruction from extended-immediate facility
Philippe Mathieu-Daudé
1
-1
/
+1
2021-02-02
tcg: Remove TCG_TARGET_CON_SET_H
Richard Henderson
10
-22
/
+0
2021-02-02
tcg/tci: Split out constraint sets to tcg-target-con-set.h
Richard Henderson
3
-142
/
+158
[next]