<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-02-20T18:31:46Z</updated>
<entry>
<title>Remove test.</title>
<updated>2009-02-20T18:31:46Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-02-20T18:31:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c1824326f4d5a981092f2c7648610820a7180e80'/>
<id>urn:sha1:c1824326f4d5a981092f2c7648610820a7180e80</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@65136 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update tests to work on ppc.</title>
<updated>2009-02-20T18:31:28Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-02-20T18:31:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=adb576f17c8be4e112417f75c1bea9555d227aa8'/>
<id>urn:sha1:adb576f17c8be4e112417f75c1bea9555d227aa8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@65135 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 64582 from mainline</title>
<updated>2009-02-17T19:33:52Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-02-17T19:33:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=41b57f5044c9e9e737ff20f55dc980026f4152f7'/>
<id>urn:sha1:41b57f5044c9e9e737ff20f55dc980026f4152f7</id>
<content type='text'>
Fix PR3522. It's not safe to sink into landing pad BB's.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@64790 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 64579 from mainline.</title>
<updated>2009-02-17T19:32:45Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-02-17T19:32:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3bf2b5ea6fe27c2528354f40dab3ed39bdb35f89'/>
<id>urn:sha1:3bf2b5ea6fe27c2528354f40dab3ed39bdb35f89</id>
<content type='text'>
Fix pr3571: If stride is a value defined by an instruction, make sure it dominates the loop preheader. When IV users are strength reduced, the stride is inserted into the preheader. It could create a use before def situation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@64789 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 64314 from mainline.</title>
<updated>2009-02-17T19:01:36Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-02-17T19:01:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9114c43bee82b9992fe1fcb12d58a8b2e3a474b6'/>
<id>urn:sha1:9114c43bee82b9992fe1fcb12d58a8b2e3a474b6</id>
<content type='text'>
Make a transformation added in 63266 a bit less aggressive.
It was transforming (x&amp;y)==y to (x&amp;y)!=0 in the case where
y is variable and known to have at most one bit set (e.g. z&amp;1).
This is not correct; the expressions are not equivalent when y==0.
I believe this patch salvages what can be salvaged, including
all the cases in bt.ll.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@64782 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 64364 from mainline.</title>
<updated>2009-02-14T01:04:03Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-02-14T01:04:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3400fc0434bc7651d205f83bc8d71b943f1059b5'/>
<id>urn:sha1:3400fc0434bc7651d205f83bc8d71b943f1059b5</id>
<content type='text'>
Fix a nasty bug (PR3550) where the inline pass could incorrectly mark 
calls with the tail marker when inlining them through an invoke.  Patch,
testcase, and perfect analysis by Jay Foad!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@64520 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 64177 from mainline.</title>
<updated>2009-02-14T00:57:30Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-02-14T00:57:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=67a8eaa03b0a0fb119d7ac94b49969ad8b6ccbe9'/>
<id>urn:sha1:67a8eaa03b0a0fb119d7ac94b49969ad8b6ccbe9</id>
<content type='text'>
Fix PR 3471, and some cleanups.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@64517 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2009-02-13T23:53:40Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-02-13T23:53:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c1a60e850e9f8bfe2a4cd6cc8774ca34b35cbdc6'/>
<id>urn:sha1:c1a60e850e9f8bfe2a4cd6cc8774ca34b35cbdc6</id>
<content type='text'>
Fix PR3486. Fix a bug in code that manually patch physical register live interval after its sub-register is coalesced with a virtual register.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@64509 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>SROA CBE Fix.</title>
<updated>2009-02-04T23:12:25Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-02-04T23:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7f04b369a98d399a4a8d3e633c833c602e469fd2'/>
<id>urn:sha1:7f04b369a98d399a4a8d3e633c833c602e469fd2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@63790 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Disable support for vicmp/vfcmp from the LLVM 2.5 release branch, like we did for LLVM 2.4.  These are slated to be removed (PR3370) and we don't want to have to be backwards compatible with them in the future.</title>
<updated>2009-02-04T23:00:52Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-02-04T23:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a5db86927f4786447fac319405a50c672603b80f'/>
<id>urn:sha1:a5db86927f4786447fac319405a50c672603b80f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@63788 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
