<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/CellSPU, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/CellSPU?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/CellSPU?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-03-05T18:55:36Z</updated>
<entry>
<title>fix bss section printing for cell, patch by Kalle Raiskila!</title>
<updated>2010-03-05T18:55:36Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-05T18:55:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ac834e7a5f1d49617d8a9ef33b78f7dd4f666da7'/>
<id>urn:sha1:ac834e7a5f1d49617d8a9ef33b78f7dd4f666da7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97814 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Sink InstructionSelect() out of each target into SDISel, and rename it</title>
<updated>2010-03-02T06:34:30Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-02T06:34:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7c306da505e2d7f64e160890b274a47fa0740962'/>
<id>urn:sha1:7c306da505e2d7f64e160890b274a47fa0740962</id>
<content type='text'>
DoInstructionSelection.  Inline "SelectRoot" into it from DAGISelHeader.
Sink some other stuff out of DAGISelHeader into SDISel.

Eliminate the various 'Indent' stuff from various targets, which dates
to when isel was recursive.

 17 files changed, 114 insertions(+), 430 deletions(-)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97555 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove dead parameter passing.</title>
<updated>2010-03-02T01:55:18Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2010-03-02T01:55:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=46ada19645c981a0b7932487d163f7582074a4d9'/>
<id>urn:sha1:46ada19645c981a0b7932487d163f7582074a4d9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97536 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert this patch for the time being. Needs more testing.</title>
<updated>2010-02-25T02:32:54Z</updated>
<author>
<name>Scott Michel</name>
<email>scottm@aero.org</email>
</author>
<published>2010-02-25T02:32:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0d0840108f7ae49b47689da54c53686c358f22cf'/>
<id>urn:sha1:0d0840108f7ae49b47689da54c53686c358f22cf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97099 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Large stack frame patch for the CellSPU: handle stack frames that exceed 8176</title>
<updated>2010-02-25T01:53:17Z</updated>
<author>
<name>Scott Michel</name>
<email>scottm@aero.org</email>
</author>
<published>2010-02-25T01:53:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3ce2b097973e4b1a553373471cf2a5d9805903c5'/>
<id>urn:sha1:3ce2b097973e4b1a553373471cf2a5d9805903c5</id>
<content type='text'>
(511*16) bytes register displacement (D-form).

NOTE: This is a potential headache, given the SPU's local core limitations,
allowing the software developer to commit stack overrun suicide unknowingly.
Also, large SPU stack frames will cause code size explosion. But, one presumes
that the software developer knows what they're doing...

Contributed by Kalle.Raiskila@nokia.com, edited slightly before commit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97091 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>disable two patterns that are using non-sensical result pattern types.</title>
<updated>2010-02-23T07:21:15Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-23T07:21:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c6c161265e45e0d2961451b7eb71736ee83d25ac'/>
<id>urn:sha1:c6c161265e45e0d2961451b7eb71736ee83d25ac</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96903 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>reapply my cellspu changes with a fix to not break the old isel.</title>
<updated>2010-02-23T05:30:43Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-23T05:30:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a8e761464df231dc6b91eef535c62bf2f87a4eba'/>
<id>urn:sha1:a8e761464df231dc6b91eef535c62bf2f87a4eba</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96885 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert 96854, 96852, and 96849, unbreaking test/CodeGen/CellSPU/i64ops.ll.</title>
<updated>2010-02-23T02:33:29Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-23T02:33:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e2c0924f8e8b1b0fcbd48cfaada320917223beb5'/>
<id>urn:sha1:e2c0924f8e8b1b0fcbd48cfaada320917223beb5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96871 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix hte last cellspu failure.</title>
<updated>2010-02-23T01:37:39Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-23T01:37:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=674b75617c977bb7168171fca514da3c082ec074'/>
<id>urn:sha1:674b75617c977bb7168171fca514da3c082ec074</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96854 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>hack around more crimes in instruction selection.</title>
<updated>2010-02-23T01:33:17Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-23T01:33:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8843fd39c8b9bbe187d78cfce7cc6582c124cff5'/>
<id>urn:sha1:8843fd39c8b9bbe187d78cfce7cc6582c124cff5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96852 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
