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/aarch64: Use tcg_constant_vec with tcg vec expanders
Richard Henderson
2021-01-13
1
-5
/
+5
*
tcg/ppc: Use tcg_constant_vec with tcg vec expanders
Richard Henderson
2021-01-13
1
-17
/
+27
*
tcg: Remove tcg_gen_dup{8,16,32,64}i_vec
Richard Henderson
2021-01-13
1
-20
/
+0
*
tcg/i386: Use tcg_constant_vec with tcg vec expanders
Richard Henderson
2021-01-13
1
-13
/
+13
*
tcg: Add tcg_reg_alloc_dup2
Richard Henderson
2021-01-13
1
-0
/
+97
*
tcg: Remove movi and dupi opcodes
Richard Henderson
2021-01-13
12
-42
/
+1
*
tcg/tci: Add special tci_movi_{i32,i64} opcodes
Richard Henderson
2021-01-13
2
-4
/
+4
*
tcg: Use tcg_constant_{i32,i64,vec} with gvec expanders
Richard Henderson
2021-01-13
2
-77
/
+58
*
tcg: Use tcg_constant_{i32,i64} with tcg int expanders
Richard Henderson
2021-01-13
1
-120
/
+107
*
tcg: Convert tcg_gen_dupi_vec to TCG_CONST
Richard Henderson
2021-01-13
3
-40
/
+15
*
tcg/optimize: Use tcg_constant_internal with constant folding
Richard Henderson
2021-01-13
1
-59
/
+49
*
tcg/optimize: Adjust TempOptInfo allocation
Richard Henderson
2021-01-13
1
-26
/
+34
*
tcg/optimize: Improve find_better_copy
Richard Henderson
2021-01-13
1
-15
/
+12
*
tcg: Introduce TYPE_CONST temporaries
Richard Henderson
2021-01-13
2
-49
/
+188
*
tcg: Expand TempOptInfo to 64-bits
Richard Henderson
2021-01-13
1
-19
/
+21
*
tcg: Rename struct tcg_temp_info to TempOptInfo
Richard Henderson
2021-01-13
1
-16
/
+16
*
tcg: Expand TCGTemp.val to 64-bits
Richard Henderson
2021-01-13
1
-1
/
+1
*
tcg: Add temp_readonly
Richard Henderson
2021-01-13
1
-11
/
+10
*
tcg: Consolidate 3 bits into enum TCGTempKind
Richard Henderson
2021-01-13
2
-54
/
+80
*
tcg: Increase tcg_out_dupi_vec immediate to int64_t
Richard Henderson
2021-01-13
4
-33
/
+69
*
tcg: Use tcg_out_dupi_vec from temp_load
Richard Henderson
2021-01-13
4
-34
/
+46
*
tcg: Constify TCGLabelQemuLdst.raddr
Richard Henderson
2021-01-07
8
-15
/
+8
*
tcg: Constify tcg_code_gen_epilogue
Richard Henderson
2021-01-07
9
-17
/
+9
*
tcg: Remove TCG_TARGET_SUPPORT_MIRROR
Richard Henderson
2021-01-07
9
-9
/
+0
*
tcg/arm: Support split-wx code generation
Richard Henderson
2021-01-07
2
-17
/
+22
*
tcg/mips: Support split-wx code generation
Richard Henderson
2021-01-07
2
-20
/
+25
*
tcg/mips: Do not assert on relocation overflow
Richard Henderson
2021-01-07
1
-34
/
+19
*
tcg/riscv: Support split-wx code generation
Richard Henderson
2021-01-07
2
-19
/
+24
*
tcg/riscv: Remove branch-over-branch fallback
Richard Henderson
2021-01-07
1
-50
/
+6
*
tcg/riscv: Fix branch range checks
Richard Henderson
2021-01-07
1
-13
/
+15
*
tcg/s390: Support split-wx code generation
Richard Henderson
2021-01-07
2
-40
/
+31
*
tcg/s390: Use tcg_tbrel_diff
Richard Henderson
2021-01-07
1
-8
/
+8
*
tcg/sparc: Support split-wx code generation
Richard Henderson
2021-01-07
2
-12
/
+14
*
tcg/sparc: Use tcg_tbrel_diff
Richard Henderson
2021-01-07
1
-8
/
+7
*
tcg/ppc: Support split-wx code generation
Richard Henderson
2021-01-07
2
-24
/
+31
*
tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB
Richard Henderson
2021-01-07
1
-3
/
+2
*
tcg/ppc: Use tcg_tbrel_diff
Richard Henderson
2021-01-07
1
-3
/
+3
*
tcg/tci: Push const down through bytecode reading
Richard Henderson
2021-01-07
1
-26
/
+34
*
tcg/aarch64: Support split-wx code generation
Richard Henderson
2021-01-07
2
-26
/
+33
*
tcg/aarch64: Use B not BL for tcg_out_goto_long
Richard Henderson
2021-01-07
1
-1
/
+1
*
tcg/i386: Support split-wx code generation
Richard Henderson
2021-01-07
2
-10
/
+12
*
tcg: Return the TB pointer from the rx region from exit_tb
Richard Henderson
2021-01-07
1
-1
/
+12
*
tcg: Add --accel tcg,split-wx property
Richard Henderson
2021-01-07
9
-0
/
+9
*
tcg: Make DisasContextBase.tb const
Richard Henderson
2021-01-07
1
-1
/
+1
*
tcg: Adjust tb_target_set_jmp_target for split-wx
Richard Henderson
2021-01-07
13
-41
/
+41
*
tcg: Adjust tcg_register_jit for const
Richard Henderson
2021-01-07
9
-13
/
+13
*
tcg: Adjust tcg_out_label for const
Richard Henderson
2021-01-07
2
-8
/
+8
*
tcg: Adjust tcg_out_call for const
Richard Henderson
2021-01-07
10
-19
/
+19
*
tcg: Adjust TCGLabel for const
Richard Henderson
2021-01-07
6
-8
/
+9
*
tcg: Introduce tcg_splitwx_to_{rx,rw}
Richard Henderson
2021-01-07
3
-9
/
+59
[next]