Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pstl
AgeCommit message (Expand)Author
2022-08-19Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-07-27Bump the trunk major version to 16llvmorg-16-initTom Stellard
2022-05-20[libc++] Use _LIBCPP_ASSERT by default for _PSTL_ASSERTionsNikolas Klauser
2022-02-02Bump 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-28Bump 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-11Rename 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-27Bump the trunk major version to 13llvmorg-13-initTom Stellard
2020-11-03[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
2020-07-29[libc++][pstl] Remove c++98 from UNSUPPORTED annotationsLouis Dionne
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne
2020-07-15Bump the trunk major version to 12llvmorg-12-initHans Wennborg
2020-07-08[pstl] Do not install the __config_site.in fileLouis Dionne
2020-07-08[pstl] Fix a few errors when running PSTL tests through the libc++ test suiteLouis Dionne
2020-05-18[pstl] A fix for move placement-new (and destroy) allocated objects from raw ...Dvorskiy, Mikhail
2020-04-15[pstl] Added missing double-underscore prefixes to some typesIsmail Pazarbasi
2020-03-17[pstl] A hot fix for exclusive_scan (+ lost enable_if in declaration)Mikhail Dvorskiy
2020-03-09[pstl] Clean up parameter uglificationsThomas Rodgers
2020-03-05[pstl] A cleanup fix for sort parallel algorithm.Dvorskiy, Mikhail
2020-02-25[arcconfig] Delete subproject arcconfigsShoaib Meenai
2020-01-15Bump the trunk major version to 11llvmorg-11-initHans Wennborg
2019-08-13[pstl] Allow customizing whether per-TU insulation is providedLouis Dionne
2019-08-13[pstl] Rename PARALLELSTL_BACKEND to PSTL_PARALLEL_BACKENDLouis Dionne
2019-08-08[NFC][pstl] Run clang-formatLouis Dionne
2019-08-08[pstl] Remove stray semicolonLouis Dionne
2019-08-08[pstl] Error out when the backend is left unspecifiedLouis Dionne
2019-08-08[pstl] Add a __pstl_config_site header to record the CMake configurationLouis Dionne
2019-08-07[pstl] Make sure we install all of PSTL's include/ directoryLouis Dionne
2019-08-07[pstl][libc++] Provide uglified header names for interface headersLouis Dionne
2019-08-06[NFC][pstl] Remove stray semi-colonLouis Dionne