Commit Graph

11 Commits

Author SHA1 Message Date
Erik Eckstein
0830c36974 [tests] add import statements to prevent unresolved symbols when compiling StdlibUnittest with -sil-serialize-all.
This is the second part of 308f39fe56.
It fixes (better: works-around) linker errors when testing in optimized mode.
2015-12-15 10:46:10 -08:00
practicalswift
4949e1c52f Fix typo: intializer → initializer 2015-12-14 00:11:59 +01:00
Dmitri Hrybenko
c712ce3b5e simd overlay: drop label from second parameter in distance, distance_squared
Patch by Steve Canon.

Swift SVN r30695
2015-07-27 19:56:34 +00:00
Joe Groff
6ab4cae27f Add tests for unavailable diagnostics and wraparound behavior of integer vector arithmetic.
Swift SVN r30011
2015-07-09 01:57:02 +00:00
Dave Abrahams
9abf32d521 [stdlibunittest] WIP uniformity/de-boilerplating
The way we pass and compose source locations, messages, etc. needs to be
brought under control before too many more tests get written.  This is
the first step.

Swift SVN r29928
2015-07-07 00:46:54 +00:00
Arnold Schwaighofer
f7771859d8 Rename the optimize_test feature to executable_test and document that feature.
Swift SVN r29213
2015-06-01 23:44:13 +00:00
Arnold Schwaighofer
3643c614a3 Run tests in optimize test modes
This runs all files that have a target-build-swift or target-run-stdlib-swift
RUN line in optimize test mode.

Swift SVN r29206
2015-06-01 21:23:31 +00:00
Ted Kremenek
f750954a53 Make scalar arguments to SIMD vector initializers anonymous.
Patch by Steve Canon.

Swift SVN r28932
2015-05-22 20:39:28 +00:00
Graham Batty
9c6114ba57 Disable SIMD tests on linux pending implementation.
Swift SVN r28419
2015-05-11 16:06:14 +00:00
Joe Groff
0722dd26ff stdlib: Roll the SIMD module back to C++ parity.
Committing on behalf of Steve Canon again. We'll hold off on innovating till we have a more complete story here.

Swift SVN r28385
2015-05-09 23:03:36 +00:00
Joe Groff
11fcbda0e9 Add Steve Canon's simd module to the stdlib.
Swift SVN r28088
2015-05-02 15:46:38 +00:00