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
2021-10-27
tcg/optimize: Change tcg_opt_gen_{mov,movi} interface
Richard Henderson
1
-33
/
+34
2021-10-27
tcg/optimize: Remove do_default label
Richard Henderson
1
-96
/
+94
2021-10-27
tcg/optimize: Split out OptContext
Richard Henderson
1
-37
/
+40
2021-10-27
tcg/optimize: Rename "mask" to "z_mask"
Richard Henderson
1
-70
/
+72
2021-10-13
tcg: Canonicalize alignment flags in MemOp
Richard Henderson
1
-1
/
+6
2021-10-13
tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
Richard Henderson
2
-0
/
+2
2021-10-05
tcg/s390x: Implement TCG_TARGET_HAS_cmpsel_vec
Richard Henderson
1
-1
/
+23
2021-10-05
tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vec
Richard Henderson
3
-1
/
+22
2021-10-05
tcg/s390x: Implement TCG_TARGET_HAS_sat_vec
Richard Henderson
2
-0
/
+66
2021-10-05
tcg/s390x: Implement TCG_TARGET_HAS_minmax_vec
Richard Henderson
2
-1
/
+26
2021-10-05
tcg/s390x: Implement vector shift operations
Richard Henderson
3
-7
/
+99
2021-10-05
tcg/s390x: Implement TCG_TARGET_HAS_mul_vec
Richard Henderson
2
-1
/
+8
2021-10-05
tcg/s390x: Implement andc, orc, abs, neg, not vector operations
Richard Henderson
3
-5
/
+39
2021-10-05
tcg/s390x: Implement minimal vector operations
Richard Henderson
1
-4
/
+150
2021-10-05
tcg/s390x: Implement tcg_out_dup*_vec
Richard Henderson
1
-3
/
+119
2021-10-05
tcg/s390x: Implement tcg_out_mov for vector types
Richard Henderson
1
-4
/
+68
2021-10-05
tcg/s390x: Implement tcg_out_ld/st for vector types
Richard Henderson
1
-12
/
+120
2021-10-05
tcg/s390x: Add host vector framework
Richard Henderson
5
-5
/
+184
2021-10-05
tcg/s390x: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGReg
Richard Henderson
1
-21
/
+7
2021-10-05
tcg/s390x: Change FACILITY representation
Richard Henderson
2
-51
/
+52
2021-10-05
tcg/s390x: Rename from tcg/s390
Richard Henderson
4
-0
/
+0
2021-10-05
tcg: Expand usadd/ussub with umin/umax
Richard Henderson
1
-2
/
+35
2021-10-05
trace: Split guest_mem_before
Richard Henderson
1
-13
/
+4
2021-10-05
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
1
-9
/
+21
2021-10-05
trace/mem: Pass MemOpIdx to trace_mem_get_info
Richard Henderson
1
-4
/
+4
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
13
-59
/
+59
2021-10-05
tcg: Expand MO_SIZE to 3 bits
Richard Henderson
9
-29
/
+32
2021-09-21
tcg/riscv: Remove add with zero on user-only memory access
Richard Henderson
1
-8
/
+2
2021-09-21
tcg/sparc: Introduce tcg_out_mov_delay
Richard Henderson
1
-6
/
+15
2021-09-21
tcg/sparc: Drop inline markers
Richard Henderson
1
-23
/
+22
2021-09-21
tcg/mips: Drop special alignment for code_gen_buffer
Richard Henderson
1
-91
/
+0
2021-09-21
tcg/mips: Unset TCG_TARGET_HAS_direct_jump
Richard Henderson
2
-25
/
+10
2021-09-21
tcg/mips: Allow JAL to be out of range in tcg_out_bswap_subr
Richard Henderson
1
-2
/
+4
2021-09-21
tcg/mips: Drop inline markers
Richard Henderson
1
-49
/
+27
2021-09-14
tcg/arm: More use of the TCGReg enum
Richard Henderson
1
-30
/
+35
2021-09-14
tcg/arm: More use of the ARMInsn enum
Richard Henderson
1
-10
/
+10
2021-09-14
tcg/arm: Give enum arm_cond_code_e a typedef and use it
Richard Henderson
1
-68
/
+68
2021-09-14
tcg/arm: Drop inline markers
Richard Henderson
1
-120
/
+114
2021-09-14
tcg/arm: Simplify usage of encode_imm
Richard Henderson
1
-64
/
+77
2021-09-14
tcg/arm: Split out tcg_out_ldstm
Richard Henderson
1
-2
/
+17
2021-09-14
tcg/arm: Support armv4t in tcg_out_goto and tcg_out_call
Richard Henderson
1
-15
/
+34
2021-09-14
tcg/arm: Simplify use_armv5t_instructions
Richard Henderson
1
-7
/
+1
2021-09-14
tcg/arm: Standardize on tcg_out_<branch>_{reg,imm}
Richard Henderson
1
-16
/
+22
2021-09-14
tcg/arm: Remove fallback definition of __ARM_ARCH
Richard Henderson
1
-19
/
+0
2021-09-14
tcg/arm: Fix tcg_out_vec_op function signature
Jose R. Ziviani
1
-1
/
+2
2021-09-14
tcg/ppc: Ensure _CALL_SYSV is set for 32-bit ELF
Richard Henderson
1
-3
/
+18
2021-09-14
tcg/ppc: Replace TCG_TARGET_CALL_DARWIN with _CALL_DARWIN
Richard Henderson
1
-4
/
+4
2021-09-14
tcg/i386: Split P_VEXW from P_REXW
Richard Henderson
1
-6
/
+7
2021-07-21
accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
Richard Henderson
1
-16
/
+12
2021-07-21
accel/tcg: Standardize atomic helpers on softmmu api
Richard Henderson
1
-39
/
+12
[prev]
[next]