index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
/
helper-head.h
Age
Commit message (
Expand
)
Author
2023-06-05
tcg: Move env defines out of NEED_CPU_H in helper-head.h
Richard Henderson
2023-06-05
tcg: Remove outdated comments in helper-head.h
Richard Henderson
2023-02-28
exec/helper-head: Include missing "fpu/softfloat-types.h" header
Philippe Mathieu-Daudé
2023-02-04
tcg: Define TCG_TYPE_I128 and related helper macros
Richard Henderson
2023-01-05
tcg: Reorg function calls
Richard Henderson
2023-01-05
tcg: Vary the allocation size for TCGOp
Richard Henderson
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-02-28
tcg: Remove dh_alias indirection for dh_typecode
Richard Henderson
2021-06-19
tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode
Richard Henderson
2020-02-11
tcg: Add support for a helper with 7 arguments
Taylor Simpson
2019-02-21
include/exec/helper-head.h: support "const void *" in helper calls
David Hildenbrand
2018-12-26
tcg: Add TCG_CALL_NO_RETURN
Richard Henderson
2018-05-31
tcg: Fix helper function vs host abi for float16
Richard Henderson
2018-03-01
include/exec/helper-head.h: support f16 in helper calls
Alex Bennée
2017-12-29
tcg: Allow 6 arguments to TCG helpers
Richard Henderson
2017-10-24
tcg: Remove GET_TCGV_* and MAKE_TCGV_*
Richard Henderson
2017-10-24
tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}
Richard Henderson
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
2016-05-19
include: poison symbols in osdep.h
Paolo Bonzini
2016-02-23
include: Clean up includes
Peter Maydell
2014-05-28
tcg: Move size effects out of dh_arg
Richard Henderson
2014-05-28
tcg: Remove sizemask and flags arguments to tcg_gen_callN
Richard Henderson
2014-05-28
tcg: Move side effects out of dh_sizemask
Richard Henderson
2014-05-28
tcg: Push tcg-runtime routines into exec/helper-*
Richard Henderson
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson