llvm-project/libcxx/test
Nikolas Klauser 2c3bbac0c7 [libc++] Implement ranges::move{, _backward}
This patch also adds a new optimization to `std::move`. It unwraps three `reverse_iterator`s if the wrapped iterator is a `contiguous_iterator` and the iterated type is trivially_movable. This allows us to simplify `ranges::move_backward` to a forward to `std::move` without any pessimization.

Reviewed By: var-const, #libc

Spies: libcxx-commits, mgorny

Differential Revision: https://reviews.llvm.org/D126616
2022-06-23 13:52:49 +02:00
..
configs [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
libcxx [libc++] Implement ranges::move{, _backward} 2022-06-23 13:52:49 +02:00
std [libc++] Implement ranges::move{, _backward} 2022-06-23 13:52:49 +02:00
support [libc++][ranges] Implement `ranges::sort`. 2022-06-16 15:21:06 -07:00
CMakeLists.txt [libc++] Make the Debug mode a configuration-time only option 2022-06-07 16:33:53 -04:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00