<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/CodeGen, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/CodeGen?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/CodeGen?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-05-18T05:55:42Z</updated>
<entry>
<title>Merging from mainline (inline asm fix)</title>
<updated>2007-05-18T05:55:42Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2007-05-18T05:55:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=defd57348ecfaf78f3f2d87ee05c6ecdf54c6949'/>
<id>urn:sha1:defd57348ecfaf78f3f2d87ee05c6ecdf54c6949</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_20@37211 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merging from mainline</title>
<updated>2007-05-10T04:52:54Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2007-05-10T04:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=31e7bd01846dff273b94cf3c176dcb85512201ab'/>
<id>urn:sha1:31e7bd01846dff273b94cf3c176dcb85512201ab</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_20@36970 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline PR1403</title>
<updated>2007-05-10T04:42:32Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2007-05-10T04:42:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e2f6f7d818635cf71e4f4af5446b20661d9fc0ff'/>
<id>urn:sha1:e2f6f7d818635cf71e4f4af5446b20661d9fc0ff</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_20@36968 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Forgot a check.</title>
<updated>2007-05-07T21:36:06Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2007-05-07T21:36:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c2cd2b29f5b8e2eda88a1edadcd4bc7478a2439c'/>
<id>urn:sha1:c2cd2b29f5b8e2eda88a1edadcd4bc7478a2439c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36910 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Enable a couple of xforms:</title>
<updated>2007-05-07T21:27:48Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2007-05-07T21:27:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=59d5b68dffc4b25290ab21416cd33a7956269389'/>
<id>urn:sha1:59d5b68dffc4b25290ab21416cd33a7956269389</id>
<content type='text'>
- (store (bitconvert v)) -&gt; (store v) if resultant store does not require
higher alignment
- (bitconvert (load v)) -&gt; (load (bitconvert*)v) if resultant load does not
require higher alignment


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36908 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Handle some non-exit blocks in tail merging.</title>
<updated>2007-05-07T20:57:21Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2007-05-07T20:57:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7d33b4c59b56afb96feea71073c1d9e70c457e28'/>
<id>urn:sha1:7d33b4c59b56afb96feea71073c1d9e70c457e28</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36907 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Parameter attributes on invoke calls were being lost due to the wrong</title>
<updated>2007-05-07T20:49:28Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2007-05-07T20:49:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4fee7034d5a9dae46e78ff300fd6dbf2cdfcb8f9'/>
<id>urn:sha1:4fee7034d5a9dae46e78ff300fd6dbf2cdfcb8f9</id>
<content type='text'>
attribute index being used.  Fix proposed by Anton Korobeynikov, who
asked me to implement and commit it for him.  This is PR1398.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36906 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Detabify</title>
<updated>2007-05-06T20:14:21Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-05-06T20:14:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b682448ebd8074dd63b40d41204fc69a417e0eac'/>
<id>urn:sha1:b682448ebd8074dd63b40d41204fc69a417e0eac</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36891 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix typo in comment.</title>
<updated>2007-05-06T13:37:16Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2007-05-06T13:37:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ecd94c804a563f2a86572dcf1d2e81f397e19daa'/>
<id>urn:sha1:ecd94c804a563f2a86572dcf1d2e81f397e19daa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36873 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the personality function that was registered with MMI rather than</title>
<updated>2007-05-05T20:27:00Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2007-05-05T20:27:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3194f575413613d3653a483859724fe63aba4b66'/>
<id>urn:sha1:3194f575413613d3653a483859724fe63aba4b66</id>
<content type='text'>
hardwiring in the C++ one.


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