index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't include headers already included by qemu/osdep.h
Markus Armbruster
2023-02-08
1
-1
/
+0
*
tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_target
Richard Henderson
2023-02-04
1
-1
/
+1
*
tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
Richard Henderson
2023-02-04
1
-48
/
+88
*
tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
Richard Henderson
2023-02-04
1
-0
/
+85
*
tcg: Add guest load/store primitives for TCGv_i128
Richard Henderson
2023-02-04
1
-0
/
+134
*
tcg: Add basic data movement for TCGv_i128
Richard Henderson
2023-02-04
2
-0
/
+33
*
tcg: Add temp allocation for TCGv_i128
Richard Henderson
2023-02-04
1
-18
/
+42
*
tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128
Richard Henderson
2023-02-04
9
-3
/
+21
*
tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
Richard Henderson
2023-02-04
4
-26
/
+48
*
tcg/tci: Fix big-endian return register ordering
Richard Henderson
2023-02-04
1
-9
/
+10
*
tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
Richard Henderson
2023-02-04
2
-1
/
+39
*
tcg: Add TCG_CALL_RET_BY_VEC
Richard Henderson
2023-02-04
2
-0
/
+20
*
tcg: Introduce tcg_target_call_oarg_reg
Richard Henderson
2023-02-04
11
-46
/
+72
*
tcg: Add TCG_CALL_{RET,ARG}_BY_REF
Richard Henderson
2023-02-04
2
-3
/
+135
*
tcg: Introduce tcg_out_addi_ptr
Richard Henderson
2023-02-04
11
-0
/
+86
*
tcg: Allocate objects contiguously in temp_allocate_frame
Richard Henderson
2023-02-04
1
-8
/
+26
*
tcg: Handle dh_typecode_i128 with TCG_CALL_{RET,ARG}_NORMAL
Richard Henderson
2023-02-04
1
-4
/
+33
*
tcg: Init temp_subindex in liveness_pass_2
Richard Henderson
2023-02-04
1
-0
/
+1
*
Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2023-02-03
9
-139
/
+278
|
\
|
*
tcg/loongarch64: Reorg goto_tb implementation
Richard Henderson
2023-01-23
2
-46
/
+33
|
*
tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldst
Richard Henderson
2023-01-23
1
-1
/
+1
|
*
tcg/loongarch64: Implement movcond
Richard Henderson
2023-01-23
3
-2
/
+36
|
*
tcg/loongarch64: Improve setcond expansion
Richard Henderson
2023-01-23
1
-42
/
+107
|
*
tcg/loongarch64: Introduce tcg_out_addi
Richard Henderson
2023-01-23
3
-10
/
+53
|
*
tcg/loongarch64: Update tcg-insn-defs.c.inc
Richard Henderson
2023-01-23
1
-1
/
+9
|
*
tcg/loongarch64: Optimize immediate loading
Rui Wang
2023-01-23
1
-23
/
+12
|
*
tcg/arm: Use register pair allocation for qemu_{ld,st}_i64
Richard Henderson
2023-01-23
3
-13
/
+24
|
*
tcg: Avoid recursion in tcg_gen_mulu2_i32
Richard Henderson
2023-01-23
1
-1
/
+3
*
|
tcg: exclude non-memory effecting helpers from instrumentation
Emilio Cota
2023-02-02
1
-2
/
+4
|
/
*
tcg/riscv: Use tcg_pcrel_diff in tcg_out_ldst
Richard Henderson
2023-01-20
1
-1
/
+1
*
tcg/riscv: Implement direct branch for goto_tb
Richard Henderson
2023-01-17
1
-2
/
+17
*
tcg/riscv: Introduce OPC_NOP
Richard Henderson
2023-01-17
1
-1
/
+2
*
tcg/arm: Implement direct branch for goto_tb
Richard Henderson
2023-01-17
1
-15
/
+37
*
tcg/sparc64: Reorg goto_tb implementation
Richard Henderson
2023-01-17
1
-50
/
+37
*
tcg/sparc64: Remove USE_REG_TB
Richard Henderson
2023-01-17
1
-41
/
+21
*
tcg/ppc: Reorg goto_tb implementation
Richard Henderson
2023-01-17
2
-114
/
+41
*
tcg/aarch64: Reorg goto_tb implementation
Richard Henderson
2023-01-17
2
-39
/
+29
*
tcg: Remove TCG_TARGET_HAS_direct_jump
Richard Henderson
2023-01-17
16
-15
/
+3
*
tcg: Always define tb_target_set_jmp_target
Richard Henderson
2023-01-17
4
-0
/
+24
*
tcg: Move tb_target_set_jmp_target declaration to tcg.h
Richard Henderson
2023-01-17
10
-40
/
+0
*
tcg: Change tb_target_set_jmp_target arguments
Richard Henderson
2023-01-17
16
-33
/
+53
*
tcg: Add TranslationBlock.jmp_insn_offset
Richard Henderson
2023-01-17
1
-2
/
+4
*
tcg: Add gen_tb to TCGContext
Richard Henderson
2023-01-17
2
-18
/
+10
*
tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
Richard Henderson
2023-01-17
1
-2
/
+2
*
tcg: Split out tcg_out_goto_tb
Richard Henderson
2023-01-17
11
-171
/
+197
*
tcg: Introduce get_jmp_target_addr
Richard Henderson
2023-01-17
5
-4
/
+13
*
tcg: Introduce set_jmp_insn_offset
Richard Henderson
2023-01-17
7
-14
/
+19
*
tcg: Replace asserts on tcg_jmp_insn_offset
Richard Henderson
2023-01-17
6
-6
/
+6
*
tcg/sparc64: Remove unused goto_tb code for indirect jump
Richard Henderson
2023-01-17
1
-29
/
+12
*
tcg/ppc: Remove unused goto_tb code for indirect jump
Richard Henderson
2023-01-17
1
-19
/
+13
[next]