aboutsummaryrefslogtreecommitdiff
path: root/pstl/include
AgeCommit message (Expand)AuthorFilesLines
2023-05-04[libc++][PSTL][NFC] Fix the naming in the SIMD backendNikolas Klauser1-11/+11
2023-01-24Bump the trunk major version to 17llvmorg-17-initTom Stellard1-1/+1
2022-07-26Bump the trunk major version to 16llvmorg-16-initTom Stellard1-1/+1
2022-05-20[libc++] Use _LIBCPP_ASSERT by default for _PSTL_ASSERTionsNikolas Klauser1-1/+6
2022-02-01Bump the trunk major version to 15llvmorg-15-initTom Stellard1-1/+1
2022-01-31[libc++][pstl][NFC] Remove usage of std::result_of from Parallel STLRuslan Arutyunyan1-2/+2
2022-01-28[libc++][pstl] Implement tag dispatching mechanism for Parallel STLRuslan Arutyunyan21-2338/+2241
2021-11-26[pstl] Fix incorrect usage of std::invoke_resultRuslan Arutyunyan1-4/+4
2021-10-27[pstl] A hot fix for a reduction parallel pattern of OpenMP backendMikhail Dvorskiy1-0/+5
2021-10-27[pstl] A hot compilation fix for MacOS, OpenMP backend; + full qualified name...Mikhail Dvorskiy5-19/+25
2021-10-15[pstl] Initial implementation of OpenMP backend, on behalf of Christopher Nel...Mikhail Dvorskiy16-4/+1047
2021-07-27Bump the trunk major version to 14llvmorg-14-initTom Stellard1-1/+1
2021-05-26[pstl] Workaround more errors in the test suiteLouis Dionne1-5/+1
2021-05-26[pstl] Fix -Wundef errors in the test suiteLouis Dionne7-46/+68
2021-03-04[pstl] A hot fix forMikhail Dvorskiy1-1/+1
2021-03-03[pstl] Fix broken policy_traits and clean up unused codeLouis Dionne1-82/+21
2021-02-13[pstl] Iterator types renaming: ForwardIterator -> RandomAccessIterator; for ...Mikhail Dvorskiy5-677/+719
2021-01-26Bump the trunk major version to 13llvmorg-13-initTom Stellard1-1/+1
2020-11-02[pstl] Replace direct use of assert() with _PSTL_ASSERTThomas Rodgers5-35/+38
2020-09-14[pstl] Support Threading Building Blocks 2020 (oneTBB) for "tbb" parallel bac...Dvorskiy, Mikhail1-79/+369
2020-07-15Bump the trunk major version to 12llvmorg-12-initHans Wennborg1-1/+1
2020-07-08[pstl] Fix a few errors when running PSTL tests through the libc++ test suiteLouis Dionne1-3/+3
2020-05-18[pstl] A fix for move placement-new (and destroy) allocated objects from raw ...Dvorskiy, Mikhail3-38/+267
2020-04-15[pstl] Added missing double-underscore prefixes to some typesIsmail Pazarbasi1-7/+7
2020-03-17[pstl] A hot fix for exclusive_scan (+ lost enable_if in declaration)Mikhail Dvorskiy2-6/+14
2020-03-09[pstl] Clean up parameter uglificationsThomas Rodgers1-6/+6
2020-03-05[pstl] A cleanup fix for sort parallel algorithm.Dvorskiy, Mikhail1-114/+62
2020-01-15Bump the trunk major version to 11llvmorg-11-initHans Wennborg1-1/+1
2019-08-13[pstl] Allow customizing whether per-TU insulation is providedLouis Dionne21-0/+92
2019-08-08[NFC][pstl] Run clang-formatLouis Dionne1-39/+38
2019-08-08[pstl] Remove stray semicolonLouis Dionne1-1/+1
2019-08-08[pstl] Error out when the backend is left unspecifiedLouis Dionne1-3/+1
2019-08-08[pstl] Add a __pstl_config_site header to record the CMake configurationLouis Dionne2-0/+17
2019-08-06[pstl][libc++] Provide uglified header names for interface headersLouis Dionne4-0/+60
2019-08-05[NFC][pstl] Remove stray semi-colonLouis Dionne1-1/+1
2019-07-31[pstl] Fully qualify pstl names.Eric Fiselier3-404/+401
2019-07-18[NFC][pstl] Run clang-format on the sources, including the testsLouis Dionne2-4/+5
2019-07-18Bump the trunk version to 10.0.0svnllvmorg-10-initHans Wennborg1-1/+1
2019-07-16[pstl] Use std::transform_reduce instead of hand-rolled implementationLouis Dionne1-5/+1
2019-07-16[NFC] Fix -Wreorder warning in TBB backendLouis Dionne1-2/+2
2019-07-16[pstl] Fix compilation with TBB backendLouis Dionne1-8/+8
2019-07-08[NFC][pstl] Remove unused utility codeLouis Dionne1-84/+0
2019-07-08[pstl] Use a different namespace for each backendLouis Dionne5-21/+22
2019-07-05[pstl] Add missing includesLouis Dionne15-1/+24
2019-07-04[pstl] Use utilities from <functional> instead of reinventing the wheelLouis Dionne3-86/+28
2019-07-04[NFC][pstl] Do not name each header file in the leading commentLouis Dionne22-22/+22
2019-07-04[NFC][pstl] Run clang-formatLouis Dionne3-30/+30
2019-07-04[pstl] Make sure we include the pstl_config header in the glue headersLouis Dionne4-0/+7
2019-06-20[pstl] Default to the serial backend when unspecifiedLouis Dionne1-1/+3
2019-06-19[pstl] Remove warnings in tests and headersLouis Dionne2-9/+8