Commits

Greg Parker committed c6a88262cfa
[stdlib] Scrap bit-rotted FastEntryPoints.s. Rewrite refcounts using __atomic. Generated code on x86_64 for swift_retain and swift_release and swift_allocObject are unchanged. arm64 is improved by using weaker memory barriers, fixing rdar://17423624. Swift SVN r22887