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
/
tcg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-21
1
-1
/
+2
*
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2022-04-21
1
-7
/
+27
|
\
|
*
tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
Richard Henderson
2022-04-20
1
-7
/
+27
*
|
util/log: Remove qemu_log_flush
Richard Henderson
2022-04-20
1
-1
/
+0
*
|
tcg: Pass the locked filepointer to tcg_dump_ops
Richard Henderson
2022-04-20
1
-57
/
+52
*
|
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
2022-04-20
1
-34
/
+44
*
|
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-20
1
-4
/
+4
|
/
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-6
/
+6
*
tcg: Add opcodes for vector nand, nor, eqv
Richard Henderson
2022-03-04
1
-0
/
+6
*
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
2022-02-21
1
-0
/
+1
*
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2022-01-08
1
-2
/
+2
*
tcg/arm: Reduce vector alignment requirement for NEON
Richard Henderson
2021-12-07
1
-1
/
+7
*
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
2021-11-02
1
-5
/
+5
*
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
2021-11-02
1
-41
/
+47
*
tcg: Extend call args using the correct opcodes
Richard Henderson
2021-10-29
1
-3
/
+3
*
tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
Richard Henderson
2021-10-13
1
-0
/
+1
*
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
2021-10-06
1
-1
/
+1
*
tcg: Remove TCG_TARGET_HAS_goto_ptr
Richard Henderson
2021-07-10
1
-6
/
+2
*
tcg: Fix prologue disassembly
Richard Henderson
2021-07-10
1
-2
/
+2
*
tcg: Add separator in INDEX_op_call dump
Richard Henderson
2021-07-09
1
-1
/
+1
*
tcg: Add flags argument to bswap opcodes
Richard Henderson
2021-06-29
1
-0
/
+28
*
tcg: Restart when exhausting the stack frame
Richard Henderson
2021-06-19
1
-1
/
+5
*
tcg: Allocate sufficient storage in temp_allocate_frame
Richard Henderson
2021-06-19
1
-5
/
+26
*
tcg/sparc: Fix temp_allocate_frame vs sparc stack bias
Richard Henderson
2021-06-19
1
-6
/
+3
*
tcg/tci: Implement goto_ptr
Richard Henderson
2021-06-19
1
-1
/
+7
*
tcg/tci: Use ffi for calls
Richard Henderson
2021-06-19
1
-18
/
+46
*
tcg: Build ffi data structures for helpers
Richard Henderson
2021-06-19
1
-0
/
+58
*
tcg: Add tcg_call_func
Richard Henderson
2021-06-19
1
-3
/
+2
*
tcg: Store the TCGHelperInfo in the TCGOp for call
Richard Henderson
2021-06-19
1
-28
/
+21
*
tcg: Add tcg_call_flags
Richard Henderson
2021-06-19
1
-8
/
+6
*
tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode
Richard Henderson
2021-06-19
1
-30
/
+41
*
tcg: Introduce tcg_remove_ops_after
Richard Henderson
2021-06-14
1
-0
/
+13
*
tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/
Richard Henderson
2021-06-14
1
-0
/
+3
*
tcg: Move in_code_gen_buffer and tests to region.c
Richard Henderson
2021-06-11
1
-23
/
+0
*
tcg: Introduce tcg_max_ctxs
Richard Henderson
2021-06-11
1
-13
/
+10
*
accel/tcg: Pass down max_cpus to tcg_init
Richard Henderson
2021-06-11
1
-6
/
+4
*
tcg: Create tcg_init
Richard Henderson
2021-06-11
1
-1
/
+8
*
tcg: Split out region.c
Richard Henderson
2021-06-11
1
-544
/
+3
*
tcg: Split out tcg_region_prologue_set
Richard Henderson
2021-06-11
1
-15
/
+22
*
tcg: Split out tcg_region_initial_alloc
Richard Henderson
2021-06-11
1
-3
/
+10
*
tcg: Remove error return from tcg_region_initial_alloc__locked
Richard Henderson
2021-06-11
1
-13
/
+6
*
tcg: Re-order tcg_region_init vs tcg_prologue_init
Richard Henderson
2021-06-11
1
-33
/
+19
*
tcg: Change parameters for tcg_target_const_match
Richard Henderson
2021-06-04
1
-3
/
+2
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
tcg: Workaround macOS 11.2 mprotect bug
Richard Henderson
2021-03-24
1
-3
/
+7
*
tcg: Do not set guard pages on the rx portion of code_gen_buffer
Richard Henderson
2021-03-24
1
-7
/
+5
*
tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op
Miroslav Rezanina
2021-03-17
1
-8
/
+11
*
tcg: Manage splitwx in tc_ptr_to_region_tree by hand
Richard Henderson
2021-03-06
1
-2
/
+18
*
tcg: Split out tcg_raise_tb_overflow
Richard Henderson
2021-03-06
1
-2
/
+7
[next]