<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/LoopUnroll, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/LoopUnroll?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/LoopUnroll?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-07-29T13:21:23Z</updated>
<entry>
<title>Add -unroll-allow-partial command line option that enabled the loop unroller to</title>
<updated>2008-07-29T13:21:23Z</updated>
<author>
<name>Matthijs Kooijman</name>
<email>matthijs@stdin.nl</email>
</author>
<published>2008-07-29T13:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=75cf9cc527c6ef3097dcefab173e93716a5a3e4a'/>
<id>urn:sha1:75cf9cc527c6ef3097dcefab173e93716a5a3e4a</id>
<content type='text'>
partially unroll a loop when fully unrolling would not fit under the threshold.

Patch by Mikael Lepistö.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54160 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert 52645, the loop unroller changes. It caused a regression in 252.eon.</title>
<updated>2008-06-24T20:44:42Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-06-24T20:44:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8dbe7f832e9ab38114c1b668bf5147aac62ecd24'/>
<id>urn:sha1:8dbe7f832e9ab38114c1b668bf5147aac62ecd24</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52688 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revamp the loop unroller, extending it to correctly update PHI nodes</title>
<updated>2008-06-23T21:29:41Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-06-23T21:29:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=55e283c71eaa0428b63c901d726c0666f985ce85'/>
<id>urn:sha1:55e283c71eaa0428b63c901d726c0666f985ce85</id>
<content type='text'>
in the presence of out-of-loop users of in-loop values and the trip
count is not a known multiple of the unroll count, and to be a bit
simpler overall. This fixes PR2253.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52645 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>sabre brings to my attention that the 'tr' suffix is also obsolete</title>
<updated>2008-05-20T21:00:03Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2008-05-20T21:00:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f6cadc440cbf04330b3cda9a3c76728f08035203'/>
<id>urn:sha1:f6cadc440cbf04330b3cda9a3c76728f08035203</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51349 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too.</title>
<updated>2008-05-20T19:52:04Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2008-05-20T19:52:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=722243bd402aaed698a279cb323cf37554befd53'/>
<id>urn:sha1:722243bd402aaed698a279cb323cf37554befd53</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51328 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Upgrade tests.</title>
<updated>2008-03-19T07:28:33Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-03-19T07:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e6d5d39c072d3b16ff4183c515d7ccf198192958'/>
<id>urn:sha1:e6d5d39c072d3b16ff4183c515d7ccf198192958</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48538 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Be more careful modifying the use_list while also iterating through it.</title>
<updated>2008-01-27T18:35:00Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2008-01-27T18:35:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c837abee2fa6cdf75dcfbaf27d7c53613ec7ff7a'/>
<id>urn:sha1:c837abee2fa6cdf75dcfbaf27d7c53613ec7ff7a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46417 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>If a value is incoming from outside the loop then the value does not need remapping and the value is never tracked through  LastValueMap.</title>
<updated>2007-11-05T19:32:30Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-11-05T19:32:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5d01aa484f206b68e1f510386dd304cf25c119ff'/>
<id>urn:sha1:5d01aa484f206b68e1f510386dd304cf25c119ff</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43728 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert .cvsignore files</title>
<updated>2007-06-29T16:35:07Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2007-06-29T16:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e644ef7b098460ce831220c780cbe25eaef3fb28'/>
<id>urn:sha1:e644ef7b098460ce831220c780cbe25eaef3fb28</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37801 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a testcase for unrolling loops with unknown tripcounts.</title>
<updated>2007-05-18T19:59:23Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2007-05-18T19:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2fa7ce2b873e02e6cbf61be02a8fceeea966eceb'/>
<id>urn:sha1:2fa7ce2b873e02e6cbf61be02a8fceeea966eceb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37238 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
