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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up decorations and whitespace around header guards
Markus Armbruster
2016-07-12
1
-2
/
+1
*
tcg: Clean up tcg-target.h header guards
Markus Armbruster
2016-07-12
8
-17
/
+24
*
tcg: Improve the alignment check infrastructure
Sergey Sorokin
2016-07-06
7
-40
/
+123
*
tcg: Optimize spills of constants
Richard Henderson
2016-07-06
10
-81
/
+169
*
tcg: Fix name for high-half register
Richard Henderson
2016-07-06
1
-1
/
+1
*
trace: [all] Add "guest_mem_before" event
Lluís Vilanova
2016-06-20
1
-0
/
+10
*
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
2016-06-20
1
-0
/
+4
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
2
-0
/
+6
*
exec: extract exec/tb-context.h
Paolo Bonzini
2016-05-19
3
-1
/
+25
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
3
-2
/
+4
*
Fix some typos found by codespell
Stefan Weil
2016-05-18
1
-1
/
+1
*
tcg: Clean up from 'next_tb'
Sergey Fedorov
2016-05-13
1
-9
/
+10
*
tcg: Allow goto_tb to any target PC in user mode
Sergey Fedorov
2016-05-13
1
-3
/
+6
*
tcg: Clean up direct block chaining safety checks
Sergey Fedorov
2016-05-13
1
-0
/
+10
*
tcg: Clean up direct block chaining data fields
Sergey Fedorov
2016-05-13
10
-38
/
+41
*
tcg/mips: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-13
1
-2
/
+1
*
tcg/sparc: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-13
1
-1
/
+1
*
tcg/aarch64: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-13
1
-1
/
+13
*
tcg/arm: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-13
1
-0
/
+18
*
tcg/s390: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-13
1
-0
/
+8
*
tcg/i386: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-13
1
-0
/
+23
*
tcg/ppc: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-13
1
-4
/
+18
*
tci: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-13
1
-0
/
+2
*
tcg: Add tcg_set_insn_param
Edgar E. Iglesias
2016-05-12
1
-0
/
+6
*
tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG
Aurelien Jarno
2016-04-21
10
-17
/
+12
*
tcg: use tcg_debug_assert instead of assert (fix performance regression)
Aurelien Jarno
2016-04-21
11
-93
/
+93
*
tcg/mips: Fix type of tcg_target_reg_alloc_order[]
James Hogan
2016-04-05
1
-1
/
+1
*
qemu-log: dfilter-ise exec, out_asm, op and opt_op
Alex Bennée
2016-03-22
1
-2
/
+4
*
tcg: pass down TranslationBlock to tcg_code_gen
Alex Bennée
2016-03-22
2
-4
/
+4
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+1
*
tcg: Move definition of type TCGv
Lluís Vilanova
2016-03-01
2
-2
/
+7
*
tcg: Add type for vCPU pointers
Lluís Vilanova
2016-03-01
1
-0
/
+1
*
tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c
Peter Maydell
2016-02-23
8
-8
/
+0
*
tcg: Rename tcg-target.c to tcg-target.inc.c
Peter Maydell
2016-02-23
13
-8
/
+10
*
tcg: Allocate indirect_base temporaries in a different order
Richard Henderson
2016-02-23
1
-11
/
+32
*
tcg: Implement indirect memory registers
Richard Henderson
2016-02-23
2
-29
/
+68
*
tcg: Work around clang bug wrt enum ranges, part 2
Richard Henderson
2016-02-23
1
-1
/
+1
*
all: Clean up includes
Peter Maydell
2016-02-23
1
-1
/
+0
*
tcg: Introduce temp_load
Richard Henderson
2016-02-09
1
-64
/
+52
*
tcg: Change temp_save argument to TCGTemp
Richard Henderson
2016-02-09
1
-9
/
+7
*
tcg: Change temp_sync argument to TCGTemp
Richard Henderson
2016-02-09
1
-27
/
+28
*
tcg: Change temp_dead argument to TCGTemp
Richard Henderson
2016-02-09
1
-25
/
+23
*
tcg: Change reg_to_temp to TCGTemp pointer
Richard Henderson
2016-02-09
2
-62
/
+57
*
tcg: Remove tcg_get_arg_str_i32/64
Richard Henderson
2016-02-09
2
-15
/
+0
*
tcg: More use of TCGReg where appropriate
Richard Henderson
2016-02-09
2
-15
/
+19
*
tcg: Work around clang bug wrt enum ranges
Richard Henderson
2016-02-09
1
-6
/
+6
*
tcg: Tidy temporary allocation
Richard Henderson
2016-02-09
1
-67
/
+56
*
tcg: Change ts->mem_reg to ts->mem_base
Richard Henderson
2016-02-09
2
-31
/
+38
*
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
Richard Henderson
2016-02-09
2
-25
/
+34
*
tcg: Remove lingering references to gen_opc_buf
Richard Henderson
2016-02-09
1
-2
/
+1
[next]