[SCEV] Use context to strengthen flags of BinOps
[platform/upstream/llvm.git] / pstl / CMakeLists.txt
2022-01-20 John Ericson[cmake] Make include(GNUInstallDirs) always below proje...
2022-01-17 John Ericson[pstl][cmake] Use `GNUInstallDirs` to support custom...
2022-01-16 John EricsonRevert "[cmake] Use `GNUInstallDirs` to support custom...
2022-01-16 John Ericson[cmake] Use `GNUInstallDirs` to support custom installa...
2022-01-15 John EricsonRevert "[cmake] Use `GNUInstallDirs` to support custom...
2022-01-15 John Ericson[cmake] Use `GNUInstallDirs` to support custom installa...
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2021-10-15 Mikhail Dvorskiy[pstl] Initial implementation of OpenMP backend, on...
2020-07-22 Louis Dionne[CMake] Bump CMake minimum version to 3.13.4
2020-07-08 Louis Dionne[pstl] Do not install the __config_site.in file
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-08-13 Louis Dionne[pstl] Allow customizing whether per-TU insulation...
2019-08-13 Louis Dionne[pstl] Rename PARALLELSTL_BACKEND to PSTL_PARALLEL_BACKEND
2019-08-08 Louis Dionne[pstl] Add a __pstl_config_site header to record the...
2019-08-07 Louis Dionne[pstl] Make sure we install all of PSTL's include/...
2019-04-24 Louis Dionne[pstl] Make the default backend be the serial backend...
2019-04-18 Louis Dionne[pstl] Add a serial backend for the PSTL
2019-04-11 Louis Dionne[pstl] Remove our custom FindTBB CMake file
2019-04-11 Louis Dionne[pstl] Setup the _PSTL_VERSION macro like _LIBCPP_VERSI...
2019-04-09 Louis Dionne[pstl][CMake] Install CMake export files
2019-04-09 Louis Dionne[pstl][NFC] Move the ParallelSTLConfig template to...
2019-04-03 Louis Dionne[pstl] Require C++17 when linking against pstl
2019-03-27 Louis DionneRestructure test suite to follow libc++ standard layout
2019-03-25 Louis Dionne[pstl][CMake] Move include() closer to its point of use
2019-03-14 Louis Dionne[pstl] By default, disable the parallel policies
2019-03-12 Louis Dionne[pstl] Properly extract the version number from pstl_co...
2019-01-19 Chandler CarruthUpdate more file headers across all of the LLVM project...
2019-01-10 Louis Dionne[pstl] Fix CMake configuration when parallel policies...
2018-12-21 Louis Dionne[pstl] Initial integration with LLVM's CMake
2018-12-19 JF BastienInitial PSTL commit