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
/
optimize.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
tcg/optimize: Optimize setcond with zmask
Richard Henderson
1
-0
/
+110
2024-04-09
tcg/optimize: Do not attempt to constant fold neg_vec
Richard Henderson
1
-9
/
+8
2024-03-29
tcg/optimize: Fix sign_mask for logical right-shift
Richard Henderson
1
-1
/
+1
2024-02-29
tcg/optimize: fix uninitialized variable
Paolo Bonzini
1
-1
/
+2
2024-02-03
tcg/optimize: Lower TCG_COND_TST{EQ,NE} if unsupported
Richard Henderson
1
-8
/
+52
2024-02-03
tcg/optimize: Handle TCG_COND_TST{EQ,NE}
Richard Henderson
1
-22
/
+218
2024-02-03
tcg/optimize: Do swap_commutative2 in do_constant_folding_cond2
Richard Henderson
1
-50
/
+57
2024-02-03
tcg/optimize: Split out do_constant_folding_cond1
Richard Henderson
1
-30
/
+27
2024-02-03
tcg/optimize: Split out arg_is_const_val
Richard Henderson
1
-15
/
+23
2023-11-06
tcg/optimize: Canonicalize sub2 with constants to add2
Richard Henderson
1
-2
/
+19
2023-11-06
tcg/optimize: Canonicalize subi to addi during optimization
Richard Henderson
1
-1
/
+13
2023-11-06
tcg/optimize: Split out arg_new_constant
Richard Henderson
1
-11
/
+18
2023-11-06
tcg: Eliminate duplicate env store operations
Richard Henderson
1
-0
/
+13
2023-11-06
tcg/optimize: Optimize env memory operations
Richard Henderson
1
-21
/
+243
2023-11-06
tcg/optimize: Split out cmp_better_copy
Richard Henderson
1
-18
/
+11
2023-11-06
tcg/optimize: Pipe OptContext into reset_ts
Richard Henderson
1
-7
/
+7
2023-11-06
tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}
Richard Henderson
1
-2
/
+2
2023-10-22
tcg: Optimize past conditional branches
Richard Henderson
1
-3
/
+5
2023-08-24
tcg: Introduce negsetcond opcodes
Richard Henderson
1
-1
/
+40
2023-08-24
tcg: Fold deposit with zero to and
Richard Henderson
1
-0
/
+37
2023-06-05
tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
Richard Henderson
1
-1
/
+1
2023-05-16
tcg: Split INDEX_op_qemu_{ld,st}* for guest address size
Richard Henderson
1
-7
/
+14
2023-05-16
tcg: Add INDEX_op_qemu_{ld,st}_i128
Richard Henderson
1
-0
/
+2
2023-04-23
tcg: Replace tcg_abort with g_assert_not_reached
Richard Henderson
1
-6
/
+4
2023-03-01
tcg: Rename TEMP_LOCAL to TEMP_TB
Richard Henderson
1
-1
/
+1
2023-01-05
tcg: Reorg function calls
Richard Henderson
1
-4
/
+2
2023-01-05
tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()
Philippe Mathieu-Daudé
1
-2
/
+2
2022-03-04
tcg: Add opcodes for vector nand, nor, eqv
Richard Henderson
1
-6
/
+6
2022-03-04
tcg/optimize: only read val after const check
Alex Bennée
1
-4
/
+4
2022-01-04
tcg/optimize: Fix folding of vector ops
Richard Henderson
1
-11
/
+38
2021-11-11
tcg/optimize: Add an extra cast to fold_extract2
Richard Henderson
1
-1
/
+1
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-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
[next]