<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/CellSPU, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/CellSPU?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/CellSPU?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-05-01T08:28:53Z</updated>
<entry>
<title>Merging r155902:</title>
<updated>2012-05-01T08:28:53Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-05-01T08:28:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1fb5af610fbbf5740d8176d2d9b57fb4f95321e3'/>
<id>urn:sha1:1fb5af610fbbf5740d8176d2d9b57fb4f95321e3</id>
<content type='text'>
------------------------------------------------------------------------
r155902 | void | 2012-05-01 01:27:43 -0700 (Tue, 01 May 2012) | 7 lines

Change the PassManager from a reference to a pointer.

The TargetPassManager's default constructor wants to initialize the PassManager
to 'null'. But it's illegal to bind a null reference to a null l-value. Make the
ivar a pointer instead.
PR12468

------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_31@155903 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove unused CCIfSubtarget.</title>
<updated>2012-04-17T11:29:05Z</updated>
<author>
<name>Jay Foad</name>
<email>jay.foad@gmail.com</email>
</author>
<published>2012-04-17T11:29:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ef1a3a25b3398768b9fad5526782675b1a8c128f'/>
<id>urn:sha1:ef1a3a25b3398768b9fad5526782675b1a8c128f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154921 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Always compute all the bits in ComputeMaskedBits.</title>
<updated>2012-04-04T12:51:34Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2012-04-04T12:51:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=26c8dcc692fb2addd475446cfff24d6a4e958bca'/>
<id>urn:sha1:26c8dcc692fb2addd475446cfff24d6a4e958bca</id>
<content type='text'>
This allows us to keep passing reduced masks to SimplifyDemandedBits, but
know about all the bits if SimplifyDemandedBits fails. This allows instcombine
to simplify cases like the one in the included testcase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154011 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Prune some includes</title>
<updated>2012-03-27T07:54:11Z</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2012-03-27T07:54:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4e02f23de24375294005f88b5254a3775d39fcb2'/>
<id>urn:sha1:4e02f23de24375294005f88b5254a3775d39fcb2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153502 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove unnecessary llvm:: qualifications</title>
<updated>2012-03-27T07:21:54Z</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2012-03-27T07:21:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c89c744b69cecac576317a98322fd295e36e9886'/>
<id>urn:sha1:c89c744b69cecac576317a98322fd295e36e9886</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153500 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove some unnecessary forward declarations.</title>
<updated>2012-03-22T06:52:14Z</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2012-03-22T06:52:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=63bd926a41f476399cb62948484511261842489f'/>
<id>urn:sha1:63bd926a41f476399cb62948484511261842489f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153245 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations.</title>
<updated>2012-03-17T18:46:09Z</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2012-03-17T18:46:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=79aa3417eb6f58d668aadfedf075240a41d35a26'/>
<id>urn:sha1:79aa3417eb6f58d668aadfedf075240a41d35a26</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152997 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove global map. This code isn't even hot.</title>
<updated>2012-03-11T18:12:04Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2012-03-11T18:12:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=57a76605f0e7989787cfaddd9be546ab5ab28044'/>
<id>urn:sha1:57a76605f0e7989787cfaddd9be546ab5ab28044</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152544 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use uint16_t to store registers and opcode in static tables in the target specific backends.</title>
<updated>2012-03-11T07:16:55Z</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2012-03-11T07:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b78ca423844f19f4a838abb49b4b4fa7ae499707'/>
<id>urn:sha1:b78ca423844f19f4a838abb49b4b4fa7ae499707</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152537 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use uint16_t to store registers in callee saved register tables to reduce size of static data.</title>
<updated>2012-03-04T03:33:22Z</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2012-03-04T03:33:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=015f228861ef9b337366f92f637d4e8d624bb006'/>
<id>urn:sha1:015f228861ef9b337366f92f637d4e8d624bb006</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151996 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
