<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/XCore, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/XCore?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/XCore?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-04-17T16:29:15Z</updated>
<entry>
<title>Start function numbering at 0.</title>
<updated>2010-04-17T16:29:15Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-04-17T16:29:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9f23dee08c7052af2c4baae3e2b06518896742eb'/>
<id>urn:sha1:9f23dee08c7052af2c4baae3e2b06518896742eb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101638 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Split big test into multiple directories to cater to</title>
<updated>2010-04-07T20:43:35Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2010-04-07T20:43:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b39b7e5ebf477039a5c6064464ee10da21b5f726'/>
<id>urn:sha1:b39b7e5ebf477039a5c6064464ee10da21b5f726</id>
<content type='text'>
those who don't build all targets.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100688 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix AsmPrinter::GetBlockAddressSymbol to always return a unique</title>
<updated>2010-03-14T17:53:23Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-14T17:53:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3b9d6216a41cfd43759e787db26d797e1f0ba0a8'/>
<id>urn:sha1:3b9d6216a41cfd43759e787db26d797e1f0ba0a8</id>
<content type='text'>
label instead of trying to form one based on the BB name (which
causes collisions if the name is empty).  This fixes PR6608


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98495 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add dag combine to simplify lmul(x, 0, a, b)</title>
<updated>2010-03-11T16:26:35Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2010-03-11T16:26:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=79a73fbeb3474fb1e111be839e6980bac77e0a3a'/>
<id>urn:sha1:79a73fbeb3474fb1e111be839e6980bac77e0a3a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98258 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bit</title>
<updated>2010-03-10T18:12:27Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2010-03-10T18:12:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=850f1cd3c0c6feefd64f389ecb0e078d0b2bd9db'/>
<id>urn:sha1:850f1cd3c0c6feefd64f389ecb0e078d0b2bd9db</id>
<content type='text'>
expression add(add(mul(x,y),a),b) -&gt; lmul(x,y,a,b) if all
operands are zero extended.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98168 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fold add(add(mul(x,y),a),b) -&gt; lmul(x,y,a,b) if the intermediate</title>
<updated>2010-03-10T16:19:31Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2010-03-10T16:19:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2dacd1e9873a4fefb97c7cdf5317c5a5c6150a76'/>
<id>urn:sha1:2dacd1e9873a4fefb97c7cdf5317c5a5c6150a76</id>
<content type='text'>
results are unused elsewhere.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98157 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Prefer LMUL to MACCU as LMUL has no tied operands.</title>
<updated>2010-03-10T13:27:10Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2010-03-10T13:27:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a2cc0613d05f9545947478942811c04f27601649'/>
<id>urn:sha1:a2cc0613d05f9545947478942811c04f27601649</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98153 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Custom lower (S|U)MUL_LOHI -&gt; MACC(S|U)</title>
<updated>2010-03-10T13:20:07Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2010-03-10T13:20:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a7e78402b8b3d3583e7b63fcca99a4034a2f4db4'/>
<id>urn:sha1:a7e78402b8b3d3583e7b63fcca99a4034a2f4db4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98152 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Lower add (mul a, b), c into MACCU / MACCS nodes which translate</title>
<updated>2010-03-10T11:41:08Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2010-03-10T11:41:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ebc64cf780e6e0200cd462f26e9925dcc7632f2b'/>
<id>urn:sha1:ebc64cf780e6e0200cd462f26e9925dcc7632f2b</id>
<content type='text'>
directly to the maccu / maccs instructions. We handle this in
ExpandADDSUB since after type legalisation it is messy to
recognise these operations.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98150 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert test to FileCheck.</title>
<updated>2010-03-10T11:24:03Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2010-03-10T11:24:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1250ac8a098cea157713049048e325735a8e090e'/>
<id>urn:sha1:1250ac8a098cea157713049048e325735a8e090e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98148 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
