[gcov] Fix simultaneous .gcda creation/lock
[platform/upstream/llvm.git] / pstl /
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...
2019-03-25 Louis Dionne[PSTL][NFC] Add missing #include
2019-03-25 Louis Dionne[pstl][CMake] Move include() closer to its point of use
2019-03-25 Louis Dionne[pstl] Call the right overload of std::equal with an...
2019-03-14 Louis Dionne[pstl] By default, disable the parallel policies
2019-03-12 Louis Dionne[pstl] Deprecate non-CMake based build
2019-03-12 Louis Dionne[pstl] Properly extract the version number from pstl_co...
2019-03-01 Louis Dionne[pstl] Fix missing parallel policy guards
2019-02-15 Louis Dionne[pstl] Remove some warnings when compiling with a recen...
2019-02-11 Louis Dionne[NFC] Fix typo in PSTL test
2019-01-21 Chandler CarruthFix typos throughout the license files that somehow...
2019-01-19 Chandler CarruthUpdate more file headers across all of the LLVM project...
2019-01-19 Chandler CarruthInstall new LLVM license structure and new developer...
2019-01-18 Chandler Carruth[PSTL] Convert license text file to use unix line endin...
2019-01-15 Hans WennborgUpdate year in license files
2019-01-10 Louis Dionne[pstl] Fix compile errors when PARALLEL_POLICIES is...
2019-01-10 Louis Dionne[pstl] Fix CMake configuration when parallel policies...
2019-01-09 Louis Dionne[pstl] A fix of __pstl namespace usage for include...
2019-01-07 Louis Dionne[pstl] Avoid shadowing explicit lambda capture with...
2019-01-07 Louis Dionne[NFC] Fix formatting of README.md for better rendering
2018-12-21 Louis Dionne[pstl] Initial integration with LLVM's CMake
2018-12-20 Louis Dionne[NFC][pstl] Re-run Clang-format on the whole repository
2018-12-19 JF BastienInitial PSTL commit