aboutsummaryrefslogtreecommitdiff
path: root/libc/src/errno
AgeCommit message (Expand)AuthorFilesLines
2024-07-13[libc] Mark all __llvm_libc_errno definitions as noexcept (#98762)Petr Hosek1-2/+2
2024-07-13[libc] Mark internal __llvm_libc_errno as noexcept (#98760)Petr Hosek1-1/+1
2024-07-13[libc] Remove src/errno/errno.h (#98759)Petr Hosek4-25/+7
2024-07-13[libc] Support configurable errno modes (#98287)Petr Hosek4-29/+93
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek2-4/+6
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini2-6/+4
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek2-4/+6
2024-07-01[libc] Partially implement 'errno' on the GPU (#97107)Joseph Huber1-4/+9
2024-05-14[libc][errno] Remove unnecessary include (#92063)Robin Caloudis1-3/+0
2024-05-13[libc][errno] Use macro instead of system header (#91150)Robin Caloudis3-7/+3
2024-02-06[libc][NFC] Fix extraneous namespace on Errno (#80894)michaelrj-google2-2/+2
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google2-1/+4
2024-02-01[libc] Update libc_errno to work correctly in both overlay and full build mod...lntue3-61/+72
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet2-8/+8
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet1-3/+3
2023-06-02[libc] Implement 'errno' on the GPU as a global integer internallyJoseph Huber2-11/+4
2023-05-25[libc] Add macro LIBC_THREAD_LOCAL.Siva Chandra Reddy3-3/+6
2023-04-25[libc] Fix including 'libc_errno.h' incorrectlyJoseph Huber1-1/+6
2023-04-25[libc][fix] Add missing 'errno' header for the GPU libcJoseph Huber1-0/+1
2023-04-25[libc] Ignore 'errno' on the GPU and support 'atoi'Joseph Huber2-0/+31
2023-03-14[libc] Make libc_errno point to internal errno for non-public builds.Siva Chandra Reddy4-24/+4
2023-03-03[libc] Make errno an entrypoint.Siva Chandra Reddy1-1/+1
2023-02-28[libc][NFC] Refactor internal errno.Siva Chandra Reddy7-39/+75
2022-03-04[libc] Make the errno macro resolve to the thread local variable directly.Siva Chandra Reddy5-49/+16
2021-12-07[libc] apply new lint rulesMichael Jones1-2/+2
2021-07-30[libc][NFC] Add dummy errno target to satisfy mixed mode builds.Siva Chandra Reddy3-0/+24
2021-01-08[libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones1-1/+1
2020-11-03[LIBC][NFC] Rename errno and assert files to match other files with functionsMichael Jones4-8/+23
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth2-2/+2
2020-01-06[libc] Move all tests to a top level `test` directory.Siva Chandra Reddy2-29/+0
2019-12-09[libc] Add implementation of errno and define the other macros of errno.h.Siva Chandra Reddy4-0/+80