<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/CellSPU, branch release_30</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/CellSPU?h=release_30</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/CellSPU?h=release_30'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-10-13T11:40:03Z</updated>
<entry>
<title>Mark 'branch indirect' instruction as an indirect branch.</title>
<updated>2011-10-13T11:40:03Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2011-10-13T11:40:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=898f336c515e7af607d1ee05a98319912894f24f'/>
<id>urn:sha1:898f336c515e7af607d1ee05a98319912894f24f</id>
<content type='text'>
Not having it confused assembly printing of jumptables.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141862 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction.</title>
<updated>2011-09-02T10:05:01Z</updated>
<author>
<name>Kalle Raiskila</name>
<email>kalle.raiskila@nokia.com</email>
</author>
<published>2011-09-02T10:05:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=989621f1f8356c977d7578252422de1b65d24587'/>
<id>urn:sha1:989621f1f8356c977d7578252422de1b65d24587</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139004 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>make the asmparser reject function and type redefinitions.  'Merging' hasn't been</title>
<updated>2011-06-17T07:06:44Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-06-17T07:06:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d589099eec8d120b5a7227072c4e717856e2276f'/>
<id>urn:sha1:d589099eec8d120b5a7227072c4e717856e2276f</id>
<content type='text'>
needed since llvm-gcc 3.4 days.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133248 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>manually upgrade a bunch of tests to modern syntax, and remove some that</title>
<updated>2011-06-17T03:14:27Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-06-17T03:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=26b0000166ca3d00f2a1990b43a1f45cdac4e9b6'/>
<id>urn:sha1:26b0000166ca3d00f2a1990b43a1f45cdac4e9b6</id>
<content type='text'>
are either unreduced or only test old syntax.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133228 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>don't test for codegen of 'store undef'</title>
<updated>2011-04-09T02:31:26Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-04-09T02:31:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4ae6a4d696c612164391a6a533f70b38d265ff79'/>
<id>urn:sha1:4ae6a4d696c612164391a6a533f70b38d265ff79</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129184 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Roll r127459 back in:</title>
<updated>2011-03-11T21:52:04Z</updated>
<author>
<name>Cameron Zwarich</name>
<email>zwarich@apple.com</email>
</author>
<published>2011-03-11T21:52:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=899eaa35696bb0a9a625acd70a14876834af6cc5'/>
<id>urn:sha1:899eaa35696bb0a9a625acd70a14876834af6cc5</id>
<content type='text'>
Optimize trivial branches in CodeGenPrepare, which often get created from the
lowering of objectsize intrinsics. Unfortunately, a number of tests were relying
on llc not optimizing trivial branches, so I had to add an option to allow them
to continue to test what they originally tested.

This fixes &lt;rdar://problem/8785296&gt; and &lt;rdar://problem/9112893&gt;.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127498 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get</title>
<updated>2011-03-11T19:30:30Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-03-11T19:30:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=950d3db5f478a84242a90cafce0d8dfc4f8b1152'/>
<id>urn:sha1:950d3db5f478a84242a90cafce0d8dfc4f8b1152</id>
<content type='text'>
created from the", it broke some GCC test suite tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127477 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Optimize trivial branches in CodeGenPrepare, which often get created from the</title>
<updated>2011-03-11T04:54:27Z</updated>
<author>
<name>Cameron Zwarich</name>
<email>zwarich@apple.com</email>
</author>
<published>2011-03-11T04:54:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=592ca3fda918c2066d9d78ed360e5fd69066fda7'/>
<id>urn:sha1:592ca3fda918c2066d9d78ed360e5fd69066fda7</id>
<content type='text'>
lowering of objectsize intrinsics. Unfortunately, a number of tests were relying
on llc not optimizing trivial branches, so I had to add an option to allow them
to continue to test what they originally tested.

This fixes &lt;rdar://problem/8785296&gt; and &lt;rdar://problem/9112893&gt;.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127459 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix mistyped CHECK lines.</title>
<updated>2011-03-09T22:07:31Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2011-03-09T22:07:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7bff3e7c1bb1ad4ce061c17baa3cd84e81cef8d1'/>
<id>urn:sha1:7bff3e7c1bb1ad4ce061c17baa3cd84e81cef8d1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127366 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<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>
</feed>
