<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Analysis/ScalarEvolution, branch release_30</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Analysis/ScalarEvolution?h=release_30</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Analysis/ScalarEvolution?h=release_30'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-10-05T06:23:32Z</updated>
<entry>
<title>Missing test case for r141164.</title>
<updated>2011-10-05T06:23:32Z</updated>
<author>
<name>Andrew Trick</name>
<email>atrick@apple.com</email>
</author>
<published>2011-10-05T06:23:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0c388583fb9a8b75d657767e9175fcd853680f67'/>
<id>urn:sha1:0c388583fb9a8b75d657767e9175fcd853680f67</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141166 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reapply r140979 with fix! We never did get a testcase, but careful review of the</title>
<updated>2011-10-03T07:10:45Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2011-10-03T07:10:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1cbae18cf60c023840aab605958eea635c837f16'/>
<id>urn:sha1:1cbae18cf60c023840aab605958eea635c837f16</id>
<content type='text'>
logic by David Meyer revealed this bug.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140992 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r140979 due to reports of bootstrap failure.</title>
<updated>2011-10-03T05:14:59Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2011-10-03T05:14:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4fcc80a486300021d320aec8cd125022ef701e5b'/>
<id>urn:sha1:4fcc80a486300021d320aec8cd125022ef701e5b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140980 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add one more case we compute a max trip count.</title>
<updated>2011-10-03T01:03:57Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2011-10-03T01:03:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8fde4f5842b454819bc9dc4d74d4a1bfd990dc62'/>
<id>urn:sha1:8fde4f5842b454819bc9dc4d74d4a1bfd990dc62</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140979 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This test only makes sense with -enable-iv-rewrite.</title>
<updated>2011-09-13T02:45:26Z</updated>
<author>
<name>Andrew Trick</name>
<email>atrick@apple.com</email>
</author>
<published>2011-09-13T02:45:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2e95d76f8c8578c6942a11e28c748d7fadd87c5f'/>
<id>urn:sha1:2e95d76f8c8578c6942a11e28c748d7fadd87c5f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139576 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This transform only handles two-operand AddRec's. Prevent it from trying to</title>
<updated>2011-09-06T21:42:18Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2011-09-06T21:42:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c103a08a1115249548d6bb57a74a16de4f0864e3'/>
<id>urn:sha1:c103a08a1115249548d6bb57a74a16de4f0864e3</id>
<content type='text'>
handle anything more complex. Fixes PR10383 again!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139186 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>The logic inside getMulExpr to simplify {a,+,b}*{c,+,d} was wrong, which was</title>
<updated>2011-09-06T05:05:14Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2011-09-06T05:05:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fa151a79ed2d0efc8fe1d7378be264b301d8caf1'/>
<id>urn:sha1:fa151a79ed2d0efc8fe1d7378be264b301d8caf1</id>
<content type='text'>
visible given a=b=c=d=1, on iteration #1 (the second iteration). Replace it with
correct math. Fixes PR10383!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139133 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r139126 due to selfhost failures reported by buildbots.</title>
<updated>2011-09-06T02:43:13Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2011-09-06T02:43:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b2840fdcd8a98de32e86e70a267b54cf0af35140'/>
<id>urn:sha1:b2840fdcd8a98de32e86e70a267b54cf0af35140</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139130 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Teach SCEV to report a max backedge count in one interesting case in</title>
<updated>2011-09-05T23:25:16Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2011-09-05T23:25:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=77b7352db027cb486d25a92c2756c379a3073d7f'/>
<id>urn:sha1:77b7352db027cb486d25a92c2756c379a3073d7f</id>
<content type='text'>
HowFarToZero; the case for a canonical loop.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139126 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove support for parsing the "type i32" syntax for defining a numbered</title>
<updated>2011-06-19T00:03:46Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-06-19T00:03:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a53616d08be710d22fd804e90b22df023cfdc0f9'/>
<id>urn:sha1:a53616d08be710d22fd804e90b22df023cfdc0f9</id>
<content type='text'>
top level type without a specified number.  This syntax isn't documented
and blocks forward progress.



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