Commit Graph

14 Commits

Author SHA1 Message Date
Alex Chan
ce7ce98a01 Update Python build scripts to use the print function
In Python 3, 'print' was changed from a statement to a function.  Using
the __future__ module allows scripts to use print function whether
running with Python 2.6+ or Python 3.x.  This commit changes as many
instances of print as I could find to use the print function and the
__future__ module.
2015-12-18 23:00:55 +00:00
Justas Brazauskas
e799d3e93e Fix typos 2015-12-11 10:58:23 +02:00
Maarten Bode
ba807a2594 Fixed typo
Mesaure > Measure
2015-12-03 22:36:14 +01: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
Mikhail Zolotukhin
0df4eb6f41 Swift-bench: Create all new files in the working directory.
Swift SVN r21588
2014-08-29 19:20:55 +00:00
Mikhail Zolotukhin
842bb804a9 Swift-bench: Cache compilation results.
Swift SVN r21587
2014-08-29 19:20:53 +00:00
Mikhail Zolotukhin
6e7498cc11 Swift-bench: Add opaque for optimizer functions getInt32 and getInt64.
Swift SVN r21586
2014-08-29 19:20:50 +00:00
Mikhail Zolotukhin
8536c07ea6 Swift-bench: Handle tests whose running time doesn't depend on number of iterations.
Swift SVN r21585
2014-08-29 19:20:46 +00:00
Mikhail Zolotukhin
31de6fb6f2 Swift-bench: Add opt-flags argument.
Swift SVN r21583
2014-08-29 17:57:36 +00:00
Mikhail Zolotukhin
fb9040e213 Swift-bench: Improve logging.
Swift SVN r21582
2014-08-29 17:45:05 +00:00
Mikhail Zolotukhin
8f4e701883 Swift-bench: Add a wrapper class and implement arguments parsing.
Swift SVN r21580
2014-08-29 15:39:06 +00:00
Dmitri Hrybenko
4098c9a267 swift-bench: add shebang
Swift SVN r21532
2014-08-28 15:14:26 +00:00
Dmitri Hrybenko
60bf3c14f2 swift-bench: add standard license header
Swift SVN r21531
2014-08-28 15:11:44 +00:00
Mikhail Zolotukhin
db381956ad Add utils/swift-bench.py, which is a new test harness.
Currently it's in early development stage, and is not intented for
massive usage.

Feature requests can be posted here:
<rdar://problem/18072938>

Swift SVN r21530
2014-08-28 15:06:40 +00:00