Commit Graph

7 Commits

Author SHA1 Message Date
Jordan Rose
dbd286650b [test] Fix arm64 TBI test to emit assembly again (rather than IR).
I mistakenly changed this in r22672 but the TBI pass only kicks in when
lowering IR to a specific target.

Swift SVN r22766
2014-10-15 19:28:13 +00:00
Jordan Rose
70fd4a4f1d [test] Fix previous commit to pass -tbi instead of +tbi.
Swift SVN r22673
2014-10-10 19:03:48 +00:00
Jordan Rose
3fa1df6013 [test] Fix test that explicitly wants to turn off TBI on arm64.
...by horribly stacking -Xcc on top of -Xclang to pass a Clang cc1 argument.

Swift SVN r22672
2014-10-10 19:02:58 +00:00
Dmitri Hrybenko
3ed6ed872e Update the test for UnsafePointer API change
Swift SVN r20991
2014-08-04 00:34:24 +00:00
Jordan Rose
b6818046a8 Eliminate optimization levels 0-3 in favor of -Onone/-O/-Ofast.
We were already effectively doing this everywhere /except/ when building
the standard library (which used -O2), so just use the model we want going
forward.

Swift SVN r20455
2014-07-24 01:12:59 +00:00
Dave Abrahams
21669b3aee [stdlib] Add "Mutable" to [Autoreleasing]UnsafePointer
UnsafePointer becomes UnsafeMutablePointer
AutoreleasingUnsafePointer becomes AutoreleasingUnsafeMutablePointer

Swift SVN r20316
2014-07-22 16:56:23 +00:00
Adam Nemet
fb3cb3fbd9 Enable TBI for Swift
<rdar://problem/17243596>


Swift SVN r19094
2014-06-23 18:13:47 +00:00