This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b51a9bc358
llvm-project
/
libcxx
/
test
/
std
/
algorithms
/
alg.modifying.operations
/
alg.unique
History
Stephan T. Lavavej
6b1ae9b854
[libcxx] [test] Strip trailing whitespace, NFC.
...
llvm-svn: 324959
2018-02-12 22:54:35 +00:00
..
unique.pass.cpp
[libcxx] [test] Strip trailing whitespace, NFC.
2018-02-12 22:54:35 +00:00
unique_copy.pass.cpp
More P0202 constexpr work. This commit adds fill/fill_n/generate/generate_n/unique/unique_copy. I removed a specialization of fill_n that recognized when we were dealing with raw pointers and 1 byte trivially-assignable types and did a memset, because the compiler will do that optimization for us.
2018-01-20 20:14:32 +00:00
unique_copy_pred.pass.cpp
More P0202 constexpr work. This commit adds fill/fill_n/generate/generate_n/unique/unique_copy. I removed a specialization of fill_n that recognized when we were dealing with raw pointers and 1 byte trivially-assignable types and did a memset, because the compiler will do that optimization for us.
2018-01-20 20:14:32 +00:00
unique_pred.pass.cpp
More P0202 constexpr work. This commit adds fill/fill_n/generate/generate_n/unique/unique_copy. I removed a specialization of fill_n that recognized when we were dealing with raw pointers and 1 byte trivially-assignable types and did a memset, because the compiler will do that optimization for us.
2018-01-20 20:14:32 +00:00