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
2023-11-06
tcg/sparc64: Implement tcg_out_extrl_i64_i32
Richard Henderson
1
-0
/
+5
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: Canonicalize subi to addi during opcode generation
Richard Henderson
1
-16
/
+2
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: Don't free vector results
Richard Henderson
1
-74
/
+38
2023-11-06
tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}
Richard Henderson
14
-40
/
+13
2023-11-06
tcg/loongarch64: Implement neg opcodes
Richard Henderson
2
-2
/
+11
2023-11-06
tcg/mips: Implement neg opcodes
Richard Henderson
2
-2
/
+10
2023-11-06
tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}
Richard Henderson
12
-63
/
+12
2023-11-06
tcg/mips: Always implement movcond
Richard Henderson
2
-7
/
+16
2023-11-06
tcg/mips: Split out tcg_out_setcond_int
Richard Henderson
1
-172
/
+106
2023-11-06
tcg: Move tcg_temp_free_* out of line
Richard Henderson
1
-0
/
+25
2023-11-06
tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of line
Richard Henderson
1
-3
/
+61
2023-11-06
tcg: Move tcg_constant_* out of line
Richard Henderson
2
-0
/
+22
2023-11-06
tcg: Unexport tcg_gen_op*_{i32,i64}
Richard Henderson
1
-79
/
+52
2023-11-06
tcg: Move tcg_gen_opN declarations to tcg-internal.h
Richard Henderson
1
-0
/
+7
2023-11-06
tcg: Move vec_gen_* declarations to tcg-internal.h
Richard Henderson
1
-0
/
+4
2023-11-06
tcg: Move 64-bit expanders out of line
Richard Henderson
1
-67
/
+164
2023-11-06
tcg: Move 32-bit expanders out of line
Richard Henderson
1
-0
/
+116
2023-11-06
tcg: Move generic expanders out of line
Richard Henderson
1
-0
/
+16
2023-11-06
tcg: Move tcg_gen_op* out of line
Richard Henderson
1
-0
/
+208
2023-11-06
tcg: Mark tcg_gen_op* as noinline
Richard Henderson
1
-8
/
+14
2023-11-06
tcg/loongarch64: Use cpuinfo.h
Richard Henderson
2
-11
/
+5
2023-11-06
tcg/loongarch64: Use C_N2_I1 for INDEX_op_qemu_ld_a*_i128
Richard Henderson
2
-7
/
+12
2023-11-06
tcg: Add C_N2_I1
Richard Henderson
1
-0
/
+5
2023-11-06
accel/tcg: Move HMP info jit and info opcount code
Richard Henderson
1
-10
/
+0
2023-10-22
tcg: Export tcg_gen_ext_{i32,i64,tl}
Richard Henderson
1
-4
/
+10
2023-10-22
tcg: add negsetcondi
Paolo Bonzini
1
-0
/
+12
2023-10-22
tcg: Add tcg_gen_{ld,st}_i128
Richard Henderson
1
-0
/
+22
2023-10-22
tcg: Optimize past conditional branches
Richard Henderson
1
-3
/
+5
2023-10-22
tcg: Use constant zero when expanding with divu2
Richard Henderson
1
-8
/
+8
2023-10-22
tcg/s390x: Use tcg_use_softmmu
Richard Henderson
1
-80
/
+77
2023-10-22
tcg/riscv: Use tcg_use_softmmu
Richard Henderson
1
-87
/
+90
2023-10-22
tcg/riscv: Do not reserve TCG_GUEST_BASE_REG for guest_base zero
Richard Henderson
1
-2
/
+4
2023-10-22
tcg/ppc: Use tcg_use_softmmu
Richard Henderson
1
-127
/
+129
2023-10-22
tcg/mips: Use tcg_use_softmmu
Richard Henderson
1
-110
/
+105
2023-10-22
tcg/loongarch64: Use tcg_use_softmmu
Richard Henderson
1
-65
/
+61
2023-10-22
tcg/i386: Use tcg_use_softmmu
Richard Henderson
1
-101
/
+99
2023-10-22
tcg/aarch64: Use tcg_use_softmmu
Richard Henderson
1
-88
/
+87
2023-10-22
tcg/arm: Use tcg_use_softmmu
Richard Henderson
1
-109
/
+100
2023-10-22
tcg: Provide guest_base fallback for system mode
Richard Henderson
1
-0
/
+4
2023-10-22
tcg: Introduce tcg_use_softmmu
Richard Henderson
2
-10
/
+13
2023-10-22
tcg/ppc: Disable TCG_REG_TB for Power9/Power10
Richard Henderson
1
-1
/
+1
2023-10-22
tcg/ppc: Use PLD in tcg_out_goto_tb
Richard Henderson
1
-0
/
+3
2023-10-22
tcg/ppc: Use prefixed instructions in tcg_out_dupi_vec
Richard Henderson
1
-0
/
+9
[next]