Commit Graph

1684 Commits

Author SHA1 Message Date
practicalswift
e2183135de Fix typo: decement → decrement 2015-12-14 00:11:33 +01:00
practicalswift
1cb0c69086 Fix typo: convertions → conversions 2015-12-14 00:11:29 +01:00
practicalswift
4d1b0567b6 Fix typo: contant → constant 2015-12-14 00:11:28 +01:00
practicalswift
f873c56169 Fix typo: comparisions → comparisons 2015-12-14 00:11:24 +01:00
practicalswift
6b06eb9d17 Fix typo: completedly → completely 2015-12-14 00:11:24 +01:00
practicalswift
ba61f44eb5 Fix typo: commutitively → commutatively 2015-12-14 00:11:24 +01:00
practicalswift
fdeb03033c Fix typo: classsic → classic 2015-12-14 00:11:23 +01:00
practicalswift
2add3c9033 Fix typo: capabable → capable 2015-12-14 00:11:21 +01:00
practicalswift
3007523154 Fix typo: cannonicalization → canonicalization 2015-12-14 00:11:20 +01:00
practicalswift
03ab74760a Fix typo: cannonical → canonical 2015-12-14 00:11:20 +01:00
practicalswift
a01cc1e4f2 Fix typo: burried → buried 2015-12-14 00:11:19 +01:00
practicalswift
45cb275de0 Fix typo: avalable → available 2015-12-14 00:11:18 +01:00
practicalswift
611763c3ef Fix typo: birdgeable → bridgeable 2015-12-14 00:11:18 +01:00
practicalswift
dc569363fd Fix typo: beeing → being 2015-12-14 00:11:18 +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
2d9bad6935 Fix typo: anlayzed → analyzed 2015-12-13 23:56:41 +01:00
practicalswift
39f3e49e27 Fix typo: analyis → analysis 2015-12-13 23:56:40 +01:00
practicalswift
cddc8a3030 Fix typo: accross → across 2015-12-13 23:56:39 +01:00
Michael Gottesman
7f393b2c33 [loop-region-analysis] Do not attempt to dump loop regions of function declarations.
It looks like this condition was tightened recently and a verifier assert is
triggered.
2015-12-13 13:43:03 -06:00
Xin Tong
3b62b2f15c Rename reduceWithValues to LSValue::reduce 2015-12-13 11:37:34 -08:00
Tushar
657cd80b30 Fix typo 2015-12-14 00:45:10 +05:30
Xin Tong
fb480e9990 Reorder a few header includes 2015-12-13 10:17:15 -08:00
Xin Tong
12a3ad4f4a Rename MemLocationPrinter.cpp to LSLocationPrinter.cpp 2015-12-13 10:08:59 -08:00
Xin Tong
27b5a40359 Rename MemLocation to LSLocation and LoadStoreValue to LSValue 2015-12-13 10:02:45 -08:00
Xin Tong
642a555a6c Rename MemLocation.h to SILValueProjection.h 2015-12-13 09:31:56 -08:00
Xin Tong
6a5c8701c6 Create a common createExtract function used across DSE and RLE 2015-12-13 09:19:54 -08:00
Xin Tong
7559f2013d Implement a LoadStoreValue vault so that every basic block keeps an
unsigned index instead of the real LoadStoreValue in RLE
2015-12-13 09:10:32 -08:00
Dmitri Gribenko
b7f12db0d9 Merge pull request #458 from dayitv89/gds-FixTypo_AliasAnalysis.cpp
fix typo
2015-12-12 15:07:55 -08:00
GauravDS
841092785a Fix typos
interefere => interfere
preceeding => preceding
happend => happened
refererence => reference
constains => contains
2015-12-13 03:09:10 +05:30
GauravDS
f9f595b9ef fix typo
gaurantee => guarantee
2015-12-13 02:46:25 +05:30
Kanstantsin Linou
bc732a9ec9 Fix typo in ArrayBoundsCheckOpts.cpp
<code>guarantueed</code> -> <code>guaranteed</code>
2015-12-12 20:09:14 +03: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