This website requires JavaScript.
Explore
Sign In
Gericom
/
teak-llvm
Watch
1
Fork
0
You've already forked teak-llvm
mirror of
https://github.com/Gericom/teak-llvm.git
synced
2025-06-24 22:08:57 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
cbe768ec69
teak-llvm
/
libcxx
/
test
/
std
/
algorithms
/
alg.modifying.operations
/
alg.fill
History
Marshall Clow
4bfb9313c1
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.
...
llvm-svn: 323050
2018-01-20 20:14:32 +00:00
..
fill_n.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
fill.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