Commits

Manman Ren committed 4c284e48bda
[stdlib] add two-operand version of max. This helps array append's performance by ~ 2x. The generic max with a variadic argument takes at least 3 arguments, it creates a temporary array then iterates over the array. This is an updated version of r18764. rdar://17140639 rdar://17073827 Swift SVN r18767