Commits

John McCall committed 3b4e0d307ea
Intrinsic support for pinning. Using the intrinsics is obnoxious because I needed them to return Builtin.NativeObject?, but there's no reasonable way to safely generate optional types from Builtins.cpp. Ugh. Dave and I also decided that there's no need for swift_tryPin to allow a null object. Swift SVN r23824