<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib, branch release_23</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib?h=release_23</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib?h=release_23'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-06-04T20:21:59Z</updated>
<entry>
<title>Merge from mainline to fix PR2407.</title>
<updated>2008-06-04T20:21:59Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-06-04T20:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b666e3edcb3dd78da6eea9f3b3de0e0fae0f3762'/>
<id>urn:sha1:b666e3edcb3dd78da6eea9f3b3de0e0fae0f3762</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_23@51962 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-06-02T16:40:49Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-06-02T16:40:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=99b648afaf162cca02fd9ba728715c96ee7725d2'/>
<id>urn:sha1:99b648afaf162cca02fd9ba728715c96ee7725d2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_23@51869 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-05-22T20:51:09Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-05-22T20:51:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=862590978da991b1ebcf598ca762eae1d01fc8ab'/>
<id>urn:sha1:862590978da991b1ebcf598ca762eae1d01fc8ab</id>
<content type='text'>
fix an off-by-one error in my previous patch, don't treat the callee as a incoming arg.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_23@51438 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-05-22T20:50:33Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-05-22T20:50:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b649740357f01c48b2a292d66edfbfccfa937729'/>
<id>urn:sha1:b649740357f01c48b2a292d66edfbfccfa937729</id>
<content type='text'>
Add support for multiple-return values in inline asm.  This should
get inline asm working as well as it did previously with the CBE
with the new MRV support for inline asm.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_23@51437 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-05-22T05:20:31Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-05-22T05:20:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0f56a06a84286b88d5b0b9b9b7d5fc7fea0d483f'/>
<id>urn:sha1:0f56a06a84286b88d5b0b9b9b7d5fc7fea0d483f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_23@51416 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-05-22T05:16:47Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-05-22T05:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4f4be876a938ef6dc53f589731e5f95c0dd5505b'/>
<id>urn:sha1:4f4be876a938ef6dc53f589731e5f95c0dd5505b</id>
<content type='text'>
Fix PR2267, by allowing indirect outputs to be intermixed
with normal outputs.  Testcase here:
test/CodeGen/X86/asm-indirect-mem.ll



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_23@51415 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-05-22T04:58:33Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-05-22T04:58:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c9941666ca2045b46b1cbc7fc0e1e872900fb170'/>
<id>urn:sha1:c9941666ca2045b46b1cbc7fc0e1e872900fb170</id>
<content type='text'>
uppress gcc3.4.6's &lt;no value returned&gt; warnings


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_23@51412 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-05-22T04:56:31Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-05-22T04:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a87df5a035ad35b182df7757403b877b3a312912'/>
<id>urn:sha1:a87df5a035ad35b182df7757403b877b3a312912</id>
<content type='text'>
Fix and encoding error in the psrad xmm, imm8 instruction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_23@51411 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-05-22T04:52:53Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-05-22T04:52:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cb216e0fbfe20b057a49426137f48ff2aa266c67'/>
<id>urn:sha1:cb216e0fbfe20b057a49426137f48ff2aa266c67</id>
<content type='text'>
Fix one more encoding bug.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_23@51410 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-05-12T19:46:27Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-05-12T19:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=62565db561896a723f9b1c38ff3b981d5d8a2c9d'/>
<id>urn:sha1:62565db561896a723f9b1c38ff3b981d5d8a2c9d</id>
<content type='text'>
Fix a missing break in the ISD::FLT_ROUNDS_ handling.


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