index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg/riscv: Remove add with zero on user-only memory access
Richard Henderson
2021-09-22
1
-8
/
+2
*
tcg/sparc: Introduce tcg_out_mov_delay
Richard Henderson
2021-09-22
1
-6
/
+15
*
tcg/sparc: Drop inline markers
Richard Henderson
2021-09-22
1
-23
/
+22
*
tcg/mips: Drop special alignment for code_gen_buffer
Richard Henderson
2021-09-22
1
-91
/
+0
*
tcg/mips: Unset TCG_TARGET_HAS_direct_jump
Richard Henderson
2021-09-22
2
-25
/
+10
*
tcg/mips: Allow JAL to be out of range in tcg_out_bswap_subr
Richard Henderson
2021-09-22
1
-2
/
+4
*
tcg/mips: Drop inline markers
Richard Henderson
2021-09-22
1
-49
/
+27
*
tcg/arm: More use of the TCGReg enum
Richard Henderson
2021-09-14
1
-30
/
+35
*
tcg/arm: More use of the ARMInsn enum
Richard Henderson
2021-09-14
1
-10
/
+10
*
tcg/arm: Give enum arm_cond_code_e a typedef and use it
Richard Henderson
2021-09-14
1
-68
/
+68
*
tcg/arm: Drop inline markers
Richard Henderson
2021-09-14
1
-120
/
+114
*
tcg/arm: Simplify usage of encode_imm
Richard Henderson
2021-09-14
1
-64
/
+77
*
tcg/arm: Split out tcg_out_ldstm
Richard Henderson
2021-09-14
1
-2
/
+17
*
tcg/arm: Support armv4t in tcg_out_goto and tcg_out_call
Richard Henderson
2021-09-14
1
-15
/
+34
*
tcg/arm: Simplify use_armv5t_instructions
Richard Henderson
2021-09-14
1
-7
/
+1
*
tcg/arm: Standardize on tcg_out_<branch>_{reg,imm}
Richard Henderson
2021-09-14
1
-16
/
+22
*
tcg/arm: Remove fallback definition of __ARM_ARCH
Richard Henderson
2021-09-14
1
-19
/
+0
*
tcg/arm: Fix tcg_out_vec_op function signature
Jose R. Ziviani
2021-09-14
1
-1
/
+2
*
tcg/ppc: Ensure _CALL_SYSV is set for 32-bit ELF
Richard Henderson
2021-09-14
1
-3
/
+18
*
tcg/ppc: Replace TCG_TARGET_CALL_DARWIN with _CALL_DARWIN
Richard Henderson
2021-09-14
1
-4
/
+4
*
tcg/i386: Split P_VEXW from P_REXW
Richard Henderson
2021-09-14
1
-6
/
+7
*
accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
Richard Henderson
2021-07-21
1
-16
/
+12
*
accel/tcg: Standardize atomic helpers on softmmu api
Richard Henderson
2021-07-21
1
-39
/
+12
*
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...
Peter Maydell
2021-07-12
12
-44
/
+14
|
\
|
*
tcg: Remove TCG_TARGET_HAS_goto_ptr
Richard Henderson
2021-07-10
11
-16
/
+3
|
*
tcg: Fix prologue disassembly
Richard Henderson
2021-07-10
1
-2
/
+2
|
*
tcg: Move tb_phys_invalidate_count to tb_ctx
Richard Henderson
2021-07-09
1
-14
/
+0
|
*
tcg: Bake tb_destroy() into tcg_region_tree
Liren Wei
2021-07-09
1
-11
/
+8
|
*
tcg: Add separator in INDEX_op_call dump
Richard Henderson
2021-07-09
1
-1
/
+1
*
|
misc: Fix "havn't" typo
Philippe Mathieu-Daudé
2021-07-09
3
-5
/
+9
|
/
*
tcg/riscv: Remove MO_BSWAP handling
Richard Henderson
2021-06-29
1
-31
/
+33
*
tcg/aarch64: Unset TCG_TARGET_HAS_MEMORY_BSWAP
Richard Henderson
2021-06-29
2
-57
/
+32
*
tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAP
Richard Henderson
2021-06-29
2
-139
/
+77
*
tcg: Make use of bswap flags in tcg_gen_qemu_st_*
Richard Henderson
2021-06-29
1
-6
/
+3
*
tcg: Make use of bswap flags in tcg_gen_qemu_ld_*
Richard Henderson
2021-06-29
1
-14
/
+10
*
tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
Richard Henderson
2021-06-29
1
-40
/
+83
*
tcg: Handle new bswap flags during optimize
Richard Henderson
2021-06-29
1
-5
/
+51
*
tcg/tci: Support bswap flags
Richard Henderson
2021-06-29
2
-4
/
+22
*
tcg/mips: Support bswap flags in tcg_out_bswap32
Richard Henderson
2021-06-29
1
-23
/
+16
*
tcg/mips: Support bswap flags in tcg_out_bswap16
Richard Henderson
2021-06-29
1
-33
/
+30
*
tcg/s390: Support bswap flags
Richard Henderson
2021-06-29
1
-6
/
+28
*
tcg/ppc: Use power10 byte-reverse instructions
Richard Henderson
2021-06-29
1
-0
/
+34
*
tcg/ppc: Support bswap flags
Richard Henderson
2021-06-29
1
-6
/
+16
*
tcg/ppc: Split out tcg_out_bswap64
Richard Henderson
2021-06-29
1
-30
/
+34
*
tcg/ppc: Split out tcg_out_bswap32
Richard Henderson
2021-06-29
1
-16
/
+22
*
tcg/ppc: Split out tcg_out_bswap16
Richard Henderson
2021-06-29
1
-15
/
+19
*
tcg/ppc: Split out tcg_out_sari{32,64}
Richard Henderson
2021-06-29
1
-4
/
+13
*
tcg/ppc: Split out tcg_out_ext{8,16,32}s
Richard Henderson
2021-06-29
1
-10
/
+21
*
tcg/arm: Support bswap flags
Richard Henderson
2021-06-29
1
-38
/
+63
*
tcg/aarch64: Support bswap flags
Richard Henderson
2021-06-29
1
-0
/
+12
[next]