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

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pstl
AgeCommit message (Expand)Author
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 11Hans 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
2019-08-05[libc++] Take 2: Integrate the PSTL into libc++Louis Dionne
2019-07-31[pstl] Fully qualify pstl names.Eric Fiselier
2019-07-19Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne
2019-07-19[libc++] Integrate the PSTL into libc++Louis Dionne
2019-07-18[NFC][pstl] Run clang-format on the sources, including the testsLouis Dionne
2019-07-18[pstl] Fix test that checked the version number after version bumpLouis Dionne
2019-07-18[pstl] Declare main() as returning int, not int32_tLouis Dionne
2019-07-18Bump the trunk version to 10.0.0svnllvmorg-10-initHans Wennborg
2019-07-16[pstl] Use std::transform_reduce instead of hand-rolled implementationLouis Dionne
2019-07-16[NFC] Fix -Wreorder warning in TBB backendLouis Dionne
2019-07-16[pstl] Fix compilation with TBB backendLouis Dionne
2019-07-08[NFC][pstl] Remove unused utility codeLouis Dionne
2019-07-08[pstl] Use a different namespace for each backendLouis Dionne
2019-07-05[pstl] Add missing includesLouis Dionne
2019-07-04[pstl] Use utilities from <functional> instead of reinventing the wheelLouis Dionne
2019-07-04[NFC][pstl] Do not name each header file in the leading commentLouis Dionne
2019-07-04[NFC][pstl] Run clang-formatLouis Dionne
2019-07-04[pstl] Make sure we include the pstl_config header in the glue headersLouis Dionne
2019-06-20[pstl] Default to the serial backend when unspecifiedLouis Dionne
2019-06-20[pstl] Mark pstl tests as unsupported before C++17Louis Dionne
2019-06-19[pstl] Remove warnings in tests and headersLouis Dionne
2019-06-18[pstl] Disable workarounds for broken ICC versions when using ClangLouis Dionne
2019-06-18[pstl] Remove stray usage of pstl::execution instead of std::executionLouis Dionne
2019-06-06[pstl] The optimized parallel versions of sort, stable_sort algorithms, TBB p...Mikhail Dvorskiy
2019-06-03A test commit from Mikhail Dvorskiy (blank line, to pstl/trunk) according 'Ob...Mikhail Dvorskiy
2019-05-31[pstl] Use OpenMP pragmas with Clang, which supports themLouis Dionne
2019-05-30[pstl] Remove various warnings in the pstl headers and testsLouis Dionne
2019-04-24[pstl] Make the default backend be the serial backend and always provide para...Louis Dionne
2019-04-18[pstl] Add a serial backend for the PSTLLouis Dionne
2019-04-16[pstl] Remove the stdlib headers from the PSTL and move them to the testsLouis Dionne
2019-04-12[NFC] Add explicit return from main() in testsLouis Dionne
2019-04-11[pstl] Remove our custom FindTBB CMake fileLouis Dionne