<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/ConstProp, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/ConstProp?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/ConstProp?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-02-06T20:11:56Z</updated>
<entry>
<title>When loading from a constant, fold inttoptr if the integer type and the resulting pointer type both have the same size.</title>
<updated>2011-02-06T20:11:56Z</updated>
<author>
<name>Anders Carlsson</name>
<email>andersca@mac.com</email>
</author>
<published>2011-02-06T20:11:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6475d9434ff3e981160f85d3f1aa07c9e0ace6f2'/>
<id>urn:sha1:6475d9434ff3e981160f85d3f1aa07c9e0ace6f2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124987 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add the select optimization recently added to instcombine to constant folding.</title>
<updated>2011-01-29T20:35:06Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2011-01-29T20:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=175e7aec1347be3469b0838e5380d424228aa48f'/>
<id>urn:sha1:175e7aec1347be3469b0838e5380d424228aa48f</id>
<content type='text'>
This is the one where one of the branches of the select is another select on
the same condition.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124547 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a constant folding of casts from zero to zero. Fixes PR9011!</title>
<updated>2011-01-21T01:12:09Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2011-01-21T01:12:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4c93a0f09225b428fb0f28f1c540f5ff5dd5bb3c'/>
<id>urn:sha1:4c93a0f09225b428fb0f28f1c540f5ff5dd5bb3c</id>
<content type='text'>
While here, I'd like to complain about how vector is not an aggregate type
according to llvm::Type::isAggregateType(), but they're listed under aggregate
types in the LangRef and zero vectors are stored as ConstantAggregateZero.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123956 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Teach constant folding to perform conversions from constant floating</title>
<updated>2011-01-11T01:07:24Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2011-01-11T01:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=15ed90c859e5df11112c614c83d0d2e786d4c73a'/>
<id>urn:sha1:15ed90c859e5df11112c614c83d0d2e786d4c73a</id>
<content type='text'>
point values to their integer representation through the SSE intrinsic
calls. This is the last part of a README.txt entry for which I have real
world examples.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123206 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>FileCheck-ize a test, and move a no-longer calling test case to another</title>
<updated>2011-01-11T01:07:20Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2011-01-11T01:07:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f7b0047f5f4d3525486d8fc139f05bddc4265d01'/>
<id>urn:sha1:f7b0047f5f4d3525486d8fc139f05bddc4265d01</id>
<content type='text'>
file and make it actually test something...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123205 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>test/Transforms/ConstProp/logicaltest.ll: FileCheck-ize.</title>
<updated>2010-12-29T03:58:56Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2010-12-29T03:58:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5c083b174e755e17664e50dfd3638aedb0f2be2e'/>
<id>urn:sha1:5c083b174e755e17664e50dfd3638aedb0f2be2e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122620 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue.</title>
<updated>2010-11-29T20:36:52Z</updated>
<author>
<name>Frits van Bommel</name>
<email>fvbommel@gmail.com</email>
</author>
<published>2010-11-29T20:36:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3ee0af35842999c1781052fe74fdcb19997de950'/>
<id>urn:sha1:3ee0af35842999c1781052fe74fdcb19997de950</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120316 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>rename test.</title>
<updated>2010-11-14T07:03:49Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-11-14T07:03:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6857373f44e4182200e70b83e6227d8f64bc02da'/>
<id>urn:sha1:6857373f44e4182200e70b83e6227d8f64bc02da</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119033 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>filecheckize, remove an old and useless test</title>
<updated>2010-11-14T07:03:38Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-11-14T07:03:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2fe9b6a125451f6f813d10552681d123fcf5e9a3'/>
<id>urn:sha1:2fe9b6a125451f6f813d10552681d123fcf5e9a3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119032 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>this test is pretty pointless and "propogation" isn't a word (or so Misha claims).</title>
<updated>2010-11-14T07:02:03Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-11-14T07:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=961e588e9d3ed8103d439bc0b16e11d54b664c15'/>
<id>urn:sha1:961e588e9d3ed8103d439bc0b16e11d54b664c15</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119031 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
