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
2023-02-03
Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
9
-139
/
+278
2023-02-02
tcg: exclude non-memory effecting helpers from instrumentation
Emilio Cota
1
-2
/
+4
2023-01-23
tcg/loongarch64: Reorg goto_tb implementation
Richard Henderson
2
-46
/
+33
2023-01-23
tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldst
Richard Henderson
1
-1
/
+1
2023-01-23
tcg/loongarch64: Implement movcond
Richard Henderson
3
-2
/
+36
2023-01-23
tcg/loongarch64: Improve setcond expansion
Richard Henderson
1
-42
/
+107
2023-01-23
tcg/loongarch64: Introduce tcg_out_addi
Richard Henderson
3
-10
/
+53
2023-01-23
tcg/loongarch64: Update tcg-insn-defs.c.inc
Richard Henderson
1
-1
/
+9
2023-01-23
tcg/loongarch64: Optimize immediate loading
Rui Wang
1
-23
/
+12
2023-01-23
tcg/arm: Use register pair allocation for qemu_{ld,st}_i64
Richard Henderson
3
-13
/
+24
2023-01-23
tcg: Avoid recursion in tcg_gen_mulu2_i32
Richard Henderson
1
-1
/
+3
2023-01-20
tcg/riscv: Use tcg_pcrel_diff in tcg_out_ldst
Richard Henderson
1
-1
/
+1
2023-01-17
tcg/riscv: Implement direct branch for goto_tb
Richard Henderson
1
-2
/
+17
2023-01-17
tcg/riscv: Introduce OPC_NOP
Richard Henderson
1
-1
/
+2
2023-01-17
tcg/arm: Implement direct branch for goto_tb
Richard Henderson
1
-15
/
+37
2023-01-17
tcg/sparc64: Reorg goto_tb implementation
Richard Henderson
1
-50
/
+37
2023-01-17
tcg/sparc64: Remove USE_REG_TB
Richard Henderson
1
-41
/
+21
2023-01-17
tcg/ppc: Reorg goto_tb implementation
Richard Henderson
2
-114
/
+41
2023-01-17
tcg/aarch64: Reorg goto_tb implementation
Richard Henderson
2
-39
/
+29
2023-01-17
tcg: Remove TCG_TARGET_HAS_direct_jump
Richard Henderson
16
-15
/
+3
2023-01-17
tcg: Always define tb_target_set_jmp_target
Richard Henderson
4
-0
/
+24
2023-01-17
tcg: Move tb_target_set_jmp_target declaration to tcg.h
Richard Henderson
10
-40
/
+0
2023-01-17
tcg: Change tb_target_set_jmp_target arguments
Richard Henderson
16
-33
/
+53
2023-01-17
tcg: Add TranslationBlock.jmp_insn_offset
Richard Henderson
1
-2
/
+4
2023-01-17
tcg: Add gen_tb to TCGContext
Richard Henderson
2
-18
/
+10
2023-01-17
tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
Richard Henderson
1
-2
/
+2
2023-01-17
tcg: Split out tcg_out_goto_tb
Richard Henderson
11
-171
/
+197
2023-01-17
tcg: Introduce get_jmp_target_addr
Richard Henderson
5
-4
/
+13
2023-01-17
tcg: Introduce set_jmp_insn_offset
Richard Henderson
7
-14
/
+19
2023-01-17
tcg: Replace asserts on tcg_jmp_insn_offset
Richard Henderson
6
-6
/
+6
2023-01-17
tcg/sparc64: Remove unused goto_tb code for indirect jump
Richard Henderson
1
-29
/
+12
2023-01-17
tcg/ppc: Remove unused goto_tb code for indirect jump
Richard Henderson
1
-19
/
+13
2023-01-17
tcg/i386: Remove unused goto_tb code for indirect jump
Richard Henderson
1
-9
/
+5
2023-01-17
tcg: Split out tcg_out_exit_tb
Richard Henderson
11
-97
/
+121
2023-01-16
tcg: add perfmap and jitdump
Ilya Leoshkevich
1
-0
/
+2
2023-01-08
Merge tag 'pull-tcg-20230106' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
4
-663
/
+665
2023-01-06
tcg/s390x: Avoid the constant pool in tcg_out_movi
Richard Henderson
1
-6
/
+17
2023-01-06
tcg/s390x: Cleanup tcg_out_movi
Richard Henderson
1
-36
/
+16
2023-01-06
tcg/s390x: Tighten constraints for 64-bit compare
Richard Henderson
2
-13
/
+17
2023-01-06
tcg/s390x: Implement ctpop operation
Richard Henderson
2
-2
/
+38
2023-01-06
tcg/s390x: Use tgen_movcond_int in tgen_clz
Richard Henderson
2
-9
/
+12
2023-01-06
tcg/s390x: Support SELGR instruction in movcond
Richard Henderson
1
-0
/
+15
2023-01-06
tcg/s390x: Generalize movcond implementation
Richard Henderson
2
-14
/
+41
2023-01-06
tcg/s390x: Create tgen_cmp2 to simplify movcond
Richard Henderson
1
-3
/
+16
2023-01-06
tcg/s390x: Support MIE3 logical operations
Richard Henderson
3
-12
/
+118
2023-01-06
tcg/s390x: Tighten constraints for and_i64
Richard Henderson
3
-56
/
+61
2023-01-06
tcg/s390x: Tighten constraints for or_i64 and xor_i64
Richard Henderson
3
-60
/
+56
2023-01-06
tcg/s390x: Issue XILF directly for xor_i32
Richard Henderson
1
-1
/
+1
2023-01-06
tcg/s390x: Support MIE2 MGRK instruction
Richard Henderson
3
-1
/
+10
2023-01-06
tcg/s390x: Support MIE2 multiply single instructions
Richard Henderson
3
-10
/
+26
[next]