<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/CellSPU, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/CellSPU?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/CellSPU?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-03-04T20:03:14Z</updated>
<entry>
<title>Be nice to Xcore and the XMOS assembler and avoid quoting section names</title>
<updated>2011-03-04T20:03:14Z</updated>
<author>
<name>Joerg Sonnenberger</name>
<email>joerg@bec.de</email>
</author>
<published>2011-03-04T20:03:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=89e0f386f3c8bafbbae05d7d32695ce571617397'/>
<id>urn:sha1:89e0f386f3c8bafbbae05d7d32695ce571617397</id>
<content type='text'>
that contain only letters, digits and the characters "_" and ".".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127028 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Allow vector shifts (shl,lshr,ashr) on SPU.</title>
<updated>2011-03-04T13:19:18Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2011-03-04T13:19:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=31cbac1cfea8703098e09e7ff5fa8a626eebc920'/>
<id>urn:sha1:31cbac1cfea8703098e09e7ff5fa8a626eebc920</id>
<content type='text'>
There was a previous implementation with patterns that would 
have matched e.g. 
	shl &lt;v4i32&gt; &lt;i32&gt;,
but this is not valid LLVM IR so they never were selected.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126998 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Allow load from constant on SPU.</title>
<updated>2011-03-04T12:00:11Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2011-03-04T12:00:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7f5de8b4c64280587c2c9a9a0ba4e1ada7e050e5'/>
<id>urn:sha1:7f5de8b4c64280587c2c9a9a0ba4e1ada7e050e5</id>
<content type='text'>
A 'load &lt;4 x i32&gt;* null' crashes llc before this fix.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126995 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Bug#9033: For the ELF assembler output, always quote the section name.</title>
<updated>2011-03-03T22:31:08Z</updated>
<author>
<name>Joerg Sonnenberger</name>
<email>joerg@bec.de</email>
</author>
<published>2011-03-03T22:31:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ea83b133503afcd6589cf317cbb54ccd9e100f57'/>
<id>urn:sha1:ea83b133503afcd6589cf317cbb54ccd9e100f57</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126963 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix visitShift to properly zero extend the shift amount if the provided operand</title>
<updated>2011-02-13T09:02:52Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-02-13T09:02:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d3027738856d57ee22930deca0c7977fdc13e633'/>
<id>urn:sha1:d3027738856d57ee22930deca0c7977fdc13e633</id>
<content type='text'>
is narrower than the shift register.  Doing an anyext provides undefined bits in
the top part of the register.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125457 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Allow sign-extending of i8 and i16 to i128 on SPU. </title>
<updated>2011-01-20T15:49:06Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2011-01-20T15:49:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5106b8450678b91b964575eaad300c41410aa7d6'/>
<id>urn:sha1:5106b8450678b91b964575eaad300c41410aa7d6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123912 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't crash SPU BE with memory accesses with big alignmnet.</title>
<updated>2011-01-17T11:59:20Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2011-01-17T11:59:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8702e8be8df5f2ba12ecc89580d5e7453a1a39cd'/>
<id>urn:sha1:8702e8be8df5f2ba12ecc89580d5e7453a1a39cd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123620 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't feed 19 bit immediates to ILA.</title>
<updated>2010-12-17T09:36:09Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2010-12-17T09:36:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=18aa393153b5d42e795e3a669d9dffdc510005e2'/>
<id>urn:sha1:18aa393153b5d42e795e3a669d9dffdc510005e2</id>
<content type='text'>
Patch (slightly modified) by Visa Putkinen.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122052 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG message instead of creating DBG_VALUE for undefined value in reg0.</title>
<updated>2010-12-06T22:39:26Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-12-06T22:39:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=afeaae7a940ce16e7874af31f3e5e91d8ca89e19'/>
<id>urn:sha1:afeaae7a940ce16e7874af31f3e5e91d8ca89e19</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121059 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Handle lshr for i128 correctly on SPU also when </title>
<updated>2010-11-29T14:44:28Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2010-11-29T14:44:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9363f739cdc3bd02e8516a25de0090f52ae12fbb'/>
<id>urn:sha1:9363f739cdc3bd02e8516a25de0090f52ae12fbb</id>
<content type='text'>
shiftamount &gt; 7.


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