<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen?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 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 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>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>
<entry>
<title>rearrange how SRoA handles promotion of allocas to vectors.</title>
<updated>2009-02-03T01:30:09Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-02-03T01:30:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7809ecd5b019d26498499121f4d9c0b7de2f0a14'/>
<id>urn:sha1:7809ecd5b019d26498499121f4d9c0b7de2f0a14</id>
<content type='text'>
With the new world order, it can handle cases where the first
store into the alloca is an element of the vector, instead of
requiring the first analyzed store to have the vector type 
itself.  This allows us to un-xfail 
test/CodeGen/X86/vec_ins_extract.ll.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63590 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add explicit -march=x86 to these tests so that they don't</title>
<updated>2009-02-03T00:20:22Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-02-03T00:20:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7a01d0e97159cf9afaaae8b1c1a8182a817dcfcc'/>
<id>urn:sha1:7a01d0e97159cf9afaaae8b1c1a8182a817dcfcc</id>
<content type='text'>
default to -march=x86-64 on 64-bit hosts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63579 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix another test to not use -mcpu=yonah with 64-bit code.</title>
<updated>2009-02-02T23:43:59Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-02-02T23:43:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2ee39de7b6b7da07a8ce16188860b08da19bbfcb'/>
<id>urn:sha1:2ee39de7b6b7da07a8ce16188860b08da19bbfcb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63572 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Yonah does not support x86-64. Change the -mcpu value to one that does.</title>
<updated>2009-02-02T22:50:08Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-02-02T22:50:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e7f5be7d71d5b7a950db53eac257f343abea4d1d'/>
<id>urn:sha1:e7f5be7d71d5b7a950db53eac257f343abea4d1d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63561 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
