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-10-07
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
Philippe Mathieu-Daudé
12
-26
/
+27
2023-10-04
tcg/loongarch64: Fix buid error
gaosong
1
-33
/
+35
2023-10-04
tcg: Split out tcg init functions to tcg/startup.h
Richard Henderson
1
-0
/
+1
2023-10-04
tcg: Remove argument to tcg_prologue_init
Richard Henderson
1
-1
/
+2
2023-10-04
accel/tcg: Remove env_tlb()
Anton Johansson
2
-2
/
+2
2023-10-04
tcg: Remove TCGContext.tlb_fast_offset
Richard Henderson
1
-6
/
+9
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
4
-164
/
+164
2023-10-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-2
/
+2
2023-09-29
tcg: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-8
/
+8
2023-09-29
meson: clean up static_library keyword arguments
Paolo Bonzini
1
-2
/
+2
2023-09-16
tcg: Map code_gen_buffer with PROT_BTI
Richard Henderson
1
-11
/
+30
2023-09-16
tcg/aarch64: Emit BTI insns at jump landing pads
Richard Henderson
1
-15
/
+39
2023-09-16
tcg: Add tcg_out_tb_start backend hook
Richard Henderson
11
-0
/
+53
2023-09-16
tcg: Add gvec compare with immediate and scalar operand
Richard Henderson
1
-0
/
+149
2023-09-16
tcg/loongarch64: Implement 128-bit load & store
Jiajie Chen
3
-1
/
+62
2023-09-15
tcg/loongarch64: Lower rotli_vec to vrotri
Jiajie Chen
2
-1
/
+22
2023-09-15
tcg/loongarch64: Lower rotv_vec ops to LSX
Jiajie Chen
2
-1
/
+15
2023-09-15
tcg/loongarch64: Lower vector shift integer ops
Jiajie Chen
2
-1
/
+22
2023-09-15
tcg/loongarch64: Lower bitsel_vec to vbitsel
Jiajie Chen
3
-2
/
+12
2023-09-15
tcg/loongarch64: Lower vector shift vector ops
Jiajie Chen
2
-1
/
+25
2023-09-15
tcg/loongarch64: Lower vector saturated ops
Jiajie Chen
2
-1
/
+33
2023-09-15
tcg/loongarch64: Lower vector min max ops
Jiajie Chen
2
-1
/
+33
2023-09-15
tcg/loongarch64: Lower mul_vec to vmul
Jiajie Chen
2
-1
/
+9
2023-09-15
tcg/loongarch64: Lower neg_vec to vneg
Jiajie Chen
2
-1
/
+9
2023-09-15
tcg/loongarch64: Lower vector bitwise operations
Jiajie Chen
3
-4
/
+50
2023-09-15
tcg/loongarch64: Lower add/sub_vec to vadd/vsub
Jiajie Chen
3
-0
/
+63
2023-09-15
tcg/loongarch64: Lower cmp_vec to vseq/vsle/vslt
Jiajie Chen
3
-0
/
+67
2023-09-15
tcg: pass vece to tcg_target_const_match()
Jiajie Chen
11
-12
/
+12
2023-09-15
tcg/loongarch64: Lower basic tcg vec ops to LSX
Jiajie Chen
5
-2
/
+270
2023-09-15
tcg/loongarch64: Import LSX instructions
Jiajie Chen
1
-1
/
+6018
2023-09-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-1
/
+1
2023-09-07
configure, meson: remove target OS symbols from config-host.mak
Paolo Bonzini
1
-1
/
+1
2023-08-31
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé
1
-2
/
+2
2023-08-29
tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32
Richard Henderson
2
-12
/
+1
2023-08-29
tcg: Remove vecop_list check from tcg_gen_not_vec
Richard Henderson
1
-4
/
+3
2023-08-24
tcg: spelling fixes
Michael Tokarev
3
-7
/
+9
2023-08-24
tcg/tcg-op: Document wswap_i64() byte pattern
Philippe Mathieu-Daudé
1
-0
/
+5
2023-08-24
tcg/tcg-op: Document hswap_i32/64() byte pattern
Philippe Mathieu-Daudé
1
-7
/
+18
2023-08-24
tcg/tcg-op: Document bswap64_i64() byte pattern
Philippe Mathieu-Daudé
1
-0
/
+5
2023-08-24
tcg/tcg-op: Document bswap32_i64() byte pattern
Philippe Mathieu-Daudé
1
-1
/
+10
2023-08-24
tcg/tcg-op: Document bswap32_i32() byte pattern
Philippe Mathieu-Daudé
1
-0
/
+5
2023-08-24
tcg/tcg-op: Document bswap16_i64() byte pattern
Philippe Mathieu-Daudé
1
-8
/
+19
2023-08-24
tcg/tcg-op: Document bswap16_i32() byte pattern
Philippe Mathieu-Daudé
1
-8
/
+19
2023-08-24
tcg/i386: Implement negsetcond_*
Richard Henderson
2
-10
/
+26
2023-08-24
tcg/i386: Use shift in tcg_out_setcond
Richard Henderson
1
-0
/
+15
2023-08-24
tcg/i386: Clear dest first in tcg_out_setcond if possible
Richard Henderson
1
-1
/
+16
2023-08-24
tcg/i386: Use CMP+SBB in tcg_out_setcond
Richard Henderson
1
-0
/
+50
2023-08-24
tcg/i386: Merge tcg_out_movcond{32,64}
Richard Henderson
1
-21
/
+7
2023-08-24
tcg/i386: Merge tcg_out_setcond{32,64}
Richard Henderson
1
-17
/
+7
2023-08-24
tcg/i386: Merge tcg_out_brcond{32,64}
Richard Henderson
1
-61
/
+49
[next]