summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/mismatch.h
AgeCommit message (Expand)Author
2025-10-07[libc++] Make the naming of the iterator_traits aliases consistent (#161661)Nikolas Klauser
2025-01-08Revert "Reapply "[libc++] Explicitly convert to masks in SIMD code (#107983)"...Vitaly Buka
2025-01-01Reapply "[libc++] Explicitly convert to masks in SIMD code (#107983)" (#121352)Vitaly Buka
2024-12-18[libc++] Remove some unused includes (#120219)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-09-17Revert "[libc++] Explicitly convert to masks in SIMD code (#107983)"Thurston Dang
2024-09-17[libc++] Explicitly convert to masks in SIMD code (#107983)Nikolas Klauser
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser
2024-05-11[libc++] Vectorize std::mismatch with trivially equality comparable types (#8...Nikolas Klauser
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
2024-04-04[libc++][NFC] Make __desugars_to a variable template and rename the header to...Nikolas Klauser
2024-04-01[libc++] Optimize the two range overload of mismatch (#86853)Nikolas Klauser
2024-04-01[libc++] Refactor __tuple_like and __pair_like (#85206)Nikolas Klauser
2024-03-29[libc++] Optimize the std::mismatch tail (#83440)Nikolas Klauser
2024-03-23[libc++] Vectorize mismatch (#73255)Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-11-22[libcxx] Fix std::equal not accepting volatile types by refactoring __equal_toAlvin Wong
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-04[libc++] Replace includes of <utility> with specific detail headersArthur O'Dwyer
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-06-19[libcxx] Move all algorithms into their own headersLouis Dionne
2021-06-07Revert "[libcxx][gardening] Move all algorithms into their own headers."Petr Hosek
2021-06-04[libcxx][gardening] Move all algorithms into their own headers.zoecarver