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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
tcg
/
tcg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-05
tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
Richard Henderson
1
-2
/
+4
2023-01-05
tcg: Introduce tcg_type_size
Richard Henderson
1
-15
/
+12
2023-01-05
tcg: Allocate TCGTemp pairs in host memory order
Richard Henderson
1
-30
/
+28
2023-01-05
tcg: Simplify calls to temp_sync vs mem_coherent
Richard Henderson
1
-6
/
+2
2023-01-05
tcg: Add temp_subindex to TCGTemp
Richard Henderson
1
-0
/
+3
2023-01-05
tcg: Introduce paired register allocation
Richard Henderson
1
-44
/
+372
2023-01-04
tcg: Massage process_op_defs()
Philippe Mathieu-Daudé
1
-27
/
+34
2023-01-04
tcg: Remove check_regs
Richard Henderson
1
-76
/
+0
2023-01-04
tcg: Centralize updates to reg_to_temp
Richard Henderson
1
-74
/
+85
2023-01-04
tcg: Fix tcg_reg_alloc_dup*
Richard Henderson
1
-2
/
+2
2023-01-04
tcg: Remove TCG_TARGET_STACK_GROWSUP
Richard Henderson
1
-30
/
+2
2023-01-04
tcg: Tidy tcg_reg_alloc_op
Richard Henderson
1
-24
/
+21
2023-01-04
tcg: Cleanup trailing whitespace
Richard Henderson
1
-16
/
+17
2022-11-09
tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
Richard Henderson
1
-0
/
+12
2022-11-01
Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...
Stefan Hajnoczi
1
-1
/
+2
2022-10-31
tcg: Avoid using hardcoded /tmp
Bin Meng
1
-1
/
+2
2022-11-01
tcg/tci: fix logic error when registering helpers via FFI
Icenowy Zheng
1
-3
/
+3
2022-11-01
tcg/sparc: Remove support for sparc32plus
Richard Henderson
1
-73
/
+2
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
1
-4
/
+4
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
1
-1
/
+2
2022-04-20
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
1
-7
/
+27
2022-04-20
tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
Richard Henderson
1
-7
/
+27
2022-04-20
util/log: Remove qemu_log_flush
Richard Henderson
1
-1
/
+0
2022-04-20
tcg: Pass the locked filepointer to tcg_dump_ops
Richard Henderson
1
-57
/
+52
2022-04-20
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
1
-34
/
+44
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
1
-4
/
+4
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
1
-6
/
+6
2022-03-04
tcg: Add opcodes for vector nand, nor, eqv
Richard Henderson
1
-0
/
+6
2022-02-21
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
1
-0
/
+1
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
1
-2
/
+2
2021-12-07
tcg/arm: Reduce vector alignment requirement for NEON
Richard Henderson
1
-1
/
+7
2021-11-02
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
1
-5
/
+5
2021-11-02
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
1
-41
/
+47
2021-10-28
tcg: Extend call args using the correct opcodes
Richard Henderson
1
-3
/
+3
2021-10-13
tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
Richard Henderson
1
-0
/
+1
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
1
-1
/
+1
2021-07-09
tcg: Remove TCG_TARGET_HAS_goto_ptr
Richard Henderson
1
-6
/
+2
2021-07-09
tcg: Fix prologue disassembly
Richard Henderson
1
-2
/
+2
2021-07-09
tcg: Add separator in INDEX_op_call dump
Richard Henderson
1
-1
/
+1
2021-06-29
tcg: Add flags argument to bswap opcodes
Richard Henderson
1
-0
/
+28
2021-06-19
tcg: Restart when exhausting the stack frame
Richard Henderson
1
-1
/
+5
2021-06-19
tcg: Allocate sufficient storage in temp_allocate_frame
Richard Henderson
1
-5
/
+26
2021-06-19
tcg/sparc: Fix temp_allocate_frame vs sparc stack bias
Richard Henderson
1
-6
/
+3
2021-06-19
tcg/tci: Implement goto_ptr
Richard Henderson
1
-1
/
+7
2021-06-19
tcg/tci: Use ffi for calls
Richard Henderson
1
-18
/
+46
2021-06-19
tcg: Build ffi data structures for helpers
Richard Henderson
1
-0
/
+58
2021-06-19
tcg: Add tcg_call_func
Richard Henderson
1
-3
/
+2
2021-06-19
tcg: Store the TCGHelperInfo in the TCGOp for call
Richard Henderson
1
-28
/
+21
2021-06-19
tcg: Add tcg_call_flags
Richard Henderson
1
-8
/
+6
2021-06-19
tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode
Richard Henderson
1
-30
/
+41
[prev]
[next]