Commit Graph

312 Commits

Author SHA1 Message Date
Dmitri Gribenko
f957a68170 Merge pull request #513 from practicalswift/fix-typos-17
Fix typos (17 of 30)
2015-12-14 01:11:28 -08:00
Dmitri Gribenko
126a018c4e Merge pull request #509 from practicalswift/fix-typos-13
Fix typos (13 of 30)
2015-12-14 01:06:53 -08:00
Dmitri Gribenko
78a568b4bd Merge pull request #499 from practicalswift/fix-typos-3
Fix typos (3 of 30)
2015-12-13 16:20:07 -08:00
Dmitri Gribenko
e17457c2f8 Merge pull request #498 from practicalswift/fix-typos-2
Fix typos (2 of 30)
2015-12-13 15:30:32 -08:00
practicalswift
67f6f9308d Fix typo: visiblity → visibility 2015-12-14 00:12:38 +01:00
practicalswift
5cefd90204 Fix typo: intializer → initializer 2015-12-14 00:11:59 +01:00
practicalswift
3b041caddb Fix typo: frequenly → frequently 2015-12-14 00:11:48 +01:00
practicalswift
aa225b790f Fix typo: availibility → availability 2015-12-14 00:11:17 +01:00
practicalswift
f788885fde Fix typo: arugments → arguments 2015-12-14 00:11:14 +01:00
practicalswift
1952e9c413 Fix typo: argumments → arguments 2015-12-14 00:11:13 +01:00
practicalswift
cddc8a3030 Fix typo: accross → across 2015-12-13 23:56:39 +01:00
Andrew Trick
739b0e9c56 Reorganize SILOptimizer directories for better discoverability.
(libraries now)

It has been generally agreed that we need to do this reorg, and now
seems like the perfect time. Some major pass reorganization is in the
works.

This does not have to be the final word on the matter. The consensus
among those working on the code is that it's much better than what we
had and a better starting point for future bike shedding.

Note that the previous organization was designed to allow separate
analysis and optimization libraries. It turns out this is an
artificial distinction and not an important goal.
2015-12-11 15:14:23 -08:00