<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Analysis, branch testing</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Analysis?h=testing</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Analysis?h=testing'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-03-20T23:53:45Z</updated>
<entry>
<title>Remove 'else' after 'return'.</title>
<updated>2013-03-20T23:53:45Z</updated>
<author>
<name>Jakub Staszak</name>
<email>kubastaszak@gmail.com</email>
</author>
<published>2013-03-20T23:53:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7f19e5db5f4f730f72c248282b7c00e6cdaf6782'/>
<id>urn:sha1:7f19e5db5f4f730f72c248282b7c00e6cdaf6782</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177607 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove trailing spaces.</title>
<updated>2013-03-20T21:47:51Z</updated>
<author>
<name>Jakub Staszak</name>
<email>kubastaszak@gmail.com</email>
</author>
<published>2013-03-20T21:47:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6178e5f50c0c8be26913cd93238a5035a39cdf37'/>
<id>urn:sha1:6178e5f50c0c8be26913cd93238a5035a39cdf37</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177584 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.</title>
<updated>2013-03-18T21:23:25Z</updated>
<author>
<name>Manman Ren</name>
<email>mren@apple.com</email>
</author>
<published>2013-03-18T21:23:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=90842427b2f6ab5c0aab6049fd9177033101847f'/>
<id>urn:sha1:90842427b2f6ab5c0aab6049fd9177033101847f</id>
<content type='text'>
This handles the case where we have an inbounds GEP with alloca as the pointer.
This fixes the regression in PR12750 and rdar://13286434.
Note that we can also fix this by handling some GEP cases in isKnownNonNull.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177321 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Small fix for cost analysis of ptrtoint.</title>
<updated>2013-03-12T13:18:30Z</updated>
<author>
<name>Patrik Hagglund</name>
<email>patrik.h.hagglund@ericsson.com</email>
</author>
<published>2013-03-12T13:18:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ac5b3915aa64d287057752c2c90cfe04adacfa11'/>
<id>urn:sha1:ac5b3915aa64d287057752c2c90cfe04adacfa11</id>
<content type='text'>
This seems to be a "copy-paste error" introducecd in r156140.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176863 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove unneeded #includes. Use forward declarations instead.</title>
<updated>2013-03-10T00:34:01Z</updated>
<author>
<name>Jakub Staszak</name>
<email>kubastaszak@gmail.com</email>
</author>
<published>2013-03-10T00:34:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ec3bb4b660fc2f8353c510ebfc15277bcf28df8b'/>
<id>urn:sha1:ec3bb4b660fc2f8353c510ebfc15277bcf28df8b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176783 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Early exit from getAllocationData() and isFreeCall() for intrinsics.</title>
<updated>2013-03-08T21:15:00Z</updated>
<author>
<name>Michael Ilseman</name>
<email>milseman@apple.com</email>
</author>
<published>2013-03-08T21:15:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cacf97107972d0c9d29d14b8d67183c998d17d94'/>
<id>urn:sha1:cacf97107972d0c9d29d14b8d67183c998d17d94</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176722 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove trailing whitespace</title>
<updated>2013-03-08T21:03:09Z</updated>
<author>
<name>Michael Ilseman</name>
<email>milseman@apple.com</email>
</author>
<published>2013-03-08T21:03:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9333ffb6db95e8ec2e34d2013c4fee47cecc8e91'/>
<id>urn:sha1:9333ffb6db95e8ec2e34d2013c4fee47cecc8e91</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176720 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove -print-dbginfo as it is unused &amp; bitrotten.</title>
<updated>2013-03-08T18:17:46Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-08T18:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=423de3f0478fd8e4f8aa650d8cf9f64d08963118'/>
<id>urn:sha1:423de3f0478fd8e4f8aa650d8cf9f64d08963118</id>
<content type='text'>
This pass hasn't been touched in two years &amp; would fail with assertions against
the current debug info metadata format (the only test case for it still uses a
many-versions old debug info metadata format)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176707 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Simplify code. No functionality change.</title>
<updated>2013-03-07T20:22:39Z</updated>
<author>
<name>Jakub Staszak</name>
<email>kubastaszak@gmail.com</email>
</author>
<published>2013-03-07T20:22:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b1b6c170819120e535ef706f58041bb6caebe35d'/>
<id>urn:sha1:b1b6c170819120e535ef706f58041bb6caebe35d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176646 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change NULL to 0.</title>
<updated>2013-03-07T20:01:47Z</updated>
<author>
<name>Jakub Staszak</name>
<email>kubastaszak@gmail.com</email>
</author>
<published>2013-03-07T20:01:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a9cd5164c404905a8109da5bfedea9d68960990d'/>
<id>urn:sha1:a9cd5164c404905a8109da5bfedea9d68960990d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176642 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
