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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2024-12-12
tcg/riscv: Fix StoreStore barrier generation
Roman Artemev
1
-1
/
+1
2024-12-12
tcg: Reset free_temps before tcg_optimize
Richard Henderson
1
-1
/
+4
2024-11-16
tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
Peter Maydell
1
-1
/
+14
2024-10-22
tcg/ppc: Fix tcg_out_rlw_rc
Dani Szebenyi
1
-1
/
+3
2024-10-22
tcg/riscv: Enable native vector support for TCG host
TANG Tiancheng
1
-3
/
+3
2024-10-22
tcg/riscv: Implement vector roti/v/x ops
TANG Tiancheng
2
-3
/
+39
2024-10-22
tcg/riscv: Implement vector shi/s/v ops
TANG Tiancheng
3
-3
/
+80
2024-10-22
tcg/riscv: Implement vector min/max ops
TANG Tiancheng
2
-1
/
+34
2024-10-22
tcg/riscv: Implement vector sat/mul ops
TANG Tiancheng
2
-2
/
+43
2024-10-22
tcg/riscv: Accept constant first argument to sub_vec
Richard Henderson
2
-2
/
+7
2024-10-22
tcg/riscv: Implement vector neg ops
TANG Tiancheng
2
-1
/
+8
2024-10-22
tcg/riscv: Implement vector cmp/cmpsel ops
TANG Tiancheng
4
-60
/
+200
2024-10-22
tcg/riscv: Add support for basic vector opcodes
TANG Tiancheng
4
-1
/
+85
2024-10-22
tcg/riscv: Implement vector mov/dup{m/i}
TANG Tiancheng
1
-2
/
+74
2024-10-22
tcg/riscv: Add basic support for vector
Huang Shiyuan
5
-71
/
+436
2024-10-22
tcg: Reset data_gen_ptr correctly
Richard Henderson
1
-1
/
+1
2024-10-17
tcg/s390x: fix constraint for 32-bit TSTEQ/TSTNE
Paolo Bonzini
1
-8
/
+16
2024-10-13
include/exec/memop: Rename get_alignment_bits
Richard Henderson
4
-7
/
+7
2024-10-08
tcg/ppc: Use TCG_REG_TMP2 for scratch index in prepare_host_addr
Richard Henderson
1
-2
/
+2
2024-10-08
tcg/ppc: Use TCG_REG_TMP2 for scratch tcg_out_qemu_st
Richard Henderson
1
-2
/
+2
2024-09-28
Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-1
/
+0
2024-09-27
Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
17
-407
/
+748
2024-09-24
tcg/loongarch64: remove break after g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+0
2024-09-22
tcg/s390x: Optimize cmpsel with constant 0/-1 arguments
Richard Henderson
3
-10
/
+34
2024-09-22
tcg/s390x: Implement cmpsel_vec
Richard Henderson
3
-20
/
+23
2024-09-22
tcg/ppc: Optimize cmpsel with constant 0/-1 arguments
Richard Henderson
2
-12
/
+33
2024-09-22
tcg/ppc: Implement cmpsel_vec
Richard Henderson
3
-9
/
+54
2024-09-22
tcg/i386: Implement vector TST{EQ,NE} for avx512
Richard Henderson
2
-4
/
+29
2024-09-22
tcg/i386: Implement cmpsel_vec with avx512 insns
Richard Henderson
1
-1
/
+43
2024-09-22
tcg/i386: Add predicate parameters to tcg_out_evex_opc
Richard Henderson
1
-2
/
+4
2024-09-22
tcg/i386: Implement cmp_vec with avx512 insns
Richard Henderson
1
-1
/
+63
2024-09-22
tcg/i386: Optimize cmpsel with constant 0 operand 3.
Richard Henderson
3
-8
/
+27
2024-09-22
tcg/optimize: Optimize bitsel_vec
Richard Henderson
1
-0
/
+58
2024-09-22
tcg/optimize: Optimize cmp_vec and cmpsel_vec
Richard Henderson
1
-0
/
+36
2024-09-22
tcg/optimize: Fold movcond with true and false values identical
Richard Henderson
1
-0
/
+5
2024-09-22
tcg/s390x: Do not expand cmp_vec early
Richard Henderson
1
-74
/
+65
2024-09-22
tcg/ppc: Do not expand cmp_vec early
Richard Henderson
1
-79
/
+90
2024-09-22
tcg/i386: Do not expand cmpsel_vec early
Richard Henderson
4
-34
/
+52
2024-09-22
tcg/i386: Do not expand cmp_vec early
Richard Henderson
1
-123
/
+100
2024-09-22
tcg/i386: Split out tcg_out_vex_modrm_type
Richard Henderson
1
-23
/
+15
2024-09-22
tcg: Export vec_gen_6
Richard Henderson
2
-2
/
+4
2024-09-22
tcg: Fix iteration step in 32-bit gvec operation
TANG Tiancheng
1
-1
/
+1
2024-09-22
tcg: Propagate new TCGOp to add_as_label_use
Richard Henderson
1
-31
/
+32
2024-09-22
tcg: Return TCGOp from tcg_gen_op[1-6]
Richard Henderson
2
-14
/
+21
2024-09-19
plugins: save value during memory accesses
Pierrick Bouvier
1
-7
/
+59
2024-08-08
tcg/ppc: Sync tcg_out_test and constraints
Richard Henderson
1
-11
/
+10
2024-07-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-4
/
+4
2024-07-03
tcg/optimize: Fix TCG_COND_TST* simplification of setcond2
Richard Henderson
1
-1
/
+1
2024-07-03
util/cpuinfo-riscv: Support host/cpuinfo.h for riscv
Richard Henderson
2
-101
/
+29
2024-07-03
meson: Drop the .fa library suffix
Paolo Bonzini
1
-2
/
+0
[next]