Commits

Dave Abrahams committed 8f5180cf716
[stdlib] Add entry point for array literals Array literal construction currently goes through an expensive dance; Adding _allocateUninitialized will allow SILGen to do something much smarter. Swift SVN r20448