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
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
2019-04-11[pstl] Setup the _PSTL_VERSION macro like _LIBCPP_VERSION, and add release notesLouis Dionne
2019-04-10[pstl] Move to single underscore-capital for macros and include guardsLouis Dionne
2019-04-10[pstl] Fix incorrect forward declaration of __pattern_unique_copyLouis Dionne
2019-04-10[pstl] Add missing forward declarations for equalLouis Dionne
2019-04-10Fix header inclusion order failuresLouis Dionne
2019-04-09[pstl][CMake] Install CMake export filesLouis Dionne
2019-04-09[pstl][NFC] Move the ParallelSTLConfig template to the cmake/ subdirectoryLouis Dionne
2019-04-03[pstl] Improve the parallel version of std::equalLouis Dionne
2019-04-03[pstl] Require C++17 when linking against pstlLouis Dionne
2019-04-01[pstl] Mangle the parallel_strict_scan backend functionLouis Dionne
2019-04-01[pstl] Indent preprocessor directives as part of the clang-format rulesLouis Dionne
2019-03-29[pstl] Qualify calls to internal functionsLouis Dionne
2019-03-28[pstl] Uglify internal names of the libraryLouis Dionne
2019-03-28[pstl] Introduce forward declarationsLouis Dionne
2019-03-28Restructure test suite to follow libc++ standard layoutLouis Dionne
2019-03-25[pstl][NFC] Remove some warningsLouis Dionne
2019-03-25[pstl] Gate usage of TBB in test on whether TBB is used as a backendLouis Dionne
2019-03-25[pstl] Make sure unit tests exit with a non-zero error code when they failLouis Dionne
2019-03-25[PSTL][NFC] Add missing #includeLouis Dionne
2019-03-25[pstl][CMake] Move include() closer to its point of useLouis Dionne
2019-03-25[pstl] Call the right overload of std::equal with an execution policyLouis Dionne
2019-03-14[pstl] By default, disable the parallel policiesLouis Dionne