Commits

Manman Ren committed cc90c812399
[stdlib] add two-operand version of max and use max2 in stdlib when appropriate. This helps array append's performance by ~ 2x. The generic max with a variadic argument creates a temporary array then iterates over the array. rdar://17140639 rdar://17073827 Swift SVN r18764