index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
qemu
/
compiler.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
host-utils: Drop workaround for buggy Apple Clang __builtin_subcll()
Peter Maydell
2025-07-21
1
-13
/
+0
*
include/qemu/compiler: add QEMU_UNINITIALIZED attribute macro
Stefan Hajnoczi
2025-06-12
1
-0
/
+20
*
qemu/compiler: Absorb 'clang-tsa.h'
Philippe Mathieu-Daudé
2025-03-06
1
-0
/
+96
*
win32: remove usage of attribute gcc_struct
Pierrick Bouvier
2025-01-17
1
-6
/
+1
*
include: Fix typo in name of MAKE_IDENTFIER macro
Peter Maydell
2024-08-09
1
-1
/
+1
*
include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()
Paolo Bonzini
2024-06-28
1
-0
/
+46
*
meson: do not use set10
Paolo Bonzini
2023-10-17
1
-0
/
+15
*
win32: avoid discarding the exception handler
Marc-André Lureau
2023-10-03
1
-0
/
+6
*
qobject atomics osdep: Make a few macros more hygienic
Markus Armbruster
2023-09-29
1
-0
/
+3
*
compiler: introduce QEMU_ANNOTATE
Paolo Bonzini
2023-09-26
1
-0
/
+6
*
bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.h
Warner Losh
2023-08-30
1
-30
/
+0
*
bsd-user: Disable clang warnings
Kyle Evans
2023-08-28
1
-0
/
+30
*
host-utils: Avoid using __builtin_subcll on buggy versions of Apple Clang
Peter Maydell
2023-06-23
1
-0
/
+13
*
replace TABs with spaces
Yeqi Fu
2023-03-20
1
-2
/
+2
*
compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}
Marc-André Lureau
2022-04-21
1
-0
/
+8
*
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-21
1
-2
/
+0
*
osdep.h: move qemu_build_not_reached()
Marc-André Lureau
2022-04-21
1
-16
/
+0
*
Move HOST_LONG_BITS to compiler.h
Marc-André Lureau
2022-03-22
1
-0
/
+5
*
compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED
Marc-André Lureau
2022-03-22
1
-2
/
+0
*
compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
Marc-André Lureau
2022-03-22
1
-2
/
+0
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-9
/
+2
*
configure: Remove probe for _Static_assert
Richard Henderson
2021-06-15
1
-11
/
+0
*
qemu/compiler: Remove QEMU_GENERIC
Richard Henderson
2021-06-15
1
-40
/
+0
*
osdep: protect qemu/osdep.h with extern "C"
Paolo Bonzini
2021-04-17
1
-0
/
+6
*
qemu/compiler: Split out qemu_build_not_reached_always
Richard Henderson
2021-01-22
1
-2
/
+3
*
cfi: Initial support for cfi-icall in QEMU
Daniele Buono
2021-01-02
1
-0
/
+11
*
tcg/optimize: Add fallthrough annotations
Thomas Huth
2020-12-18
1
-0
/
+11
*
compiler.h: remove QEMU_GNUC_PREREQ
Marc-André Lureau
2020-12-15
1
-11
/
+0
*
compiler: remove GNUC check
Marc-André Lureau
2020-12-15
1
-7
/
+1
*
compiler.h: explicit case for Clang printf attribute
Marc-André Lureau
2020-12-15
1
-12
/
+12
*
compiler.h: remove GCC < 3 __builtin_expect fallback
Marc-André Lureau
2020-12-15
1
-4
/
+0
*
compiler.h: Don't use compile-time assert when __NO_INLINE__ is defined
Zenghui Yu
2020-02-28
1
-1
/
+1
*
include: Move endof() up from hw/virtio/virtio.h
Max Reitz
2019-10-28
1
-0
/
+7
*
qemu/compiler.h: Add qemu_build_not_reached
Richard Henderson
2019-09-25
1
-0
/
+15
*
cputlb: Disable __always_inline__ without optimization
Richard Henderson
2019-09-25
1
-0
/
+11
*
QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targets
Cao Jiaxi
2019-05-07
1
-1
/
+1
*
linux-user: Fix compilation with clang 3.4
Thomas Huth
2019-01-22
1
-0
/
+4
*
qemu/compiler: Define QEMU_NONSTRING
Philippe Mathieu-Daudé
2019-01-17
1
-0
/
+15
*
Remove QEMU_ARTIFICIAL macro
Thomas Huth
2018-12-12
1
-6
/
+0
*
includes: Replace QEMU_GNUC_PREREQ with "__has_builtin || !defined(__clang__)"
Thomas Huth
2018-12-12
1
-1
/
+1
*
tcg: Split CONFIG_ATOMIC128
Richard Henderson
2018-10-18
1
-0
/
+11
*
qemu/compiler: Wrap __attribute__((flatten)) in a macro
Thomas Huth
2018-10-17
1
-0
/
+15
*
hw/display/qxl: Suppress clang-7 warning about misaligned atomic operation
Peter Maydell
2018-10-05
1
-0
/
+9
*
compiler: add a sizeof_field() macro
Stefan Hajnoczi
2018-06-27
1
-0
/
+2
*
compiler: Add QEMU_BUILD_BUG_MSG() macro
Max Reitz
2018-03-19
1
-3
/
+9
*
lockable: add QemuLockable
Paolo Bonzini
2018-02-08
1
-0
/
+39
*
ucontext: annotate coroutine stack for ASAN
Marc-André Lureau
2018-02-07
1
-0
/
+4
*
use _Static_assert in QEMU_BUILD_BUG_ON
Andreas Grapentin
2017-05-05
1
-1
/
+3
*
Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1
Peter Maydell
2017-04-20
1
-8
/
+0
*
compiler: expression version of QEMU_BUILD_BUG_ON
Michael S. Tsirkin
2017-02-01
1
-0
/
+3
[next]