<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/CellSPU, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/CellSPU?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/CellSPU?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-09-03T12:13:18Z</updated>
<entry>
<title>Zap dead code.</title>
<updated>2010-09-03T12:13:18Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2010-09-03T12:13:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=df3f25656d97deda816f74f10be14821fd5259e9'/>
<id>urn:sha1:df3f25656d97deda816f74f10be14821fd5259e9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112955 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix lowering of INSERT_VECTOR_ELT in SPU. </title>
<updated>2010-08-29T12:41:50Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2010-08-29T12:41:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bd887df8b960404f3f1a2f5a6a98ec8c2aa8394d'/>
<id>urn:sha1:bd887df8b960404f3f1a2f5a6a98ec8c2aa8394d</id>
<content type='text'>
The IDX was treated as byte index, not element index.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112422 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Simplify eliminateFrameIndex() interface back down now that PEI doesn't need</title>
<updated>2010-08-26T23:32:16Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-08-26T23:32:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fcb4a8ead3cd8d9540d5eaa448af5d14a0ee341a'/>
<id>urn:sha1:fcb4a8ead3cd8d9540d5eaa448af5d14a0ee341a</id>
<content type='text'>
to try to re-use scavenged frame index reference registers. rdar://8277890

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112241 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>zap dead code</title>
<updated>2010-08-25T19:00:00Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-08-25T19:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=574aab5700bde870a2fb1334b5bb82551b6b6bce'/>
<id>urn:sha1:574aab5700bde870a2fb1334b5bb82551b6b6bce</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112073 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix SPU BE to use all the available return registers.</title>
<updated>2010-08-24T11:50:48Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2010-08-24T11:50:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=55aebef654d11a11e24c8d6680f6647b73a715f7'/>
<id>urn:sha1:55aebef654d11a11e24c8d6680f6647b73a715f7</id>
<content type='text'>
llc used to assert on the added testcase.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111911 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove some dead code from SPU BE that remained</title>
<updated>2010-08-24T11:05:51Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2010-08-24T11:05:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f53fdc2e455e7e85a4b1278dd9027b237f6b829a'/>
<id>urn:sha1:f53fdc2e455e7e85a4b1278dd9027b237f6b829a</id>
<content type='text'>
from 64bit vector support.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111910 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a bug with insertelement on SPU. </title>
<updated>2010-08-18T10:20:29Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2010-08-18T10:20:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ca9460f5a0e1863dfe873c8e364464fc849524c2'/>
<id>urn:sha1:ca9460f5a0e1863dfe873c8e364464fc849524c2</id>
<content type='text'>
The previous algorithm in LowerVECTOR_SHUFFLE 
didn't check all requirements for "monotonic" shuffles.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111361 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove all traces of v2[i,f]32 on SPU. </title>
<updated>2010-08-18T10:04:39Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2010-08-18T10:04:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=86a791284ae473a8820144be77ce92db8bd3028e'/>
<id>urn:sha1:86a791284ae473a8820144be77ce92db8bd3028e</id>
<content type='text'>
The "half vectors" are now widened to full size by the legalizer.
The only exception is in parameter passing, where half vectors are 
expanded. This causes changes to some dejagnu tests.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111360 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change SPU C calling convention to match that described in </title>
<updated>2010-08-18T09:50:30Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2010-08-18T09:50:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=44ff5f5435c60558b47d975655385f15b0dee01c'/>
<id>urn:sha1:44ff5f5435c60558b47d975655385f15b0dee01c</id>
<content type='text'>
"SPU Application Binary Interface Specification, v1.9" by
IBM. 
Specifically: use r3-r74 to pass parameters and the return value.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111358 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix emacs language spec's, patch by Edmund Grimley-Evans!</title>
<updated>2010-08-17T16:20:04Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-08-17T16:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=23e70ebf352ff4938210711464c68b5a6e46e61c'/>
<id>urn:sha1:23e70ebf352ff4938210711464c68b5a6e46e61c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111241 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
