index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
tcg
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
plugins: Replace pr_ops with a proper debug dump flag
Richard Henderson
2024-04-30
1
-0
/
+1
*
tcg: Remove INDEX_op_plugin_cb_{start,end}
Richard Henderson
2024-04-30
2
-4
/
+0
*
tcg: Remove TCG_CALL_PLUGIN
Richard Henderson
2024-04-30
1
-2
/
+0
*
plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
Richard Henderson
2024-04-30
2
-0
/
+2
*
plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
Richard Henderson
2024-04-30
2
-0
/
+2
*
tcg: Pass function pointer to tcg_gen_call*
Richard Henderson
2024-04-30
1
-9
/
+12
*
tcg: Make tcg/helper-info.h self-contained
Richard Henderson
2024-04-30
2
-2
/
+3
*
tcg: Add TCGContext.emit_before_op
Richard Henderson
2024-04-09
1
-0
/
+6
*
tcg: Increase width of temp_subindex
Richard Henderson
2024-02-13
1
-1
/
+1
*
tcg: Introduce TCG_COND_TST{EQ,NE}
Richard Henderson
2024-02-03
1
-16
/
+48
*
accel/tcg: Move perf and debuginfo support to tcg/
Ilya Leoshkevich
2024-01-29
2
-0
/
+128
*
tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}
Richard Henderson
2023-11-06
2
-3
/
+2
*
tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}
Richard Henderson
2023-11-06
2
-3
/
+2
*
tcg: Move tcg_temp_free_* out of line
Richard Henderson
2023-11-06
1
-24
/
+5
*
tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of line
Richard Henderson
2023-11-06
3
-74
/
+15
*
tcg: Move tcg_constant_* out of line
Richard Henderson
2023-11-06
2
-26
/
+8
*
tcg: Unexport tcg_gen_op*_{i32,i64}
Richard Henderson
2023-11-06
1
-47
/
+0
*
tcg: Move tcg_gen_opN declarations to tcg-internal.h
Richard Henderson
2023-11-06
1
-7
/
+0
*
tcg: Move vec_gen_* declarations to tcg-internal.h
Richard Henderson
2023-11-06
1
-4
/
+0
*
tcg: Move 64-bit expanders out of line
Richard Henderson
2023-11-06
1
-139
/
+5
*
tcg: Move 32-bit expanders out of line
Richard Henderson
2023-11-06
1
-122
/
+24
*
tcg: Move generic expanders out of line
Richard Henderson
2023-11-06
1
-16
/
+3
*
tcg: Move tcg_gen_op* out of line
Richard Henderson
2023-11-06
1
-208
/
+44
*
accel/tcg: Move HMP info jit and info opcount code
Richard Henderson
2023-11-06
1
-3
/
+0
*
tcg: Export tcg_gen_ext_{i32,i64,tl}
Richard Henderson
2023-10-22
2
-0
/
+4
*
tcg: add negsetcondi
Paolo Bonzini
2023-10-22
2
-0
/
+6
*
tcg: Add tcg_gen_{ld,st}_i128
Richard Henderson
2023-10-22
1
-0
/
+3
*
tcg: drop unused tcg_temp_free define
Mike Frysinger
2023-10-22
1
-2
/
+0
*
tcg: Introduce tcg_use_softmmu
Richard Henderson
2023-10-22
1
-2
/
+6
*
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
Philippe Mathieu-Daudé
2023-10-07
1
-1
/
+1
*
tcg: Split out tcg init functions to tcg/startup.h
Richard Henderson
2023-10-04
2
-3
/
+58
*
tcg: Remove argument to tcg_prologue_init
Richard Henderson
2023-10-04
1
-1
/
+1
*
tcg: Remove TCGContext.tlb_fast_offset
Richard Henderson
2023-10-04
1
-1
/
+0
*
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-10-03
1
-1
/
+1
*
tcg: Add gvec compare with immediate and scalar operand
Richard Henderson
2023-09-16
1
-0
/
+6
*
accel/tcg: spelling fixes
Michael Tokarev
2023-08-31
2
-3
/
+3
*
tcg: Introduce negsetcond opcodes
Richard Henderson
2023-08-24
4
-0
/
+9
*
tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32
Richard Henderson
2023-08-24
2
-4
/
+3
*
tcg: Reduce tcg_assert_listed_vecop() scope
Philippe Mathieu-Daudé
2023-07-01
1
-6
/
+0
*
accel/tcg: remove CONFIG_PROFILER
Fei Wu
2023-06-26
1
-26
/
+0
*
tcg: Remove target-specific headers from tcg.[ch]
Richard Henderson
2023-06-05
1
-1
/
+0
*
tcg: Split tcg/tcg-op-gvec.h
Richard Henderson
2023-06-05
2
-434
/
+436
*
tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits
Richard Henderson
2023-06-05
1
-4
/
+0
*
tcg: Add guest_mo to TCGContext
Richard Henderson
2023-06-05
1
-0
/
+1
*
tcg: Add insn_start_words to TCGContext
Richard Henderson
2023-06-05
4
-14
/
+26
*
tcg: Split helper-proto.h
Richard Henderson
2023-06-05
1
-1
/
+1
*
tcg: Split helper-gen.h
Richard Henderson
2023-06-05
1
-1
/
+1
*
tcg: Split tcg_gen_callN
Richard Henderson
2023-06-05
1
-1
/
+13
*
tcg: Move temp_idx and tcgv_i32_temp debug out of line
Richard Henderson
2023-06-05
1
-14
/
+16
*
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-06-05
2
-3
/
+8
[next]