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
..
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-06-06 13:33:18 +02:00
2022-03-01 08:20:24 -05:00
2022-06-07 16:33:53 -04:00
2022-03-01 08:20:24 -05:00
2022-04-15 13:44:11 +02:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-06-17 18:47:18 +02:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-06-13 12:19:28 +02:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-04-10 14:22:13 +02:00
2022-04-10 14:22:13 +02:00
2022-04-10 14:22:13 +02:00
2022-04-10 14:22:13 +02:00
2022-04-10 14:22:13 +02:00
2022-04-10 14:22:13 +02:00
2022-03-01 08:20:24 -05:00
2022-06-21 08:22:44 +02:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-06-13 12:19:28 +02:00
2022-03-01 08:20:24 -05:00
2022-06-13 12:19:28 +02:00
2022-03-01 08:20:24 -05:00
2022-06-16 15:21:06 -07:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-04-02 08:26:31 +02:00
2022-03-01 08:20:24 -05:00
2022-04-14 15:37:22 +02:00
2022-04-14 15:37:22 +02:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-06-23 13:52:49 +02:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-06-07 16:33:53 -04:00
2022-03-01 08:20:24 -05:00
2022-06-07 16:33:53 -04:00
2022-03-01 08:20:24 -05:00
2022-06-10 22:43:57 +02:00
2022-03-01 08:20:24 -05:00
2022-03-08 13:48:21 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-06-08 12:15:03 +02:00
2022-05-26 16:50:08 +02:00
2022-05-26 16:50:08 +02:00
2022-06-13 12:19:28 +02:00
2022-04-15 13:44:11 +02:00
2022-04-15 13:44:11 +02:00
2022-04-15 13:44:11 +02:00
2022-04-15 13:44:11 +02:00
2022-06-10 22:43:57 +02:00
2022-06-10 22:43:57 +02:00
2022-05-26 10:46:54 +02:00
2022-05-25 10:27:13 +02:00
2022-05-25 10:27:13 +02:00
2022-06-06 22:29:02 +02:00
2022-03-12 01:46:02 +01:00
2022-03-12 01:46:02 +01:00
2022-03-12 01:46:02 +01:00
2022-06-10 22:43:57 +02:00
2022-05-04 20:28:01 +02:00
2022-05-06 13:02:38 +02:00
2022-05-27 10:28:44 +02:00
2022-05-27 10:28:44 +02:00
2022-06-15 22:29:21 +02:00
2022-06-13 12:19:28 +02:00
2022-05-23 20:50:04 +02:00
2022-04-03 17:04:56 +02:00
2022-03-18 12:52:21 +01:00
2022-03-18 12:52:21 +01:00
2022-04-14 15:37:22 +02:00
2022-04-14 15:37:22 +02:00
2022-04-02 08:26:31 +02:00
2022-06-23 13:52:49 +02:00
2022-06-23 13:52:49 +02:00
2022-05-26 16:50:08 +02:00
2022-06-10 11:54:46 +02:00
2022-06-10 11:54:46 +02:00
2022-05-24 10:33:57 +02:00
2022-06-16 15:21:06 -07:00
2022-04-02 08:26:31 +02:00
2022-04-05 11:06:28 +02:00
2022-06-13 12:19:28 +02:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-06-10 22:43:57 +02:00
2022-06-10 22:43:57 +02:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-06-07 16:33:53 -04:00
2022-03-08 21:57:40 -05:00
2022-03-01 08:20:24 -05:00
2022-06-16 15:21:06 -07:00
2022-06-21 08:22:44 +02:00
2022-06-21 08:22:44 +02:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-03-01 08:20:24 -05:00
2022-06-17 18:47:18 +02:00
2022-06-10 22:43:57 +02:00