Sign in
qemu
/
qemu
/
0839f11cda08039d15b3e7621390de3e512b24e7
/
tcg
ebb90a0
tcg/i386: Extend TARGET_PAGE_MASK to the proper type
by Richard Henderson
· 8 years ago
34f9392
tcg: Optimize fence instructions
by Pranith Kumar
· 8 years ago
a1e69e2
tcg/tci: Add support for fence
by Pranith Kumar
· 8 years ago
f8f03b3
tcg/sparc: Add support for fence
by Pranith Kumar
· 8 years ago
c9314d6
tcg/s390: Add support for fence
by Pranith Kumar
· 8 years ago
7b4af5e
tcg/ppc: Add support for fence
by Pranith Kumar
· 8 years ago
6f0b991
tcg/mips: Add support for fence
by Pranith Kumar
· 8 years ago
5bbadbd
tcg/ia64: Add support for fence
by Pranith Kumar
· 8 years ago
40f191a
tcg/arm: Add support for fence
by Pranith Kumar
· 8 years ago
c7a59c2
tcg/aarch64: Add support for fence
by Pranith Kumar
· 8 years ago
a7d00d4
tcg/i386: Add support for fence
by Pranith Kumar
· 8 years ago
f65e19b
Introduce TCGOpcode for memory barrier
by Pranith Kumar
· 8 years ago
85aa808
tcg: Support arbitrary size + alignment
by Richard Henderson
· 8 years ago
d4b84d5
Remove unused function declarations
by Ladi Prosek
· 9 years ago
347519e
tcg: Remove duplicate header includes
by Thomas Huth
· 8 years ago
d41f3c3
Remove remainders of HPPA backend
by Thomas Huth
· 8 years ago
5a18407
tcg: Lower indirect registers in a separate pass
by Richard Henderson
· 8 years ago
c0ef05b
tcg: Require liveness analysis
by Richard Henderson
· 8 years ago
bdfb460
tcg: Include liveness info in the dumps
by Richard Henderson
· 8 years ago
c70fbf0
tcg: Compress dead_temps and mem_temps into a single array
by Richard Henderson
· 8 years ago
bee158c
tcg: Fold life data into TCGOp
by Richard Henderson
· 8 years ago
dcb8e75
tcg: Reorg TCGOp chaining
by Richard Henderson
· 8 years ago
a1b3c48
tcg: Compress liveness data to 16 bits
by Richard Henderson
· 8 years ago
8bff06a
compiler: never omit assertions if using a static analysis tool
by Paolo Bonzini
· 8 years ago
175de52
Clean up decorations and whitespace around header guards
by Markus Armbruster
· 8 years ago
14e54f8
tcg: Clean up tcg-target.h header guards
by Markus Armbruster
· 8 years ago
1f00b27
tcg: Improve the alignment check infrastructure
by Sergey Sorokin
· 8 years ago
59d7c14
tcg: Optimize spills of constants
by Richard Henderson
· 9 years ago
120c108
tcg: Fix name for high-half register
by Richard Henderson
· 9 years ago
dcdaadb
trace: [all] Add "guest_mem_before" event
by Lluís Vilanova
· 9 years ago
7c25504
exec: [tcg] Track which vCPU is performing translation and execution
by Lluís Vilanova
· 9 years ago
63c9155
cpu: move exec-all.h inclusion out of cpu.h
by Paolo Bonzini
· 9 years ago
00f6da6
exec: extract exec/tb-context.h
by Paolo Bonzini
· 9 years ago
33c1187
qemu-common: push cpu.h inclusion out of qemu-common.h
by Paolo Bonzini
· 9 years ago
cb8d4c8
Fix some typos found by codespell
by Stefan Weil
· 9 years ago
819af24
tcg: Clean up from 'next_tb'
by Sergey Fedorov
· 9 years ago
90aa39a
tcg: Allow goto_tb to any target PC in user mode
by Sergey Fedorov
· 9 years ago
5b053a4
tcg: Clean up direct block chaining safety checks
by Sergey Fedorov
· 9 years ago
f309101
tcg: Clean up direct block chaining data fields
by Sergey Fedorov
· 9 years ago
c82460a
tcg/mips: Make direct jump patching thread-safe
by Sergey Fedorov
· 9 years ago
84f79fb
tcg/sparc: Make direct jump patching thread-safe
by Sergey Fedorov
· 9 years ago
9e26911
tcg/aarch64: Make direct jump patching thread-safe
by Sergey Fedorov
· 9 years ago
7d14e0e
tcg/arm: Make direct jump patching thread-safe
by Sergey Fedorov
· 9 years ago
ed3d51e
tcg/s390: Make direct jump patching thread-safe
by Sergey Fedorov
· 9 years ago
0d07abf
tcg/i386: Make direct jump patching thread-safe
by Sergey Fedorov
· 9 years ago
399f164
tcg/ppc: Make direct jump patching thread-safe
by Sergey Fedorov
· 9 years ago
76442a9
tci: Make direct jump patching thread-safe
by Sergey Fedorov
· 9 years ago
1d41478
tcg: Add tcg_set_insn_param
by Edgar E. Iglesias
· 9 years ago
8d8fdba
tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG
by Aurelien Jarno
· 9 years ago
eabb7b9
tcg: use tcg_debug_assert instead of assert (fix performance regression)
by Aurelien Jarno
· 9 years ago
2dc7553
tcg/mips: Fix type of tcg_target_reg_alloc_order[]
by James Hogan
· 9 years ago
d977e1c
qemu-log: dfilter-ise exec, out_asm, op and opt_op
by Alex Bennée
· 9 years ago
5bd2ec3
tcg: pass down TranslationBlock to tcg_code_gen
by Alex Bennée
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
5d4e1a1
tcg: Move definition of type TCGv
by Lluís Vilanova
· 9 years ago
1bcea73
tcg: Add type for vCPU pointers
by Lluís Vilanova
· 9 years ago
c3b7f66
tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c
by Peter Maydell
· 9 years ago
ce15110
tcg: Rename tcg-target.c to tcg-target.inc.c
by Peter Maydell
· 9 years ago
91478ce
tcg: Allocate indirect_base temporaries in a different order
by Richard Henderson
· 9 years ago
b3915db
tcg: Implement indirect memory registers
by Richard Henderson
· 11 years ago
869938a
tcg: Work around clang bug wrt enum ranges, part 2
by Richard Henderson
· 9 years ago
30456d5
all: Clean up includes
by Peter Maydell
· 9 years ago
40ae5c6
tcg: Introduce temp_load
by Richard Henderson
· 11 years ago
b13eb72
tcg: Change temp_save argument to TCGTemp
by Richard Henderson
· 11 years ago
12b9b11
tcg: Change temp_sync argument to TCGTemp
by Richard Henderson
· 11 years ago
f8bf00f
tcg: Change temp_dead argument to TCGTemp
by Richard Henderson
· 11 years ago
f8b2f20
tcg: Change reg_to_temp to TCGTemp pointer
by Richard Henderson
· 11 years ago
e4ce0d4
tcg: Remove tcg_get_arg_str_i32/64
by Richard Henderson
· 11 years ago
b663866
tcg: More use of TCGReg where appropriate
by Richard Henderson
· 11 years ago
c807402
tcg: Work around clang bug wrt enum ranges
by Richard Henderson
· 9 years ago
7ca4b75
tcg: Tidy temporary allocation
by Richard Henderson
· 11 years ago
b3a6293
tcg: Change ts->mem_reg to ts->mem_base
by Richard Henderson
· 11 years ago
e1ccc05
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
by Richard Henderson
· 11 years ago
2015770
tcg: Remove lingering references to gen_opc_buf
by Richard Henderson
· 9 years ago
23dceda
tcg: Respect highwater in tcg_out_tb_finalize
by Richard Henderson
· 9 years ago
508127e
log: do not unnecessarily include qom/cpu.h
by Paolo Bonzini
· 9 years ago
757e725
tcg: Clean up includes
by Peter Maydell
· 9 years ago
b17a6d3
tcg: Increase the highwater reservation
by Richard Henderson
· 9 years ago
644da9b
tcg: Fix highwater check
by John Clarke
· 9 years ago
137d639
tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ
by James Hogan
· 9 years ago
bc6d0c2
tcg/mips: Support r6 multiply/divide encodings
by James Hogan
· 9 years ago
6e0d096
tcg/mips: Support r6 JR encoding
by James Hogan
· 9 years ago
ce14bd4
tcg/mips: Add use_mips32r6_instructions definition
by James Hogan
· 9 years ago
c0e40db
tcg-opc.h: Simplify insn_start def
by James Hogan
· 9 years ago
1e1df96
tcg/ppc: Prefer mask over andi.
by Richard Henderson
· 9 years ago
5bfd75a
tcg/ppc: Revise goto_tb implementation
by Richard Henderson
· 9 years ago
70f897b
tcg/ppc: Adjust exit_tb for change in prologue placement
by Richard Henderson
· 9 years ago
b125f9d
tcg: Check for overflow via highwater mark
by Richard Henderson
· 9 years ago
8163b74
tcg: Emit prologue to the beginning of code_gen_buffer
by Richard Henderson
· 9 years ago
04fe640
tcg: Remove tcg_gen_code_search_pc
by Richard Henderson
· 9 years ago
4e5e121
tcg: Remove gen_intermediate_code_pc
by Richard Henderson
· 9 years ago
fca8a50
tcg: Save insn data and use it in cpu_restore_state_from_tb
by Richard Henderson
· 9 years ago
bad729e
tcg: Pass data argument to restore_state_to_opc
by Richard Henderson
· 9 years ago
190ce7f
tcg: Add TCG_MAX_INSNS
by Richard Henderson
· 9 years ago
9aef40e
tcg: Allow extra data to be attached to insn_start
by Richard Henderson
· 9 years ago
765b842
tcg: Rename debug_insn_start to insn_start
by Richard Henderson
· 9 years ago
81dfaf1
tcg/mips: pass oi to tcg_out_tlb_load
by Aurelien Jarno
· 9 years ago
d9f2684
tcg/mips: move tcg_out_addsub2
by Aurelien Jarno
· 9 years ago
5eb4f64
tcg/mips: Fix clobbering of qemu_ld inputs
by James Hogan
· 9 years ago
162e992
tcg: Move tci_tb_ptr to -common
by Peter Crosthwaite
· 9 years ago
Next »