<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/Generic, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/Generic?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/Generic?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-02-28T12:30:47Z</updated>
<entry>
<title>Make this test x86 specific because the ARM backend can't handle it.</title>
<updated>2011-02-28T12:30:47Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2011-02-28T12:30:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=443612e165ddc884bfe006cfb3d94746b6ba92e4'/>
<id>urn:sha1:443612e165ddc884bfe006cfb3d94746b6ba92e4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126650 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Legalize support for fpextend of vector.  PR9309.</title>
<updated>2011-02-27T14:41:27Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2011-02-27T14:41:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9c45251e1165a9ed8c351468ebb01b3859ea1df3'/>
<id>urn:sha1:9c45251e1165a9ed8c351468ebb01b3859ea1df3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126574 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>A fix for 9165.</title>
<updated>2011-02-12T14:40:33Z</updated>
<author>
<name>Nadav Rotem</name>
<email>nadav.rotem@intel.com</email>
</author>
<published>2011-02-12T14:40:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=609d54ee1e715af57e499c2cd10ff5a9ba89b9f2'/>
<id>urn:sha1:609d54ee1e715af57e499c2cd10ff5a9ba89b9f2</id>
<content type='text'>
The DAGCombiner created illegal BUILD_VECTOR operations.
The patch added a check that either illegal operations are
allowed or that the created operation is legal.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125435 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix rdar://8878965, a regression I introduced with the recent</title>
<updated>2011-01-18T20:53:04Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-01-18T20:53:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=435b4d2eba723e9513453f20885244ad1d16e0d4'/>
<id>urn:sha1:435b4d2eba723e9513453f20885244ad1d16e0d4</id>
<content type='text'>
llvm.objectsize changes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123771 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a testcase for PR8582, which mysteriously fixed itself, in case the problem</title>
<updated>2011-01-06T23:04:29Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2011-01-06T23:04:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1f2b00c710da8f1486a56e961925589c4aa01a16'/>
<id>urn:sha1:1f2b00c710da8f1486a56e961925589c4aa01a16</id>
<content type='text'>
comes back some day.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122982 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fixes PR8823: add-with-overflow-128.ll</title>
<updated>2010-12-23T03:15:51Z</updated>
<author>
<name>Andrew Trick</name>
<email>atrick@apple.com</email>
</author>
<published>2010-12-23T03:15:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1b1658741aa4bc88fc488ef217d9603294e16c58'/>
<id>urn:sha1:1b1658741aa4bc88fc488ef217d9603294e16c58</id>
<content type='text'>
In the bottom-up selection DAG scheduling, handle two-address
instructions that read/write unspillable registers. Treat
the entire chain of two-address nodes as a single live range.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122472 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>temporarily disable this: PR8823.</title>
<updated>2010-12-20T02:11:23Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-12-20T02:11:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=315b6f77bcfe496823eb08c302e31a6e43069863'/>
<id>urn:sha1:315b6f77bcfe496823eb08c302e31a6e43069863</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122222 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add a general coverage test for overflow intrinsics.</title>
<updated>2010-12-19T20:01:13Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-12-19T20:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8dd34173849aae00afd9c1c7880dc0acbce4ade8'/>
<id>urn:sha1:8dd34173849aae00afd9c1c7880dc0acbce4ade8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122185 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removing the useless test that I added recently. It was meant as an example, but not complicated enough to merit another test.</title>
<updated>2010-11-20T07:26:51Z</updated>
<author>
<name>Andrew Trick</name>
<email>atrick@apple.com</email>
</author>
<published>2010-11-20T07:26:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b9e6fe1e3afe3c4cdbdddfb563adc10c439dc296'/>
<id>urn:sha1:b9e6fe1e3afe3c4cdbdddfb563adc10c439dc296</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119898 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Emacs auto-fill bug.</title>
<updated>2010-11-12T18:17:46Z</updated>
<author>
<name>Andrew Trick</name>
<email>atrick@apple.com</email>
</author>
<published>2010-11-12T18:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=11f20edcf9cee158e8f62624c148520128c864f0'/>
<id>urn:sha1:11f20edcf9cee158e8f62624c148520128c864f0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118908 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
