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
*
tcg: allocate TB structs before the corresponding translated code
Emilio G. Cota
2017-06-19
1
-0
/
+20
*
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
Emilio G. Cota
2017-06-05
1
-0
/
+5
*
tcg: Allow an operand to be matching or a constant
Richard Henderson
2017-01-10
1
-31
/
+32
*
tcg: Pass the opcode width to target_parse_constraint
Richard Henderson
2017-01-10
1
-4
/
+8
*
tcg: Transition flat op_defs array to a target callback
Richard Henderson
2017-01-10
1
-58
/
+28
*
tcg: Add markup for output requires new register
Richard Henderson
2017-01-10
1
-12
/
+22
*
log: Add locking to large logging blocks
Richard Henderson
2016-11-01
1
-0
/
+8
*
tcg: try sti when moving a constant into a dead memory temp
Paolo Bonzini
2016-10-24
1
-29
/
+27
*
tcg: Remove duplicate header includes
Thomas Huth
2016-09-15
1
-2
/
+0
*
tcg: Lower indirect registers in a separate pass
Richard Henderson
2016-08-05
1
-53
/
+253
*
tcg: Require liveness analysis
Richard Henderson
2016-08-05
1
-21
/
+0
*
tcg: Include liveness info in the dumps
Richard Henderson
2016-08-05
1
-21
/
+47
*
tcg: Compress dead_temps and mem_temps into a single array
Richard Henderson
2016-08-05
1
-59
/
+60
*
tcg: Fold life data into TCGOp
Richard Henderson
2016-08-05
1
-6
/
+3
*
tcg: Reorg TCGOp chaining
Richard Henderson
2016-08-05
1
-20
/
+15
*
tcg: Compress liveness data to 16 bits
Richard Henderson
2016-08-05
1
-36
/
+22
*
tcg: Improve the alignment check infrastructure
Sergey Sorokin
2016-07-06
1
-8
/
+18
*
tcg: Optimize spills of constants
Richard Henderson
2016-07-06
1
-74
/
+91
*
tcg: Fix name for high-half register
Richard Henderson
2016-07-06
1
-1
/
+1
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+5
*
tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG
Aurelien Jarno
2016-04-21
1
-7
/
+2
*
tcg: use tcg_debug_assert instead of assert (fix performance regression)
Aurelien Jarno
2016-04-21
1
-18
/
+18
*
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
1
-3
/
+3
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+1
*
tcg: Rename tcg-target.c to tcg-target.inc.c
Peter Maydell
2016-02-23
1
-3
/
+4
*
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
1
-29
/
+66
*
tcg: Work around clang bug wrt enum ranges, part 2
Richard Henderson
2016-02-23
1
-1
/
+1
*
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
1
-59
/
+54
*
tcg: Remove tcg_get_arg_str_i32/64
Richard Henderson
2016-02-09
1
-10
/
+0
*
tcg: More use of TCGReg where appropriate
Richard Henderson
2016-02-09
1
-11
/
+15
*
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
1
-29
/
+36
*
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
Richard Henderson
2016-02-09
1
-17
/
+4
*
tcg: Remove lingering references to gen_opc_buf
Richard Henderson
2016-02-09
1
-2
/
+1
*
tcg: Respect highwater in tcg_out_tb_finalize
Richard Henderson
2016-02-09
1
-7
/
+5
*
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2016-02-03
1
-0
/
+1
*
tcg: Clean up includes
Peter Maydell
2016-01-29
1
-1
/
+1
*
tcg: Increase the highwater reservation
Richard Henderson
2015-12-01
1
-1
/
+5
*
tcg: Fix highwater check
John Clarke
2015-11-23
1
-1
/
+1
*
tcg: Check for overflow via highwater mark
Richard Henderson
2015-10-07
1
-3
/
+11
*
tcg: Emit prologue to the beginning of code_gen_buffer
Richard Henderson
2015-10-07
1
-7
/
+28
*
tcg: Remove tcg_gen_code_search_pc
Richard Henderson
2015-10-07
1
-40
/
+19
*
tcg: Save insn data and use it in cpu_restore_state_from_tb
Richard Henderson
2015-10-07
1
-14
/
+26
[next]