Chris Lattner
767da738bb
Change the command line option to sil-opt for the definite initialization
...
pass to be -definite-init instead of -memory-promotion, rename the
entrypoint for the pass to match, and tidy various and sundry comments.
Swift SVN r8927
2013-10-04 18:45:09 +00:00
Michael Gottesman
2074b8ad74
Add support to the swift driver for running SIL Optimization Passes when the optimization level is > 0.
...
Swift SVN r8703
2013-09-26 21:58:45 +00:00
Mark Lacey
a558acc86a
Update the SIL stage at the end of the canonicalization phase.
...
Swift SVN r8067
2013-09-10 00:29:00 +00:00
Chris Lattner
dea8213ef9
remove the -enable-definite-init command line option. Definite init
...
seems to have stuck.
Swift SVN r7956
2013-09-05 20:37:41 +00:00
Chris Lattner
af1a8205b8
rename tools/swift/Frontend.{h|cpp} -> Helpers.{h|cpp} to avoid hopelessly
...
confusing me with the Frontend library. Add some more include guards around
the real Frontend.h header.
Swift SVN r7570
2013-08-26 16:08:34 +00:00