summaryrefslogtreecommitdiff
path: root/pstl
AgeCommit message (Expand)Author
2025-01-28Bump version to 21.0.0git (#124870)llvmorg-21-initTom Stellard
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond
2024-07-23Clear release notes for upcoming LLVM 20 dev cyclellvmorg-20-initTobias Hieta
2024-05-25Revise IDE folder structure (#89755)Michael Kruse
2024-01-23Bump trunk version to 19.0.0gitllvmorg-19-initTom Stellard
2023-07-25Clear release notes for 18.xllvmorg-18-initTobias Hieta
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-05-04[libc++][PSTL][NFC] Fix the naming in the SIMD backendNikolas Klauser
2023-04-15Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever
2023-03-18Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever
2023-03-18Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-03-04Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-03-04[CMake] Bumps minimum version to 3.20.0.Mark de Wever
2023-01-24Bump the trunk major version to 17llvmorg-17-initTom Stellard
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-07-26Bump the trunk major version to 16llvmorg-16-initTom Stellard
2022-05-20[libc++] Use _LIBCPP_ASSERT by default for _PSTL_ASSERTionsNikolas Klauser
2022-02-01Bump the trunk major version to 15llvmorg-15-initTom Stellard
2022-01-31[libc++][pstl][NFC] Remove usage of std::result_of from Parallel STLRuslan Arutyunyan
2022-01-28[libc++][pstl] Implement tag dispatching mechanism for Parallel STLRuslan Arutyunyan
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson
2022-01-17[pstl][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2021-11-26[pstl] Fix incorrect usage of std::invoke_resultRuslan Arutyunyan
2021-10-27[pstl] A hot fix for a reduction parallel pattern of OpenMP backendMikhail Dvorskiy
2021-10-27[pstl] A hot compilation fix for MacOS, OpenMP backend; + full qualified name...Mikhail Dvorskiy
2021-10-15[pstl] Initial implementation of OpenMP backend, on behalf of Christopher Nel...Mikhail Dvorskiy
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne
2021-07-27Bump the trunk major version to 14llvmorg-14-initTom Stellard
2021-05-26[pstl] Workaround more errors in the test suiteLouis Dionne
2021-05-26[pstl] Fix -Wundef errors in the test suiteLouis Dionne
2021-05-13[pstl] Use logical operator for loop condition in testszoecarver
2021-03-10Rename top-level LICENSE.txt files to LICENSE.TXTLeonard Chan
2021-03-04[pstl] A hot fix forMikhail Dvorskiy
2021-03-03[pstl] Fix broken policy_traits and clean up unused codeLouis Dionne
2021-02-13[pstl] Iterator types renaming: ForwardIterator -> RandomAccessIterator; for ...Mikhail Dvorskiy
2021-01-26Bump the trunk major version to 13llvmorg-13-initTom Stellard
2020-11-02[pstl] Replace direct use of assert() with _PSTL_ASSERTThomas Rodgers
2020-09-14[pstl] Support Threading Building Blocks 2020 (oneTBB) for "tbb" parallel bac...Dvorskiy, Mikhail