summaryrefslogtreecommitdiff
path: root/libc/src/__support/common.h
AgeCommit message (Expand)Author
2025-09-09[libc] Some compatibility update for building with MSVC. (#157701)lntue
2025-04-17[libc] Export standard C symbols in the public packages for MacOS instead of ...lntue
2024-11-25[libc] Resolve multi-line comment error (#117636)Caslyn Tonelli
2024-11-20[libc] Allow each function can have extra attributes by defining LLVM_LIBC_FU...lntue
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-01-23[libc] Fix aliasing function name got accidentally deleted in #79128. (#79203)lntue
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)Guillaume Chatelet
2023-09-26[libc][NFC] Fix delete operator linkage names after switch to LIBC_NAMESPACE....Siva Chandra
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-07[libc] customizable namespace 2/4 (#65471)Guillaume Chatelet
2023-08-08[libc] Allow NVPTX to use aliasesJoseph Huber
2023-08-07[libc] Clean up required LIBC_INLINE uses in src/stringRoland McGrath
2023-07-07[libc] Enable aliasing on AMDGPU targetsJoseph Huber
2023-03-25[libc] Define LLVM_LIBC_FUNCTION with a layer of macro expansionRoland McGrath
2023-02-15[libc][NFC] Make tuning macros start with LIBC_COPT_Guillaume Chatelet
2023-02-09[libc][NFC] Move architectures.h to properties subfolderGuillaume Chatelet
2023-02-07[libc][NFC] Rename macrosGuillaume Chatelet
2023-02-07[libc][NFC] Move attributes from common to macros folderGuillaume Chatelet
2023-02-07[libc][NFC] Use LIBC_TARGET_IS_GPU instead of defining PACKAGE_FOR_GPUGuillaume Chatelet
2023-02-02[libc] Remove OpenMP and build the GPU libc directlyJoseph Huber
2023-01-20[libc][NFC] Replace static inline and inline annotations with LIBC_INLINE.Siva Chandra Reddy
2022-11-29[libc] Add initial support for a libc implementation for the GPUJoseph Huber
2022-06-14[libc] Guard common macro namesAlex Brachet
2022-03-10[libc] Initial support for darwin-aarch64.Tue Ly
2021-11-19[libc][Obvious][NFC] A bunch of cosmetic cleanup.Siva Chandra Reddy
2021-01-15[libc] Allow customization of memcpy via flags.Guillaume Chatelet
2021-01-11[libc][NFC] Make __support/common.h an in tree header.Siva Chandra Reddy