[CMake] Fix -Wstrict-prototypes
[platform/upstream/llvm.git] / pstl /
2022-05-20 Nikolas Klauser[libc++] Use _LIBCPP_ASSERT by default for _PSTL_ASSERTions
2022-02-02 Tom StellardBump the trunk major version to 15
2022-01-31 Ruslan Arutyunyan[libc++][pstl][NFC] Remove usage of std::result_of...
2022-01-28 Ruslan Arutyunyan[libc++][pstl] Implement tag dispatching mechanism...
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-11-26 Ruslan Arutyunyan[pstl] Fix incorrect usage of std::invoke_result
2021-10-27 Mikhail Dvorskiy[pstl] A hot fix for a reduction parallel pattern of...
2021-10-27 Mikhail Dvorskiy[pstl] A hot compilation fix for MacOS, OpenMP backend...
2021-10-15 Mikhail Dvorskiy[pstl] Initial implementation of OpenMP backend, on...
2021-08-20 Louis Dionne[libc++] Remove test-suite annotations for unsupported...
2021-07-28 Tom StellardBump the trunk major version to 14 llvmorg-14-init
2021-05-26 Louis Dionne[pstl] Workaround more errors in the test suite
2021-05-26 Louis Dionne[pstl] Fix -Wundef errors in the test suite
2021-05-13 zoecarver[pstl] Use logical operator for loop condition in tests
2021-03-11 Leonard ChanRename top-level LICENSE.txt files to LICENSE.TXT
2021-03-04 Mikhail Dvorskiy[pstl] A hot fix for
2021-03-03 Louis Dionne[pstl] Fix broken policy_traits and clean up unused...
2021-02-13 Mikhail Dvorskiy[pstl] Iterator types renaming: ForwardIterator ->...
2021-01-27 Tom StellardBump the trunk major version to 13 llvmorg-13-init
2020-11-02 Thomas Rodgers[pstl] Replace direct use of assert() with _PSTL_ASSERT
2020-09-14 Dvorskiy, Mikhail[pstl] Support Threading Building Blocks 2020 (oneTBB...
2020-07-29 Louis Dionne[libc++][pstl] Remove c++98 from UNSUPPORTED annotations
2020-07-22 Louis Dionne[CMake] Bump CMake minimum version to 3.13.4
2020-07-15 Hans WennborgBump the trunk major version to 12 llvmorg-12-init
2020-07-08 Louis Dionne[pstl] Do not install the __config_site.in file
2020-07-08 Louis Dionne[pstl] Fix a few errors when running PSTL tests through...
2020-05-18 Dvorskiy, Mikhail[pstl] A fix for move placement-new (and destroy) alloc...
2020-04-15 Ismail Pazarbasi[pstl] Added missing double-underscore prefixes to...
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-03-17 Mikhail Dvorskiy[pstl] A hot fix for exclusive_scan (+ lost enable_if...
2020-03-09 Thomas Rodgers[pstl] Clean up parameter uglifications
2020-03-05 Dvorskiy, Mikhail[pstl] A cleanup fix for sort parallel algorithm.
2020-02-25 Shoaib Meenai[arcconfig] Delete subproject arcconfigs
2020-01-15 Hans WennborgBump the trunk major version to 11 llvmorg-11-init
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[NFC][pstl] Run clang-format
2019-08-08 Louis Dionne[pstl] Remove stray semicolon
2019-08-08 Louis Dionne[pstl] Error out when the backend is left unspecified
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-08-06 Louis Dionne[pstl][libc++] Provide uglified header names for interf...
2019-08-05 Louis Dionne[NFC][pstl] Remove stray semi-colon
2019-08-05 Louis Dionne[libc++] Take 2: Integrate the PSTL into libc++
2019-07-31 Eric Fiselier[pstl] Fully qualify pstl names.
2019-07-19 Louis DionneRevert "[libc++] Integrate the PSTL into libc++"
2019-07-19 Louis Dionne[libc++] Integrate the PSTL into libc++
2019-07-18 Louis Dionne[NFC][pstl] Run clang-format on the sources, including...
2019-07-18 Louis Dionne[pstl] Fix test that checked the version number after...
2019-07-18 Louis Dionne[pstl] Declare main() as returning int, not int32_t
2019-07-18 Hans WennborgBump the trunk version to 10.0.0svn llvmorg-10-init
2019-07-16 Louis Dionne[pstl] Use std::transform_reduce instead of hand-rolled...
2019-07-16 Louis Dionne[NFC] Fix -Wreorder warning in TBB backend
2019-07-16 Louis Dionne[pstl] Fix compilation with TBB backend
2019-07-08 Louis Dionne[NFC][pstl] Remove unused utility code
2019-07-08 Louis Dionne[pstl] Use a different namespace for each backend
2019-07-05 Louis Dionne[pstl] Add missing includes
2019-07-04 Louis Dionne[pstl] Use utilities from <functional> instead of reinv...
2019-07-04 Louis Dionne[NFC][pstl] Do not name each header file in the leading...
2019-07-04 Louis Dionne[NFC][pstl] Run clang-format
2019-07-04 Louis Dionne[pstl] Make sure we include the pstl_config header...
2019-06-20 Louis Dionne[pstl] Default to the serial backend when unspecified
2019-06-20 Louis Dionne[pstl] Mark pstl tests as unsupported before C++17
2019-06-19 Louis Dionne[pstl] Remove warnings in tests and headers
2019-06-18 Louis Dionne[pstl] Disable workarounds for broken ICC versions...
2019-06-18 Louis Dionne[pstl] Remove stray usage of pstl::execution instead...
2019-06-06 Mikhail Dvorskiy[pstl] The optimized parallel versions of sort, stable_...
2019-06-03 Mikhail DvorskiyA test commit from Mikhail Dvorskiy (blank line, to...
2019-05-30 Louis Dionne[pstl] Use OpenMP pragmas with Clang, which supports...
2019-05-30 Louis Dionne[pstl] Remove various warnings in the pstl headers...
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-16 Louis Dionne[pstl] Remove the stdlib headers from the PSTL and...
2019-04-12 Louis Dionne[NFC] Add explicit return from main() in tests
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-10 Louis Dionne[pstl] Move to single underscore-capital for macros...
2019-04-10 Louis Dionne[pstl] Fix incorrect forward declaration of __pattern_u...
2019-04-10 Louis Dionne[pstl] Add missing forward declarations for equal
2019-04-10 Louis DionneFix header inclusion order failures
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] Improve the parallel version of std::equal
2019-04-03 Louis Dionne[pstl] Require C++17 when linking against pstl
2019-04-01 Louis Dionne[pstl] Mangle the parallel_strict_scan backend function
2019-04-01 Louis Dionne[pstl] Indent preprocessor directives as part of the...
2019-03-29 Louis Dionne[pstl] Qualify calls to internal functions
2019-03-28 Louis Dionne[pstl] Uglify internal names of the library
2019-03-28 Louis Dionne[pstl] Introduce forward declarations
2019-03-27 Louis DionneRestructure test suite to follow libc++ standard layout
2019-03-25 Louis Dionne[pstl][NFC] Remove some warnings
2019-03-25 Louis Dionne[pstl] Gate usage of TBB in test on whether TBB is...
2019-03-25 Louis Dionne[pstl] Make sure unit tests exit with a non-zero error...
next