Commits

Joe Groff committed ea26f65b62f
SIL/IRGen: Implement Builtin.bridgeFromRawPointer for arbitrary bridgeable object types. Any single-refcounted-pointer type can be cast from a raw pointer. Also generalize unchecked_ref_cast to cast among arbitrary single-refcounted-pointer types. Fixes rdar://problem/18184883. Swift SVN r21609