index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
/
tcg.h
Age
Commit message (
Expand
)
Author
2017-10-10
tcg: take .helpers out of TCGContext
Emilio G. Cota
2017-09-17
tcg: Fix types in tcg_regset_{set,reset}_reg
Richard Henderson
2017-09-17
tcg: Remove tcg_regset_set32
Richard Henderson
2017-09-17
tcg: Remove tcg_regset_{or,and,andnot,not}
Richard Henderson
2017-09-17
tcg: Remove tcg_regset_set
Richard Henderson
2017-09-17
tcg: Remove tcg_regset_clear
Richard Henderson
2017-09-17
tcg: Add tcg_op_supported
Richard Henderson
2017-09-07
tcg: Infrastructure for managing constant pools
Richard Henderson
2017-09-07
tcg: Rearrange ldst label tracking
Richard Henderson
2017-09-07
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
Richard Henderson
2017-08-03
tcg: Increase minimum alignment from tcg_malloc to 8
Richard Henderson
2017-07-04
tcg: move tb_lock out of translate-all.h
Paolo Bonzini
2017-06-19
tcg: allocate TB structs before the corresponding translated code
Emilio G. Cota
2017-06-05
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
Emilio G. Cota
2017-03-03
Merge branch 'icount-update' into HEAD
Paolo Bonzini
2017-02-24
tcg: add options for enabling MTTCG
KONRAD Frederic
2017-02-24
tcg: move TCG_MO/BAR types into own file
Alex Bennée
2017-02-22
cpu-exec: unify icount_decr and tcg_exit_req
Paolo Bonzini
2017-01-10
tcg: Add opcode for ctpop
Richard Henderson
2017-01-10
tcg: Add clz and ctz opcodes
Richard Henderson
2017-01-10
tcg: Transition flat op_defs array to a target callback
Richard Henderson
2017-01-10
tcg: Add markup for output requires new register
Richard Henderson
2017-01-10
tcg: Add field extraction primitives
Richard Henderson
2016-11-01
tcg/tcg.h: Improve documentation of TCGv_i32 etc types
Peter Maydell
2016-10-31
tcg: comment on which functions have to be called with tb_lock held
Paolo Bonzini
2016-10-26
tcg: Add CONFIG_ATOMIC64
Richard Henderson
2016-10-26
tcg: Add atomic128 helpers
Richard Henderson
2016-10-26
tcg: Add atomic helpers
Richard Henderson
2016-10-26
tcg: Add EXCP_ATOMIC
Richard Henderson
2016-09-16
Introduce TCGOpcode for memory barrier
Pranith Kumar
2016-09-16
tcg: Support arbitrary size + alignment
Richard Henderson
2016-09-15
Remove unused function declarations
Ladi Prosek
2016-08-05
tcg: Lower indirect registers in a separate pass
Richard Henderson
2016-08-05
tcg: Fold life data into TCGOp
Richard Henderson
2016-08-05
tcg: Reorg TCGOp chaining
Richard Henderson
2016-08-05
tcg: Compress liveness data to 16 bits
Richard Henderson
2016-07-17
compiler: never omit assertions if using a static analysis tool
Paolo Bonzini
2016-07-05
tcg: Improve the alignment check infrastructure
Sergey Sorokin
2016-06-20
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
2016-05-19
exec: extract exec/tb-context.h
Paolo Bonzini
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-12
tcg: Clean up from 'next_tb'
Sergey Fedorov
2016-05-12
tcg: Clean up direct block chaining data fields
Sergey Fedorov
2016-05-12
tcg: Add tcg_set_insn_param
Edgar E. Iglesias
2016-03-22
tcg: pass down TranslationBlock to tcg_code_gen
Alex Bennée
2016-03-01
tcg: Move definition of type TCGv
Lluís Vilanova
2016-03-01
tcg: Add type for vCPU pointers
Lluís Vilanova
2016-02-23
tcg: Rename tcg-target.c to tcg-target.inc.c
Peter Maydell
2016-02-23
tcg: Implement indirect memory registers
Richard Henderson
2016-02-09
tcg: Change reg_to_temp to TCGTemp pointer
Richard Henderson
[next]