<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/IndVarSimplify, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/IndVarSimplify?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/IndVarSimplify?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-10-07T23:29:37Z</updated>
<entry>
<title>Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.</title>
<updated>2010-10-07T23:29:37Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-10-07T23:29:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d82e9e7d939bb4b4f4773e9853c061e14188f705'/>
<id>urn:sha1:d82e9e7d939bb4b4f4773e9853c061e14188f705</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116004 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>more test cleanup</title>
<updated>2010-09-02T22:38:56Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-09-02T22:38:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=571c15c6de0f2971419b6179fd93c98d4a306d8a'/>
<id>urn:sha1:571c15c6de0f2971419b6179fd93c98d4a306d8a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112892 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Print the number of uses of a function in the .ll since it can be informative</title>
<updated>2010-09-02T08:52:23Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-09-02T08:52:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8cf2663227c357437bd67ff4ce54683b540f5318'/>
<id>urn:sha1:8cf2663227c357437bd67ff4ce54683b540f5318</id>
<content type='text'>
and there seems to be no reason not to.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112812 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Correct bogus module triple specifications.</title>
<updated>2010-08-30T10:48:29Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-08-30T10:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cdd4f8c7cb0e5aa6e8d2b73f668c459936fe11d3'/>
<id>urn:sha1:cdd4f8c7cb0e5aa6e8d2b73f668c459936fe11d3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112469 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variable</title>
<updated>2010-07-26T18:28:14Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-07-26T18:28:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6ebfd72f37325a1ebceb53e5ecad524d359d8d0b'/>
<id>urn:sha1:6ebfd72f37325a1ebceb53e5ecad524d359d8d0b</id>
<content type='text'>
it inserted rather than using LoopInfo::getCanonicalInductionVariable to
rediscover it, since that doesn't work on non-canonical loops. This fixes
infinite recurrsion on such loops; PR7562.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109419 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix this test.</title>
<updated>2010-07-16T01:28:45Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-07-16T01:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2969016070111ab5a22f29b9f6becad1769fc0f7'/>
<id>urn:sha1:2969016070111ab5a22f29b9f6becad1769fc0f7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108491 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix the order that SCEVExpander considers add operands in so that</title>
<updated>2010-07-15T23:38:13Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-07-15T23:38:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bb5d92741b2835eff25e4524bc6a5b0fb4fda855'/>
<id>urn:sha1:bb5d92741b2835eff25e4524bc6a5b0fb4fda855</id>
<content type='text'>
it doesn't miss an opportunity to form a GEP, regardless of the
relative loop depths of the operands. This fixes rdar://8197217.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108475 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix ScalarEvolution's tripcount computation for chains of loops</title>
<updated>2010-06-29T23:43:06Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-06-29T23:43:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1104645eefa134ff3dd2c911d2aaa0dffb38f59f'/>
<id>urn:sha1:1104645eefa134ff3dd2c911d2aaa0dffb38f59f</id>
<content type='text'>
where each loop's induction variable's start value is the exit
value of a preceding loop.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107224 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Disable indvars on loops when LoopSimplify form is not available.</title>
<updated>2010-06-18T01:35:11Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-06-18T01:35:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a52838285b6dce66821f0b272cb3479af8c3edb2'/>
<id>urn:sha1:a52838285b6dce66821f0b272cb3479af8c3edb2</id>
<content type='text'>
This fixes PR7333.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106267 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove arm_apcscc from the test files. It is the default and doing this</title>
<updated>2010-06-17T15:18:27Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-06-17T15:18:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1e81966626635c99bcb77d9291b7f185f2159e2b'/>
<id>urn:sha1:1e81966626635c99bcb77d9291b7f185f2159e2b</id>
<content type='text'>
matches what llvm-gcc and clang now produce.

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