<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/SSI, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/SSI?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/SSI?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-09-11T18:01:28Z</updated>
<entry>
<title>Change tests from "opt %s" to "opt &lt; %s" so that opt doesn't see the</title>
<updated>2009-09-11T18:01:28Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-09-11T18:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f2f6ce65b79df6ec4ee427d51a18355a170f199b'/>
<id>urn:sha1:f2f6ce65b79df6ec4ee427d51a18355a170f199b</id>
<content type='text'>
input filename so that opt doesn't print the input filename in the
output so that grep lines in the tests don't unintentionally match
strings in the input filename.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81537 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use opt -S instead of piping bitcode output through llvm-dis.</title>
<updated>2009-09-08T22:34:10Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-09-08T22:34:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3e054fe9efc64596534bbae0d1634ed15181d642'/>
<id>urn:sha1:3e054fe9efc64596534bbae0d1634ed15181d642</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81257 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change these tests to feed the assembly files to opt directly, instead</title>
<updated>2009-09-08T16:50:01Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-09-08T16:50:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b1e1e82c54c060ea5dae09dae043234826ca2539'/>
<id>urn:sha1:b1e1e82c54c060ea5dae09dae043234826ca2539</id>
<content type='text'>
of using llvm-as, now that opt supports this.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81226 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also</title>
<updated>2009-08-19T07:16:57Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2009-08-19T07:16:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=08368ce9847309618a2c80222cba3b2c88f77f88'/>
<id>urn:sha1:08368ce9847309618a2c80222cba3b2c88f77f88</id>
<content type='text'>
delete a newed pointer, and improve readability a little bit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79411 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Test the pass the test is actually for, instead of one that doesn't exist.</title>
<updated>2009-08-17T17:41:29Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2009-08-17T17:41:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5fe01f4e4b895dcb316784d183dc60fdc5aec4a2'/>
<id>urn:sha1:5fe01f4e4b895dcb316784d183dc60fdc5aec4a2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79257 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't crash on critical edge. Patch by Andre Tavares.</title>
<updated>2009-08-17T17:00:57Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2009-08-17T17:00:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a10e89f372220a579faac02a1e4bdb0393b878a7'/>
<id>urn:sha1:a10e89f372220a579faac02a1e4bdb0393b878a7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79252 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a test that shows that SSI is working correctly.</title>
<updated>2009-08-17T07:32:08Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2009-08-17T07:32:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5321debc86efed6b42e8b780d4e3cce8643a8727'/>
<id>urn:sha1:5321debc86efed6b42e8b780d4e3cce8643a8727</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79230 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>SSI construction should just go ahead and ignore instructions in unreachable</title>
<updated>2009-08-15T20:12:18Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2009-08-15T20:12:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=071d84e1094e532ea7313c7e7a2c1f106f1d424c'/>
<id>urn:sha1:071d84e1094e532ea7313c7e7a2c1f106f1d424c</id>
<content type='text'>
blocks.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79132 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>There's no need to consider PHI nodes in the same block as the instruction</title>
<updated>2009-07-09T15:59:27Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2009-07-09T15:59:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=89f43a5c709c7ae88e338dca53c5c71e97acbb1c'/>
<id>urn:sha1:89f43a5c709c7ae88e338dca53c5c71e97acbb1c</id>
<content type='text'>
we're inserting sigma/phi functions for. Patch by Andre Tavares.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75138 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
