Commit Graph

11 Commits

Author SHA1 Message Date
Doug Gregor
7d70b704e4 Merge commit '5e11e3f7287427d386636a169c4065c0373931a8' into swift-3-api-guidelines 2016-01-19 23:18:20 -08:00
Slava Pestov
377c1b9c64 lit.cfg: Set swift_interpreter on Linux since the 'swift' command works
This makes some previously-disabled tests pass on Linux.
2016-01-13 23:04:52 -07:00
Max Moiseev
f4aaece75e revisiting CString related String extensions 2015-12-17 17:27:29 -08:00
Joe Groff
fbd2e4d872 Rename @asmname to @_silgen_name.
This reflects the fact that the attribute's only for compiler-internal use, and isn't really equivalent to C's asm attribute, since it doesn't change the calling convention to be C-compatible.
2015-11-17 14:13:48 -08:00
Arnold Schwaighofer
859fbc0162 More executable_test for the test directory
Swift SVN r29280
2015-06-03 23:28:51 +00:00
Dmitri Hrybenko
f46f16ae82 stdlib: implement new print() API
rdar://20775683

Swift SVN r28309
2015-05-08 01:37:59 +00:00
Jordan Rose
857e32d9f5 [test] Use %target-jit-run instead of %target-swift-frontend -interpret.
rdar://problem/20474905

Swift SVN r27174
2015-04-09 18:25:14 +00:00
Jordan Rose
e0d182845d [test] Changing autolinking-in-immediate-mode test to build its own library.
...rather than relying on libfunctionNameDemangle, which got renamed and
may disappear some day anyway.

Swift SVN r27042
2015-04-06 21:24:00 +00:00
Dmitri Hrybenko
321d4d4792 Rename libfunctionNameDemangle.dylib to libswiftDemangle.dylib
This library becomes a permanent interface that we would need to support
in the long term, so we should get dylib names and APIs right.

rdar://20418214

Swift SVN r26957
2015-04-03 22:12:28 +00:00
Jordan Rose
ccf0f2ad3e [test] Remove false comment about use of @asmname.
Nope, I'm just abusing @asmname to avoid having to write a seperate header.
Or bring in the real header. Sorry.

Swift SVN r26628
2015-03-27 16:36:33 +00:00
Jordan Rose
69dc123a9f Don't diagnose failing to load an autolinked library in immediate mode.
Otherwise, we can run into trouble when the SDK is out of sync with the
host OS.

rdar://problem/20274745

Swift SVN r26494
2015-03-24 18:44:55 +00:00