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-27 07:19:03 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7e187f1be9
teak-llvm
/
libcxx
/
test
/
std
/
algorithms
/
alg.sorting
History
Marshall Clow
0b48cf9a62
Fix PR#22427. The implementation of inplace_merge had a \'small data set\' optimization; if either half of the merge was small (i.e, less than 9 items), it did an inplace merge rather than allocating a buffer and doing a faster/smarter merge. However, this failed to satisfy the complexity requirements in the standard. Remove that code. Add tests to check the complexity, and add the same tests for std::merge, since we are in that section of the test suite anyway.
...
llvm-svn: 227811
2015-02-02 17:35:53 +00:00
..
alg.binary.search
alg.heap.operations
alg.lex.comparison
alg.merge
alg.min.max
alg.nth.element
alg.permutation.generators
alg.set.operations
alg.sort
nothing_to_do.pass.cpp