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-12-07
tcg/arm: Reduce vector alignment requirement for NEON
Richard Henderson
2
-5
/
+16
2021-11-11
tcg/s390x: Fix tcg_out_vec_op argument type
Miroslav Rezanina
1
-1
/
+2
2021-11-11
tcg: Document ctpop opcodes
Richard Henderson
1
-0
/
+6
2021-11-11
tcg/optimize: Add an extra cast to fold_extract2
Richard Henderson
1
-1
/
+1
2021-11-02
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
1
-5
/
+5
2021-11-02
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
1
-41
/
+47
2021-10-28
tcg/optimize: Propagate sign info for shifting
Richard Henderson
1
-3
/
+47
2021-10-28
tcg/optimize: Propagate sign info for bit counting
Richard Henderson
1
-1
/
+2
2021-10-28
tcg/optimize: Propagate sign info for setcond
Richard Henderson
1
-0
/
+2
2021-10-28
tcg/optimize: Propagate sign info for logical operations
Richard Henderson
1
-0
/
+29
2021-10-28
tcg/optimize: Optimize sign extensions
Richard Henderson
1
-21
/
+102
2021-10-28
tcg/optimize: Use fold_xx_to_i for rem
Richard Henderson
1
-1
/
+5
2021-10-28
tcg/optimize: Use fold_xi_to_x for div
Richard Henderson
1
-1
/
+5
2021-10-28
tcg/optimize: Use fold_xi_to_x for mul
Richard Henderson
1
-1
/
+2
2021-10-28
tcg/optimize: Use fold_xx_to_i for orc
Richard Henderson
1
-0
/
+1
2021-10-28
tcg/optimize: Stop forcing z_mask to "garbage" for 32-bit values
Richard Henderson
1
-19
/
+16
2021-10-28
tcg: Extend call args using the correct opcodes
Richard Henderson
1
-3
/
+3
2021-10-27
tcg/optimize: Sink commutative operand swapping into fold functions
Richard Henderson
1
-72
/
+70
2021-10-27
tcg/optimize: Expand fold_addsub2_i32 to 64-bit ops
Richard Henderson
1
-21
/
+44
2021-10-27
tcg/optimize: Expand fold_mulu2_i32 to all 4-arg multiplies
Richard Henderson
1
-9
/
+35
2021-10-27
tcg/optimize: Split out fold_masks
Richard Henderson
1
-251
/
+294
2021-10-27
tcg/optimize: Split out fold_ix_to_i
Richard Henderson
1
-18
/
+10
2021-10-27
tcg/optimize: Split out fold_xi_to_x
Richard Henderson
1
-35
/
+26
2021-10-27
tcg/optimize: Split out fold_sub_to_neg
Richard Henderson
1
-42
/
+47
2021-10-27
tcg/optimize: Split out fold_to_not
Richard Henderson
1
-72
/
+86
2021-10-27
tcg/optimize: Add type to OptContext
Richard Henderson
1
-59
/
+88
2021-10-27
tcg/optimize: Split out fold_xi_to_i
Richard Henderson
1
-18
/
+20
2021-10-27
tcg/optimize: Split out fold_xx_to_x
Richard Henderson
1
-15
/
+24
2021-10-27
tcg/optimize: Split out fold_xx_to_i
Richard Henderson
1
-17
/
+24
2021-10-27
tcg/optimize: Split out fold_mov
Richard Henderson
1
-13
/
+14
2021-10-27
tcg/optimize: Split out fold_dup, fold_dup2
Richard Henderson
1
-22
/
+31
2021-10-27
tcg/optimize: Split out fold_bswap
Richard Henderson
1
-11
/
+16
2021-10-27
tcg/optimize: Split out fold_count_zeros
Richard Henderson
1
-14
/
+18
2021-10-27
tcg/optimize: Split out fold_deposit
Richard Henderson
1
-10
/
+15
2021-10-27
tcg/optimize: Split out fold_extract, fold_sextract
Richard Henderson
1
-18
/
+30
2021-10-27
tcg/optimize: Split out fold_extract2
Richard Henderson
1
-17
/
+22
2021-10-27
tcg/optimize: Split out fold_movcond
Richard Henderson
1
-25
/
+31
2021-10-27
tcg/optimize: Split out fold_addsub2_i32
Richard Henderson
1
-26
/
+44
2021-10-27
tcg/optimize: Split out fold_mulu2_i32
Richard Henderson
1
-16
/
+21
2021-10-27
tcg/optimize: Split out fold_setcond
Richard Henderson
1
-9
/
+14
2021-10-27
tcg/optimize: Split out fold_brcond
Richard Henderson
1
-14
/
+19
2021-10-27
tcg/optimize: Split out fold_brcond2
Richard Henderson
1
-78
/
+81
2021-10-27
tcg/optimize: Split out fold_setcond2
Richard Henderson
1
-73
/
+72
2021-10-27
tcg/optimize: Split out fold_const{1,2}
Richard Henderson
1
-52
/
+219
2021-10-27
tcg/optimize: Split out fold_mb, fold_qemu_{ld,st}
Richard Henderson
1
-38
/
+51
2021-10-27
tcg/optimize: Use a boolean to avoid a mass of continues
Richard Henderson
1
-3
/
+6
2021-10-27
tcg/optimize: Split out finish_folding
Richard Henderson
1
-16
/
+33
2021-10-27
tcg/optimize: Return true from tcg_opt_gen_{mov,movi}
Richard Henderson
1
-4
/
+5
2021-10-27
tcg/optimize: Change fail return for do_constant_folding_cond*
Richard Henderson
1
-71
/
+74
2021-10-27
tcg/optimize: Drop nb_oargs, nb_iargs locals
Richard Henderson
1
-10
/
+4
[next]