forked from OSchip/llvm-project
5.8 KiB
5.8 KiB
1 | Category,Algorithm,Assignee,CL,Complete |
---|---|
2 | Search,any_of,Christopher Di Bella,`D105793 <https://llvm.org/D105793>`_ |
3 | Search,all_of,Christopher Di Bella,`D105793 <https://llvm.org/D105793>`_ |
4 | Search,none_of,Christopher Di Bella,`D105793 <https://llvm.org/D105793>`_ |
5 | Search,find,Christopher Di Bella,`D105456 <https://llvm.org/D105456>`_ |
6 | Search,find_if,Christopher Di Bella,`D105792 <https://llvm.org/D105792>`_ |
7 | Search,find_if_not,Christopher Di Bella,`D105792 <https://llvm.org/D105792>`_ |
8 | Search,find_first_of,Not assigned,n/a,Not started |
9 | Search,adjacent_find,Not assigned,n/a,Not started |
10 | Search,mismatch,Not assigned,n/a,Not started |
11 | Search,equal,Not assigned,n/a,Not started |
12 | Search,lexicographical_compare,Not assigned,n/a,Not started |
13 | Search,partition_point,Christopher Di Bella,`D105794 <https://llvm.org/D105794>`_,Under review |
14 | Search,lower_bound,Christopher Di Bella,`D105795 <https://llvm.org/D105795>`_,Under review |
15 | Search,upper_bound,Christopher Di Bella,`D105795 <https://llvm.org/D105795>`_,Under review |
16 | Search,equal_range,Christopher Di Bella,n/a,Not started |
17 | Search,binary_search,Christopher Di Bella,n/a,Not started |
18 | Search,min,Not assigned,n/a,Not started |
19 | Search,max,Not assigned,n/a,Not started |
20 | Search,minmax,Not assigned,n/a,Not started |
21 | Search,min_element,Nikolas Klauser,n/a,✅ |
22 | Search,max_element,Not assigned,n/a,Not started |
23 | Search,minmax_element,Not assigned,n/a,Not started |
24 | Search,count,Not assigned,n/a,Not started |
25 | Search,count_if,Not assigned,n/a,Not started |
26 | Search,search,Not assigned,n/a,Not started |
27 | Search,search_n,Not assigned,n/a,Not started |
28 | Search,find_end,Not assigned,n/a,Not started |
29 | Read-only,is_partitioned,Christopher Di Bella,`D105794 <https://llvm.org/D105794>`_,Under review |
30 | Read-only,is_sorted,Not assigned,n/a,Not started |
31 | Read-only,is_sorted_unitl,Not assigned,n/a,Not started |
32 | Read-only,includes,Not assigned,n/a,Not started |
33 | Read-only,is_heap,Not assigned,n/a,Not started |
34 | Read-only,is_heap_until,Not assigned,n/a,Not started |
35 | Read-only,clamp,Not assigned,n/a,Not started |
36 | Read-only,is_permutation,Not assigned,n/a,Not started |
37 | Read-only,for_each,Not assigned,n/a,Not started |
38 | Read-only,for_each_n,Not assigned,n/a,Not started |
39 | Write,copy,Not assigned,n/a,Not started |
40 | Write,copy_if,Not assigned,n/a,Not started |
41 | Write,copy_n,Not assigned,n/a,Not started |
42 | Write,copy_backward,Not assigned,n/a,Not started |
43 | Write,move,Not assigned,n/a,Not started |
44 | Write,move_backward,Not assigned,n/a,Not started |
45 | Write,fill,Not assigned,n/a,Not started |
46 | Write,fill_n,Not assigned,n/a,Not started |
47 | Write,transform,Not assigned,n/a,Not started |
48 | Write,generate,Not assigned,n/a,Not started |
49 | Write,generate_n,Not assigned,n/a,Not started |
50 | Write,remove_copy,Not assigned,n/a,Not started |
51 | Write,remove_copy_if,Not assigned,n/a,Not started |
52 | Write,replace,Not assigned,n/a,Not started |
53 | Write,replace_if,Not assigned,n/a,Not started |
54 | Write,replace_copy,Not assigned,n/a,Not started |
55 | Write,replace_copy_if,Not assigned,n/a,Not started |
56 | Write,swap_ranges,Nikolas Klauser,`D116303 <https://llvm.org/D116303>`_,✅ |
57 | Write,reverse_copy,Not assigned,n/a,Not started |
58 | Write,rotate_copy,Not assigned,n/a,Not started |
59 | Write,sample,Not assigned,n/a,Not started |
60 | Write,unique_copy,Not assigned,n/a,Not started |
61 | Write,partition_copy,Not assigned,n/a,Not started |
62 | Write,partial_sort_copy,Not assigned,n/a,Not started |
63 | Merge,merge,Not assigned,n/a,Not started |
64 | Merge,set_difference,Not assigned,n/a,Not started |
65 | Merge,set_intersection,Not assigned,n/a,Not started |
66 | Merge,set_symmetric_difference,Not assigned,n/a,Not started |
67 | Merge,set_union,Not assigned,n/a,Not started |
68 | Permutation,remove,Not assigned,n/a,Not started |
69 | Permutation,remove_if,Not assigned,n/a,Not started |
70 | Permutation,reverse,Not assigned,n/a,Not started |
71 | Permutation,rotate,Not assigned,n/a,Not started |
72 | Permutation,shuffle,Not assigned,n/a,Not started |
73 | Permutation,unique,Not assigned,n/a,Not started |
74 | Permutation,partition,Not assigned,n/a,Not started |
75 | Permutation,stable_partition,Not assigned,n/a,Not started |
76 | Permutation,sort,Not assigned,n/a,Not started |
77 | Permutation,stable_sort,Not assigned,n/a,Not started |
78 | Permutation,partial_sort,Not assigned,n/a,Not started |
79 | Permutation,nth_element,Not assigned,n/a,Not started |
80 | Permutation,inplace_merge,Not assigned,n/a,Not started |
81 | Permutation,make_heap,Not assigned,n/a,Not started |
82 | Permutation,push_heap,Not assigned,n/a,Not started |
83 | Permutation,pop_heap,Not assigned,n/a,Not started |
84 | Permutation,sort_heap,Not assigned,n/a,Not started |
85 | Permutation,prev_permutation,Not assigned,n/a,Not started |
86 | Permutation,next_permutation,Not assigned,n/a,Not started |
87 | Uninitialised memory,uninitialized_copy,Konstantin Varlamov,`D116023 <https://llvm.org/D116023>`_,✅ |
88 | Uninitialised memory,uninitialized_copy_n,Konstantin Varlamov,`D116023 <https://llvm.org/D116023>`_,✅ |
89 | Uninitialised memory,uninitialized_fill,Konstantin Varlamov,`D115626 <https://llvm.org/D115626>`_,✅ |
90 | Uninitialised memory,uninitialized_fill_n,Konstantin Varlamov,`D115626 <https://llvm.org/D115626>`_,✅ |
91 | Uninitialised memory,uninitialized_move,Konstantin Varlamov,`D116023 <https://llvm.org/D116023>`_,✅ |
92 | Uninitialised memory,uninitialized_move_n,Konstantin Varlamov,`D116023 <https://llvm.org/D116023>`_,✅ |
93 | Uninitialised memory,uninitialized_default_construct,Konstantin Varlamov,`D115315 <https://llvm.org/D115315>`_,✅ |
94 | Uninitialised memory,uninitialized_default_construct_n,Konstantin Varlamov,`D115315 <https://llvm.org/D115315>`_,✅ |
95 | Uninitialised memory,uninitialized_value_construct,Konstantin Varlamov,`D115626 <https://llvm.org/D115626>`_,✅ |
96 | Uninitialised memory,uninitialized_value_construct_n,Konstantin Varlamov,`D115626 <https://llvm.org/D115626>`_,✅ |
97 | Uninitialised memory,destroy,Konstantin Varlamov,`D116078 <https://llvm.org/D116078>`_,✅ |
98 | Uninitialised memory,destroy_n,Konstantin Varlamov,`D116078 <https://llvm.org/D116078>`_,✅ |
99 | Uninitialised memory,destroy_at,Konstantin Varlamov,`D116078 <https://llvm.org/D116078>`_,✅ |
100 | Uninitialised memory,construct_at,Konstantin Varlamov,`D116078 <https://llvm.org/D116078>`_,✅ |