summaryrefslogtreecommitdiff
path: root/libc/src/assert
AgeCommit message (Expand)Author
2024-10-27[libc] Add `__builtin_expect` tag on assert conditions; NFC (#99498)goldsteinn
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-02-28[libc] remove header guard for assert.h (#83334)Nick Desaulniers
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers
2023-10-10[libc] Fix missing warp sync for the NVPTX assertJoseph Huber
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2023-09-12[libc][NFC] Factor GPU exiting into a common function (#66093)Joseph Huber
2023-08-31[libc] Support 'assert.h' on the GPUJoseph Huber
2023-04-10[libc][obvious] fix new assert typoMichael Jones
2023-04-07[libc][obvious] fix phrasing in assert commentMichael Jones
2023-02-21[libc] Introduce a libc internal assertion macro named LIBC_ASSERT.Siva Chandra Reddy
2023-01-30[libc] Remove warning about unused variableGuillaume Chatelet
2022-11-16[libc] Fix assert.h and ctype.h not being builtJoseph Huber
2022-02-08[libc][NFC] Remove all Linux specific code to respective linux/ directoriesAlex Brachet
2021-12-22[libc] Move the x86_64 syscall functions to OSUtil.Siva Chandra Reddy
2021-12-07[libc] apply new lint rulesMichael Jones
2021-01-08[libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones
2020-11-03[LIBC][NFC] Rename errno and assert files to match other files with functionsMichael Jones
2020-04-10[libc] Add fully-qualified target names.Siva Chandra Reddy
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth
2020-03-11[libc] Add initial assert definitionAlex Brachet