summaryrefslogtreecommitdiff
path: root/libcxx/include/experimental/simd
AgeCommit message (Expand)Author
2025-04-09[libc++][C++03] Remove headers which don't provide anything (#134044)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-11[libc++][C++03] Add #if 0 to the experimental/ and ext/ headers as well (#119...Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-09-11[libc++] Get rid of experimental/__config (#108233)Louis Dionne
2024-06-23[libc++] <experimental/simd> Add swap functions of simd reference (#86478)ZhangYin
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2023-12-24[libc++][NFC] Refactor <experimental/simd> a bit to simplify dependencies (#7...Nikolas Klauser
2023-09-12[libcxx] <experimental/simd> Added aliagned flag types, traits is_simd_flag_t...Zhangyin
2023-09-12[libcxx] <experimental/simd> Added simd width functions, simd_size traits and...Zhangyin
2023-09-12[libcxx] <experimental/simd> Add ABI tags, class template simd/simd_mask impl...Zhangyin
2023-09-12[libcxx] <experimental/simd> Removed original implementations and testsZhangyin
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser
2022-11-25[libc++][NFC] Consistently use newline between license and include guardLouis Dionne
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever
2022-08-31[libc++] Reduces the number of transitive includes.Mark de Wever
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne
2022-04-26[libc++] Remove <functional> includesNikolas Klauser
2022-04-20[libc++] Granularize <functional> includesNikolas Klauser
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-03-15[libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnin...Louis Dionne
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-14[libc++][NFC] Remove clang-diagnostic-c++98-compat-extra-semi warnings in exp...Nikolas Klauser
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-09-22[libc++][NFCI] Remove uses of _LIBCPP_INLINE_VARLouis Dionne
2021-04-01[libc++] Build and test with -Wundef warning. NFC.Marek Kurdej
2020-12-03[libc++] Update and normalize the "all the headers" tests.Arthur O'Dwyer
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, const...Tim Shen
2018-07-30Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constru...Tim Shen
2018-07-30[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, c...Tim Shen
2018-04-23Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based ...Tim Shen
2018-04-23Revert "[libcxx] implement <experimental/simd> declarations based on P0214R7."Tim Shen
2018-04-23[libcxx] implement <experimental/simd> declarations based on P0214R7.Tim Shen