You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tim Shen
154f393a5c
Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to."
...with proper guarding #ifdefs for unsupported C++11.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@338318 91177308-0d34-0410-b5e6-96231b3b80d8
|
7 years ago |
| .. |
|
__config
|
Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to."
|
7 years ago |
|
__memory
|
Add <experimental/memory_resource>
|
10 years ago |
|
algorithm
|
Remove std::experimental::sample; use std::sample instead. See https://libcxx.llvm.org/TS_deprecation.html
|
8 years ago |
|
any
|
Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_deprecation.html
|
8 years ago |
|
chrono
|
Remove more of the std::experimental bits that are now in std::. All the _v type aliases, conjunction/disjunction, apply, etc. See https://libcxx.llvm.org/TS_deprecation.html
|
8 years ago |
|
coroutine
|
[libc++] Declare noop_coroutine() with _LIBCPP_INLINE_VISIBILITY
|
7 years ago |
|
deque
|
Add experimental container alias templates for PMRs
|
10 years ago |
|
dynarray
|
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
|
7 years ago |
|
filesystem
|
Implement <filesystem>
|
7 years ago |
|
forward_list
|
Add experimental container alias templates for PMRs
|
10 years ago |
|
functional
|
While implementing P0777 - preventing unnecessary decay, I found some non-public uses of decay that could be replaced by __uncvref. NFC intented
|
8 years ago |
|
iterator
|
Rename identifiers named `__output`
|
8 years ago |
|
list
|
Add experimental container alias templates for PMRs
|
10 years ago |
|
map
|
Add experimental container alias templates for PMRs
|
10 years ago |
|
memory_resource
|
Remove unused code from __functional_base. NFC.
|
8 years ago |
|
numeric
|
Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm.org/TS_deprecation.html
|
8 years ago |
|
optional
|
Remove <experimental/optional>; use <optional> instead. See https://libcxx.llvm.org/TS_deprecation.html
|
8 years ago |
|
propagate_const
|
Implement LWG#2518 - Non-member swap for propagate_const should call member swap
|
8 years ago |
|
ratio
|
Remove more of the std::experimental bits that are now in std::. All the _v type aliases, conjunction/disjunction, apply, etc. See https://libcxx.llvm.org/TS_deprecation.html
|
8 years ago |
|
regex
|
Add experimental container alias templates for PMRs
|
10 years ago |
|
set
|
Add experimental container alias templates for PMRs
|
10 years ago |
|
simd
|
Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to."
|
7 years ago |
|
string
|
Add experimental container alias templates for PMRs
|
10 years ago |
|
string_view
|
Remove <experimental/string_view>; use <string_view> instead. See https://libcxx.llvm.org/TS_deprecation.html
|
8 years ago |
|
system_error
|
Remove more of the std::experimental bits that are now in std::. All the _v type aliases, conjunction/disjunction, apply, etc. See https://libcxx.llvm.org/TS_deprecation.html
|
8 years ago |
|
tuple
|
Remove more of the std::experimental bits that are now in std::. All the _v type aliases, conjunction/disjunction, apply, etc. See https://libcxx.llvm.org/TS_deprecation.html
|
8 years ago |
|
type_traits
|
Remove more of the std::experimental bits that are now in std::. All the _v type aliases, conjunction/disjunction, apply, etc. See https://libcxx.llvm.org/TS_deprecation.html
|
8 years ago |
|
unordered_map
|
Add experimental container alias templates for PMRs
|
10 years ago |
|
unordered_set
|
Add experimental container alias templates for PMRs
|
10 years ago |
|
utility
|
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
|
9 years ago |
|
vector
|
Add experimental container alias templates for PMRs
|
10 years ago |