Commits
Joe Groff committed 9eb4f5b512e
SILGen: Use Array._allocateUninitialized to form array literals. This avoids a pointless copy every time an array literal is written, and will let us retire the horrible "alloc_array" instruction and globs of broken IRGen code. Implements rdar://problem/16386862, and probably fixes a bunch of bugs related to alloc_array brokenness. Swift SVN r22289