This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
192,937
Commits
1,712
Branches
298
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
Marshall Clow
002144f61d
Fix PR 22541: When values are equal, minmax should return the rightmost one in the initializer_list
...
llvm-svn: 228839
2015-02-11 15:41:34 +00:00
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
Eric Fiselier
5a83710e37
Move test into test/std subdirectory.
...
llvm-svn: 224658
2014-12-20 01:40:03 +00:00