summaryrefslogtreecommitdiff
path: root/pstl
Commit message (Expand)AuthorAgeFilesLines
* [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-1518-5/+1056
* [libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne2021-08-201-2/+0
* Bump the trunk major version to 14llvmorg-14-initTom Stellard2021-07-273-7/+7
* [pstl] Workaround more errors in the test suiteLouis Dionne2021-05-263-6/+3
* [pstl] Fix -Wundef errors in the test suiteLouis Dionne2021-05-2643-126/+148
* [pstl] Use logical operator for loop condition in testszoecarver2021-05-132-2/+2
* Rename top-level LICENSE.txt files to LICENSE.TXTLeonard Chan2021-03-101-0/+0
* [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-263-7/+7
* [pstl] Replace direct use of assert() with _PSTL_ASSERTThomas Rodgers2020-11-026-36/+38
* [pstl] Support Threading Building Blocks 2020 (oneTBB) for "tbb" parallel bac...Dvorskiy, Mikhail2020-09-141-79/+369
* [libc++][pstl] Remove c++98 from UNSUPPORTED annotationsLouis Dionne2020-07-2960-64/+64
* [CMake] Bump CMake minimum version to 3.13.4Louis Dionne2020-07-221-1/+1
* Bump the trunk major version to 12llvmorg-12-initHans Wennborg2020-07-153-7/+7
* [pstl] Do not install the __config_site.in fileLouis Dionne2020-07-081-1/+2
* [pstl] Fix a few errors when running PSTL tests through the libc++ test suiteLouis Dionne2020-07-083-23/+14
* [pstl] A fix for move placement-new (and destroy) allocated objects from raw ...Dvorskiy, Mikhail2020-05-1810-53/+507
* [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-173-6/+52
* [pstl] Clean up parameter uglificationsThomas Rodgers2020-03-091-6/+6
* [pstl] A cleanup fix for sort parallel algorithm.Dvorskiy, Mikhail2020-03-051-114/+62
* [arcconfig] Delete subproject arcconfigsShoaib Meenai2020-02-241-4/+0
* Bump the trunk major version to 11llvmorg-11-initHans Wennborg2020-01-153-7/+7
* [pstl] Allow customizing whether per-TU insulation is providedLouis Dionne2019-08-1322-0/+94
* [pstl] Rename PARALLELSTL_BACKEND to PSTL_PARALLEL_BACKENDLouis Dionne2019-08-132-6/+6
* [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-083-2/+28
* [pstl] Make sure we install all of PSTL's include/ directoryLouis Dionne2019-08-071-1/+1
* [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
* [libc++] Take 2: Integrate the PSTL into libc++Louis Dionne2019-08-051-0/+2
* [pstl] Fully qualify pstl names.Eric Fiselier2019-07-313-404/+401
* Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne2019-07-191-2/+0
* [libc++] Integrate the PSTL into libc++Louis Dionne2019-07-191-0/+2
* [NFC][pstl] Run clang-format on the sources, including the testsLouis Dionne2019-07-1836-118/+108
* [pstl] Fix test that checked the version number after version bumpLouis Dionne2019-07-181-2/+2
* [pstl] Declare main() as returning int, not int32_tLouis Dionne2019-07-1859-59/+59
* Bump the trunk version to 10.0.0svnllvmorg-10-initHans Wennborg2019-07-182-8/+8
* [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