Commits

Joe Groff committed eeed35909e9
Runtime: Add unknownRetain/unknownRelease entry points. We can use these instead of objc_retain/objc_release for heap objects of unknown provenance, such as the references inside class existentials. We could use them in IRGen as well. Swift SVN r9849