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
/
include
/
tcg
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-07
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-04
tcg: Split out tcg init functions to tcg/startup.h
Richard Henderson
2
-3
/
+58
2023-10-04
tcg: Remove argument to tcg_prologue_init
Richard Henderson
1
-1
/
+1
2023-10-04
tcg: Remove TCGContext.tlb_fast_offset
Richard Henderson
1
-1
/
+0
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
1
-1
/
+1
2023-09-16
tcg: Add gvec compare with immediate and scalar operand
Richard Henderson
1
-0
/
+6
2023-08-31
accel/tcg: spelling fixes
Michael Tokarev
2
-3
/
+3
2023-08-24
tcg: Introduce negsetcond opcodes
Richard Henderson
4
-0
/
+9
2023-08-24
tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32
Richard Henderson
2
-4
/
+3
2023-07-01
tcg: Reduce tcg_assert_listed_vecop() scope
Philippe Mathieu-Daudé
1
-6
/
+0
2023-06-26
accel/tcg: remove CONFIG_PROFILER
Fei Wu
1
-26
/
+0
2023-06-05
tcg: Remove target-specific headers from tcg.[ch]
Richard Henderson
1
-1
/
+0
2023-06-05
tcg: Split tcg/tcg-op-gvec.h
Richard Henderson
2
-434
/
+436
2023-06-05
tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits
Richard Henderson
1
-4
/
+0
2023-06-05
tcg: Add guest_mo to TCGContext
Richard Henderson
1
-0
/
+1
2023-06-05
tcg: Add insn_start_words to TCGContext
Richard Henderson
4
-14
/
+26
2023-06-05
tcg: Split helper-proto.h
Richard Henderson
1
-1
/
+1
2023-06-05
tcg: Split helper-gen.h
Richard Henderson
1
-1
/
+1
2023-06-05
tcg: Split tcg_gen_callN
Richard Henderson
1
-1
/
+13
2023-06-05
tcg: Move temp_idx and tcgv_i32_temp debug out of line
Richard Henderson
1
-14
/
+16
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2
-3
/
+8
2023-06-05
tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h
Richard Henderson
1
-0
/
+59
2023-06-05
tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
Richard Henderson
2
-1000
/
+1000
2023-06-05
tcg: Move TCGv, dup_const_tl definitions to tcg-op.h
Richard Henderson
2
-20
/
+14
2023-06-05
tcg: Split out tcg/oversized-guest.h
Richard Henderson
2
-9
/
+23
2023-06-05
tcg: Split out tcg-target-reg-bits.h
Richard Henderson
1
-11
/
+1
2023-06-05
tcg: Add tlb_fast_offset to TCGContext
Richard Henderson
1
-0
/
+1
2023-06-05
tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
Richard Henderson
2
-7
/
+8
2023-05-23
tcg: Split out tcg/debug-assert.h
Richard Henderson
2
-8
/
+18
2023-05-16
tcg: Add tlb_dyn_max_bits to TCGContext
Richard Henderson
1
-0
/
+1
2023-05-16
tcg: Add page_bits and page_mask to TCGContext
Richard Henderson
1
-0
/
+5
2023-05-16
tcg: Split INDEX_op_qemu_{ld,st}* for guest address size
Richard Henderson
1
-9
/
+26
2023-05-16
tcg: Remove TCGv from tcg_gen_atomic_*
Richard Henderson
1
-50
/
+142
2023-05-16
tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*
Richard Henderson
1
-6
/
+44
2023-05-16
tcg: Add addr_type to TCGContext
Richard Henderson
1
-0
/
+1
2023-05-16
tcg: Widen tcg_gen_code pc_start argument to uint64_t
Richard Henderson
1
-1
/
+1
2023-05-16
accel/tcg: Widen tcg-ldst.h addresses to uint64_t
Richard Henderson
1
-13
/
+13
2023-05-16
tcg: Widen gen_insn_data to uint64_t
Richard Henderson
3
-46
/
+25
2023-05-16
tcg: Add INDEX_op_qemu_{ld,st}_i128
Richard Henderson
1
-0
/
+8
2023-05-16
accel/tcg: Remove helper_unaligned_{ld,st}
Richard Henderson
1
-6
/
+0
2023-05-16
tcg: Add 128-bit guest memory primitives
Richard Henderson
1
-0
/
+4
2023-05-16
accel/tcg: Implement helper_{ld,st}*_mmu for user-only
Richard Henderson
1
-4
/
+2
2023-05-16
tcg: Unify helper_{be,le}_{ld,st}*
Richard Henderson
1
-38
/
+22
2023-05-05
tcg: Widen helper_*_st[bw]_mmu val arguments
Richard Henderson
1
-3
/
+7
2023-05-05
tcg: Remove compatability helpers for qemu ld/st
Richard Henderson
1
-55
/
+0
2023-05-02
tcg: Add tcg_gen_gvec_rotrs
Nazar Kazakov
1
-0
/
+2
2023-05-02
tcg: Add tcg_gen_gvec_andcs
Nazar Kazakov
1
-0
/
+2
2023-04-23
tcg: Replace tcg_abort with g_assert_not_reached
Richard Henderson
1
-6
/
+0
2023-03-13
tcg: Drop tcg_const_*
Richard Henderson
2
-10
/
+0
2023-03-13
tcg: Drop tcg_const_*_vec
Richard Henderson
1
-4
/
+0
[next]