<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/LCSSA, branch release_30</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/LCSSA?h=release_30</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/LCSSA?h=release_30'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-09-02T22:41:11Z</updated>
<entry>
<title>Try to eliminate the use of the 'unwind' instruction.</title>
<updated>2011-09-02T22:41:11Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-09-02T22:41:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=47e208bbeaa2cd45e999f41b07bb5618afb0152d'/>
<id>urn:sha1:47e208bbeaa2cd45e999f41b07bb5618afb0152d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139046 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.</title>
<updated>2011-03-15T07:41:25Z</updated>
<author>
<name>Cameron Zwarich</name>
<email>zwarich@apple.com</email>
</author>
<published>2011-03-15T07:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=838b97edfaf7470941d0e89ef3b9ed8867c93fc4'/>
<id>urn:sha1:838b97edfaf7470941d0e89ef3b9ed8867c93fc4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127674 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename 'loopsimplify' to 'loop-simplify'.</title>
<updated>2011-02-10T23:38:10Z</updated>
<author>
<name>Cameron Zwarich</name>
<email>zwarich@apple.com</email>
</author>
<published>2011-02-10T23:38:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4a60b932a279b3f5934a274f7fe4535026c5aed1'/>
<id>urn:sha1:4a60b932a279b3f5934a274f7fe4535026c5aed1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125317 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Avoid depending on LCSSA implicitly pulling in LoopSimplify.</title>
<updated>2010-07-26T18:00:43Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-07-26T18:00:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=38d49ad08326b3bf959b674dbf6be065b0b9366f'/>
<id>urn:sha1:38d49ad08326b3bf959b674dbf6be065b0b9366f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109410 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make isLCSSA ignore uses in blocks not reachable from the entry block,</title>
<updated>2010-03-09T01:53:33Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-03-09T01:53:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cbac7f163099fda6f3c036920404e4b87ab33d2a'/>
<id>urn:sha1:cbac7f163099fda6f3c036920404e4b87ab33d2a</id>
<content type='text'>
as LCSSA no longer transforms such uses.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98033 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Trim a bunch of unneeded code from this testcase.</title>
<updated>2009-11-10T01:33:08Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-11-10T01:33:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7dd126cf4f3365d68fec0f11282b0c48df69b54d'/>
<id>urn:sha1:7dd126cf4f3365d68fec0f11282b0c48df69b54d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86640 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Generalize LCSSA to handle loops with exits with predecessors outside</title>
<updated>2009-11-09T18:28:24Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-11-09T18:28:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f6572d0aa2abb87d34afcca3e3bec89e1613b8ec'/>
<id>urn:sha1:f6572d0aa2abb87d34afcca3e3bec89e1613b8ec</id>
<content type='text'>
the loop. This is needed because with indirectbr it may not be possible
for LoopSimplify to guarantee that all loop exit predecessors are
inside the loop. This fixes PR5437.

LCCSA no longer actually requires LoopSimplify form, but for now it
must still have the dependency because the PassManager doesn't know
how to schedule LoopSimplify otherwise.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86569 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move the dominator verification code out of special code embedded within</title>
<updated>2009-09-28T00:27:48Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-09-28T00:27:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9450b0e1a6154192ca597ad27f8eb6e6e807f7a4'/>
<id>urn:sha1:9450b0e1a6154192ca597ad27f8eb6e6e807f7a4</id>
<content type='text'>
the PassManager code into a regular verifyAnalysis method.

Also, reorganize loop verification. Make the LoopPass infrastructure
call verifyLoop as needed instead of having LoopInfo::verifyAnalysis
check every loop in the function after each looop pass. Add a new
command-line argument, -verify-loop-info, to enable the expensive
full checking.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82952 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<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>
</feed>
