Commits

Joe Groff committed caff7b62d96
IRGen: Expose the array value witnesses as builtins. Add Builtin.destroyArray, .copyArray, .takeArrayFrontToBack, and .takeArrayBackToFront, which perform bulk destroy/copy/take operations using memcpy/memmove, a loop, or a generic value witness. Swift SVN r17009