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