summaryrefslogtreecommitdiff
path: root/include/compiler.h
AgeCommit message (Expand)Author
2025-02-24compiler.h: minor ALIGN_... fixesPeter Jones
2024-12-17includes: work around CLANG_PREREQ() double-definitionPeter Jones
2024-01-22pe-relocate: Avoid __builtin_add_overflow() on GCC < 5Peter Jones
2023-12-05Add primitives for overflow-checked arithmetic operations.Peter Jones
2022-10-04shim: Flush the memory region from i-cache before executiondann frazier
2022-05-23Give the Coverity scanner some more GCC blinders...Peter Jones
2021-03-10Fix compilation for older gccAlex Burmashev
2021-03-10Consolidate most of our standard lib functions to libPeter Jones
2021-02-25compiler.h: fix a typo and add some more function attribute macrosPeter Jones
2021-02-16Make sure MIN() and MAX() are always defined.Peter Jones
2021-02-16Fix up a bunch of our license statements and add SPDX most placesPeter Jones
2021-01-29Work around some clang-format oddnessesPeter Jones
2020-07-23shim: Rework pause functions and add read_counter()Peter Jones