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-05-16
tcg/tci: Elimnate TARGET_LONG_BITS, target_ulong
Richard Henderson
2
-30
/
+46
2023-05-16
tcg: Split INDEX_op_qemu_{ld,st}* for guest address size
Richard Henderson
14
-243
/
+414
2023-05-16
tcg: Remove TCGv from tcg_gen_atomic_*
Richard Henderson
1
-69
/
+129
2023-05-16
tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*
Richard Henderson
1
-134
/
+205
2023-05-16
tcg: Add addr_type to TCGContext
Richard Henderson
1
-0
/
+3
2023-05-16
accel/tcg: Widen plugin_gen_empty_mem_callback to i64
Richard Henderson
1
-8
/
+20
2023-05-16
tcg: Reduce copies for plugin_gen_mem_callbacks
Richard Henderson
1
-18
/
+20
2023-05-16
tcg: Widen tcg_gen_code pc_start argument to uint64_t
Richard Henderson
1
-1
/
+1
2023-05-16
tcg: Widen helper_atomic_* addresses to uint64_t
Richard Henderson
1
-11
/
+27
2023-05-16
tcg: Widen helper_{ld,st}_i128 addresses to uint64_t
Richard Henderson
1
-2
/
+24
2023-05-16
accel/tcg: Widen tcg-ldst.h addresses to uint64_t
Richard Henderson
1
-14
/
+48
2023-05-16
tcg: Widen gen_insn_data to uint64_t
Richard Henderson
1
-14
/
+4
2023-05-16
tcg: Split out memory ops to tcg-op-ldst.c
Richard Henderson
3
-974
/
+1007
2023-05-16
tcg/sparc64: Use atom_and_align_for_opc
Richard Henderson
1
-9
/
+12
2023-05-16
tcg/s390x: Use atom_and_align_for_opc
Richard Henderson
1
-4
/
+7
2023-05-16
tcg/riscv: Use atom_and_align_for_opc
Richard Henderson
1
-5
/
+8
2023-05-16
tcg/ppc: Use atom_and_align_for_opc
Richard Henderson
1
-1
/
+18
2023-05-16
tcg/mips: Use atom_and_align_for_opc
Richard Henderson
1
-6
/
+9
2023-05-16
tcg/loongarch64: Use atom_and_align_for_opc
Richard Henderson
1
-1
/
+5
2023-05-16
tcg/arm: Use atom_and_align_for_opc
Richard Henderson
1
-17
/
+22
2023-05-16
tcg/aarch64: Use atom_and_align_for_opc
Richard Henderson
1
-18
/
+18
2023-05-16
tcg/i386: Use atom_and_align_for_opc
Richard Henderson
1
-12
/
+15
2023-05-16
tcg: Introduce atom_and_align_for_opc
Richard Henderson
1
-0
/
+95
2023-05-16
tcg: Support TCG_TYPE_I128 in tcg_out_{ld,st}_helper_{args,ret}
Richard Henderson
1
-33
/
+163
2023-05-16
tcg: Merge tcg_out_helper_load_regs into caller
Richard Henderson
1
-48
/
+41
2023-05-16
tcg: Introduce tcg_out_movext3
Richard Henderson
1
-30
/
+108
2023-05-16
tcg: Add INDEX_op_qemu_{ld,st}_i128
Richard Henderson
13
-7
/
+93
2023-05-16
tcg: Introduce tcg_target_has_memory_bswap
Richard Henderson
22
-26
/
+63
2023-05-16
tcg/riscv: Support softmmu unaligned accesses
Richard Henderson
1
-20
/
+28
2023-05-16
tcg/loongarch64: Support softmmu unaligned accesses
Richard Henderson
1
-7
/
+12
2023-05-16
tcg/loongarch64: Check the host supports unaligned accesses
Richard Henderson
1
-0
/
+9
2023-05-16
tcg/sparc64: Use standard slow path for softmmu
Richard Henderson
4
-429
/
+179
2023-05-16
tcg/sparc64: Split out tcg_out_movi_s32
Richard Henderson
1
-2
/
+8
2023-05-16
tcg/sparc64: Rename tcg_out_movi_imm32 to tcg_out_movi_u32
Richard Henderson
1
-6
/
+6
2023-05-16
target/sparc64: Remove tcg_out_movi_s13 case from tcg_out_movi_imm32
Richard Henderson
1
-15
/
+10
2023-05-16
tcg/sparc64: Rename tcg_out_movi_imm13 to tcg_out_movi_s13
Richard Henderson
1
-10
/
+11
2023-05-16
tcg/sparc64: Allocate %g2 as a third temporary
Richard Henderson
1
-8
/
+7
2023-05-16
tcg/s390x: Use full load/store helpers in user-only mode
Richard Henderson
1
-29
/
+0
2023-05-16
tcg/mips: Use full load/store helpers in user-only mode
Richard Henderson
1
-55
/
+2
2023-05-16
tcg/arm: Use full load/store helpers in user-only mode
Richard Henderson
1
-45
/
+0
2023-05-16
tcg/arm: Adjust constraints on qemu_ld/st
Richard Henderson
3
-26
/
+18
2023-05-16
tcg/riscv: Use full load/store helpers in user-only mode
Richard Henderson
1
-29
/
+0
2023-05-16
tcg/loongarch64: Use full load/store helpers in user-only mode
Richard Henderson
1
-30
/
+0
2023-05-16
tcg/ppc: Use full load/store helpers in user-only mode
Richard Henderson
1
-44
/
+0
2023-05-16
tcg/aarch64: Use full load/store helpers in user-only mode
Richard Henderson
1
-35
/
+0
2023-05-16
tcg/i386: Use full load/store helpers in user-only mode
Richard Henderson
1
-48
/
+4
2023-05-16
tcg/aarch64: Detect have_lse, have_lse2 for darwin
Richard Henderson
1
-0
/
+28
2023-05-16
tcg/aarch64: Detect have_lse, have_lse2 for linux
Richard Henderson
2
-0
/
+15
2023-05-16
tcg/i386: Add have_atomic16
Richard Henderson
2
-0
/
+28
2023-05-16
tcg: Add 128-bit guest memory primitives
Richard Henderson
1
-56
/
+107
[prev]
[next]