<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/Alpha, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/Alpha?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/Alpha?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-03-01T22:09:11Z</updated>
<entry>
<title>Fix PR2590 by making PatternSortingPredicate actually be </title>
<updated>2010-03-01T22:09:11Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-01T22:09:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=117ccb7e518f05e4bf3df058fc402262f897ff0b'/>
<id>urn:sha1:117ccb7e518f05e4bf3df058fc402262f897ff0b</id>
<content type='text'>
ordered correctly.  Previously it would get in trouble when
two patterns were too similar and give them nondet ordering.
We force this by using the record ID order as a fallback.

The testsuite diff is due to alpha patterns being ordered
slightly differently, the change is a semantic noop afaict:

&lt; 	lda $0,-100($16)
---
&gt; 	subq $16,100,$0



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97509 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Delete useless trailing semicolons.</title>
<updated>2010-01-05T17:55:26Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-01-05T17:55:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aceba31b7a04fd28680209b2677915378877bc13'/>
<id>urn:sha1:aceba31b7a04fd28680209b2677915378877bc13</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92740 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Eliminate more uses of llvm-as and llvm-dis.</title>
<updated>2009-09-09T00:09:15Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-09-09T00:09:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fce288fc9134f0f1055caf0342c023225bd5c379'/>
<id>urn:sha1:fce288fc9134f0f1055caf0342c023225bd5c379</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81293 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove obsolete -f flags.</title>
<updated>2009-08-25T15:38:29Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-08-25T15:38:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fea1dd08044c85fb2f74b409704bb742dc817846'/>
<id>urn:sha1:fea1dd08044c85fb2f74b409704bb742dc817846</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make promotion in operation legalization for SETCC work correctly.</title>
<updated>2009-07-17T05:16:04Z</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2009-07-17T05:16:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a64eb92fe305424ebde2e3de2b12160b8bf76047'/>
<id>urn:sha1:a64eb92fe305424ebde2e3de2b12160b8bf76047</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76153 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix Alpha test and support for private linkage.</title>
<updated>2009-01-15T21:51:46Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2009-01-15T21:51:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=19caec79f29936d1828c15bf3416f4741b72d768'/>
<id>urn:sha1:19caec79f29936d1828c15bf3416f4741b72d768</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62282 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add the private linkage.</title>
<updated>2009-01-15T20:18:42Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2009-01-15T20:18:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bb46f52027416598a662dc1c58f48d9d56b1a65b'/>
<id>urn:sha1:bb46f52027416598a662dc1c58f48d9d56b1a65b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62279 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Correct some thinkos in the expansion of ADD/SUB</title>
<updated>2008-11-12T08:23:26Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-11-12T08:23:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=245146b58a2188eb69bcb34fc2bdf57ebbcfb278'/>
<id>urn:sha1:245146b58a2188eb69bcb34fc2bdf57ebbcfb278</id>
<content type='text'>
when the target does not support ADDC/SUBC.  This
fixes PR3044.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59120 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix another libgcc blocker</title>
<updated>2008-11-11T06:06:07Z</updated>
<author>
<name>Andrew Lenharth</name>
<email>andrewl@lenharth.org</email>
</author>
<published>2008-11-11T06:06:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=683a9226532914f2ee9b7ddb9d76e7ee84079e9e'/>
<id>urn:sha1:683a9226532914f2ee9b7ddb9d76e7ee84079e9e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59026 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>get CodeGen/Alpha/mul128.ll to work.</title>
<updated>2008-10-09T04:50:56Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-10-09T04:50:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d2a27ee974053ff3c1a81dab8f340a125f29ac36'/>
<id>urn:sha1:d2a27ee974053ff3c1a81dab8f340a125f29ac36</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57318 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
