summaryrefslogtreecommitdiff
path: root/pstl/include
Commit message (Expand)AuthorAgeFilesLines
* [libc++][PSTL][NFC] Fix the naming in the SIMD backendNikolas Klauser2023-05-041-11/+11
* Bump the trunk major version to 17llvmorg-17-initTom Stellard2023-01-241-1/+1
* Bump the trunk major version to 16llvmorg-16-initTom Stellard2022-07-261-1/+1
* [libc++] Use _LIBCPP_ASSERT by default for _PSTL_ASSERTionsNikolas Klauser2022-05-201-1/+6
* Bump the trunk major version to 15llvmorg-15-initTom Stellard2022-02-011-1/+1
* [libc++][pstl][NFC] Remove usage of std::result_of from Parallel STLRuslan Arutyunyan2022-01-311-2/+2
* [libc++][pstl] Implement tag dispatching mechanism for Parallel STLRuslan Arutyunyan2022-01-2821-2338/+2241
* [pstl] Fix incorrect usage of std::invoke_resultRuslan Arutyunyan2021-11-261-4/+4
* [pstl] A hot fix for a reduction parallel pattern of OpenMP backendMikhail Dvorskiy2021-10-271-0/+5
* [pstl] A hot compilation fix for MacOS, OpenMP backend; + full qualified name...Mikhail Dvorskiy2021-10-275-19/+25
* [pstl] Initial implementation of OpenMP backend, on behalf of Christopher Nel...Mikhail Dvorskiy2021-10-1516-4/+1047
* Bump the trunk major version to 14llvmorg-14-initTom Stellard2021-07-271-1/+1
* [pstl] Workaround more errors in the test suiteLouis Dionne2021-05-261-5/+1
* [pstl] Fix -Wundef errors in the test suiteLouis Dionne2021-05-267-46/+68
* [pstl] A hot fix forMikhail Dvorskiy2021-03-041-1/+1
* [pstl] Fix broken policy_traits and clean up unused codeLouis Dionne2021-03-031-82/+21
* [pstl] Iterator types renaming: ForwardIterator -> RandomAccessIterator; for ...Mikhail Dvorskiy2021-02-135-677/+719
* Bump the trunk major version to 13llvmorg-13-initTom Stellard2021-01-261-1/+1
* [pstl] Replace direct use of assert() with _PSTL_ASSERTThomas Rodgers2020-11-025-35/+38
* [pstl] Support Threading Building Blocks 2020 (oneTBB) for "tbb" parallel bac...Dvorskiy, Mikhail2020-09-141-79/+369
* Bump the trunk major version to 12llvmorg-12-initHans Wennborg2020-07-151-1/+1
* [pstl] Fix a few errors when running PSTL tests through the libc++ test suiteLouis Dionne2020-07-081-3/+3
* [pstl] A fix for move placement-new (and destroy) allocated objects from raw ...Dvorskiy, Mikhail2020-05-183-38/+267
* [pstl] Added missing double-underscore prefixes to some typesIsmail Pazarbasi2020-04-151-7/+7
* [pstl] A hot fix for exclusive_scan (+ lost enable_if in declaration)Mikhail Dvorskiy2020-03-172-6/+14
* [pstl] Clean up parameter uglificationsThomas Rodgers2020-03-091-6/+6
* [pstl] A cleanup fix for sort parallel algorithm.Dvorskiy, Mikhail2020-03-051-114/+62
* Bump the trunk major version to 11llvmorg-11-initHans Wennborg2020-01-151-1/+1
* [pstl] Allow customizing whether per-TU insulation is providedLouis Dionne2019-08-1321-0/+92
* [NFC][pstl] Run clang-formatLouis Dionne2019-08-081-39/+38
* [pstl] Remove stray semicolonLouis Dionne2019-08-081-1/+1
* [pstl] Error out when the backend is left unspecifiedLouis Dionne2019-08-081-3/+1
* [pstl] Add a __pstl_config_site header to record the CMake configurationLouis Dionne2019-08-082-0/+17
* [pstl][libc++] Provide uglified header names for interface headersLouis Dionne2019-08-064-0/+60
* [NFC][pstl] Remove stray semi-colonLouis Dionne2019-08-051-1/+1
* [pstl] Fully qualify pstl names.Eric Fiselier2019-07-313-404/+401
* [NFC][pstl] Run clang-format on the sources, including the testsLouis Dionne2019-07-182-4/+5
* Bump the trunk version to 10.0.0svnllvmorg-10-initHans Wennborg2019-07-181-1/+1
* [pstl] Use std::transform_reduce instead of hand-rolled implementationLouis Dionne2019-07-161-5/+1
* [NFC] Fix -Wreorder warning in TBB backendLouis Dionne2019-07-161-2/+2
* [pstl] Fix compilation with TBB backendLouis Dionne2019-07-161-8/+8
* [NFC][pstl] Remove unused utility codeLouis Dionne2019-07-081-84/+0
* [pstl] Use a different namespace for each backendLouis Dionne2019-07-085-21/+22
* [pstl] Add missing includesLouis Dionne2019-07-0515-1/+24
* [pstl] Use utilities from <functional> instead of reinventing the wheelLouis Dionne2019-07-043-86/+28
* [NFC][pstl] Do not name each header file in the leading commentLouis Dionne2019-07-0422-22/+22
* [NFC][pstl] Run clang-formatLouis Dionne2019-07-043-30/+30
* [pstl] Make sure we include the pstl_config header in the glue headersLouis Dionne2019-07-044-0/+7
* [pstl] Default to the serial backend when unspecifiedLouis Dionne2019-06-201-1/+3
* [pstl] Remove warnings in tests and headersLouis Dionne2019-06-192-9/+8