<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Analysis, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Analysis?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Analysis?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-01-13T09:18:58Z</updated>
<entry>
<title>Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,</title>
<updated>2009-01-13T09:18:58Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2009-01-13T09:18:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=789558db70d9513a017c11c5be30945839fdff1c'/>
<id>urn:sha1:789558db70d9513a017c11c5be30945839fdff1c</id>
<content type='text'>
PR3296 and PR3302.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62160 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't try to analyze this "backward" case. This is overly conservative </title>
<updated>2009-01-02T18:54:17Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2009-01-02T18:54:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ae285bf5a631e7dd24cce087eca78353ff231a9c'/>
<id>urn:sha1:ae285bf5a631e7dd24cce087eca78353ff231a9c</id>
<content type='text'>
pending a correct solution.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61589 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Check that the function prototypes are correct before assuming that the </title>
<updated>2008-12-27T16:20:53Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2008-12-27T16:20:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3037eda1ef960209980985cb46d3d8b074c40a13'/>
<id>urn:sha1:3037eda1ef960209980985cb46d3d8b074c40a13</id>
<content type='text'>
parameters are pointers.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61451 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Resubmit support for the 'nocapture' attribute.</title>
<updated>2008-12-19T06:39:12Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2008-12-19T06:39:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f23d0d392ab47e191e1bbd17dc7487b9d461485c'/>
<id>urn:sha1:f23d0d392ab47e191e1bbd17dc7487b9d461485c</id>
<content type='text'>
The problematic part of this patch is that we were out of attribute bits,
requiring some fancy bit hacking to make it fit (by shrinking alignment)
without breaking existing users or the file format.

This change will require users to rebuild llvm-gcc to match llvm.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61239 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove empty test.</title>
<updated>2008-12-16T19:07:17Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2008-12-16T19:07:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=43445c153c070ed3402b55686ea71211b8e63ef5'/>
<id>urn:sha1:43445c153c070ed3402b55686ea71211b8e63ef5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61095 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release</title>
<updated>2008-12-16T19:06:48Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2008-12-16T19:06:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6fa311c2338391b0f332c062b3140c6df139a949'/>
<id>urn:sha1:6fa311c2338391b0f332c062b3140c6df139a949</id>
<content type='text'>
builds.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61094 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Generalize support for analyzing loops to include SLE/SGE loop exit conditions</title>
<updated>2008-12-16T08:30:01Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2008-12-16T08:30:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1447f5ca1f59fdbe885df36c74e868267297a59d'/>
<id>urn:sha1:1447f5ca1f59fdbe885df36c74e868267297a59d</id>
<content type='text'>
and support for non-unit strides with signed exit conditions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61082 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Teach basicaa to use the nocapture attribute when possible.  When the</title>
<updated>2008-12-15T18:59:22Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-12-15T18:59:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1314f20283f47ef655b16623ce1e8e7266f8342e'/>
<id>urn:sha1:1314f20283f47ef655b16623ce1e8e7266f8342e</id>
<content type='text'>
intrinsics are properly marked nocapture, the fixme should be addressed.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61040 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert my re-instated reverted commit, fixes the bootstrap build on x86-64 linux.</title>
<updated>2008-12-12T17:09:07Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2008-12-12T17:09:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8bdc6920cdd1fd51e5af1537462c30c06203fe85'/>
<id>urn:sha1:8bdc6920cdd1fd51e5af1537462c30c06203fe85</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60951 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Sneaky, sneaky: move the -1 to the outside of the SMax. Reinstate the</title>
<updated>2008-12-11T17:40:14Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2008-12-11T17:40:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=277a147f87b671b8545952367fd7aaafc1614e5d'/>
<id>urn:sha1:277a147f87b671b8545952367fd7aaafc1614e5d</id>
<content type='text'>
optimization of SGE/SLE with unit stride, now that it works properly.


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