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