[SCEV] Use context to strengthen flags of BinOps
[platform/upstream/llvm.git] / pstl / test /
2022-07-27 Tom StellardBump the trunk major version to 16
2022-02-02 Tom StellardBump the trunk major version to 15
2022-01-28 Ruslan Arutyunyan[libc++][pstl] Implement tag dispatching mechanism...
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
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-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-07-29 Louis Dionne[libc++][pstl] Remove c++98 from UNSUPPORTED annotations
2020-07-15 Hans WennborgBump the trunk major version to 12 llvmorg-12-init
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-09 David Truby[flang] Merge flang-compiler/f18
2020-03-17 Mikhail Dvorskiy[pstl] A hot fix for exclusive_scan (+ lost enable_if...
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-05 Louis Dionne[libc++] Take 2: Integrate the PSTL into libc++
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-04 Louis Dionne[pstl] Use utilities from <functional> instead of reinv...
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-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-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] 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 DionneFix header inclusion order failures
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] 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-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-19 Chandler CarruthUpdate more file headers across all of the LLVM project...
2018-12-21 Louis Dionne[pstl] Initial integration with LLVM's CMake
2018-12-19 JF BastienInitial PSTL commit