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
AgeCommit message (Expand)Author
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson
2022-01-17[pstl][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2021-10-15[pstl] Initial implementation of OpenMP backend, on behalf of Christopher Nel...Mikhail Dvorskiy
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne
2020-07-08[pstl] Do not install the __config_site.in fileLouis Dionne
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[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-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-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-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] Require C++17 when linking against pstlLouis Dionne
2019-03-28Restructure test suite to follow libc++ standard layoutLouis Dionne
2019-03-25[pstl][CMake] Move include() closer to its point of useLouis Dionne
2019-03-14[pstl] By default, disable the parallel policiesLouis Dionne
2019-03-12[pstl] Properly extract the version number from pstl_config.hLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10[pstl] Fix CMake configuration when parallel policies are disabledLouis Dionne
2018-12-21[pstl] Initial integration with LLVM's CMakeLouis Dionne
2018-12-19Initial PSTL commitJF Bastien