<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/SimplifyLibCalls, branch release_23</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/SimplifyLibCalls?h=release_23</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/SimplifyLibCalls?h=release_23'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-05-02T18:43:35Z</updated>
<entry>
<title>strength reduce exp2 into ldexp, rdar://5852514</title>
<updated>2008-05-02T18:43:35Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-05-02T18:43:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e818f770bb4f6617612e5b61cc067aa7da9e1395'/>
<id>urn:sha1:e818f770bb4f6617612e5b61cc067aa7da9e1395</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50586 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update old-style syntax in some "not grep" tests.</title>
<updated>2008-05-01T23:50:07Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-05-01T23:50:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fddaa3193cd1bb2ef1f561efc5b7b6dbefeec7ee'/>
<id>urn:sha1:fddaa3193cd1bb2ef1f561efc5b7b6dbefeec7ee</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50560 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2008-05-01T06:16:48Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-05-01T06:16:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2facbddb76e68fcc4d842174859506ca1584604c'/>
<id>urn:sha1:2facbddb76e68fcc4d842174859506ca1584604c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50519 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>instcombine does memset optzns.</title>
<updated>2008-05-01T06:16:38Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-05-01T06:16:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b1747f0b23d78ba0e503ec098190a22a9a16012f'/>
<id>urn:sha1:b1747f0b23d78ba0e503ec098190a22a9a16012f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50518 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>simplifylibcalls doesn't optimize llvm.memmove, instcombine does.</title>
<updated>2008-05-01T06:14:24Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-05-01T06:14:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=330a0c152722fc9b0870fa2ba17277ab0cf96f09'/>
<id>urn:sha1:330a0c152722fc9b0870fa2ba17277ab0cf96f09</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50517 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>no reason for simplifylibcalls to simplify intrinsics, instcombine does</title>
<updated>2008-04-30T06:12:15Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-04-30T06:12:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4103bb9fc62898ea8c48c510d0c71f13a646ce61'/>
<id>urn:sha1:4103bb9fc62898ea8c48c510d0c71f13a646ce61</id>
<content type='text'>
a fine job.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50470 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove redundant check.</title>
<updated>2008-04-30T06:06:37Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-04-30T06:06:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0c58cacb7ac277e0d9433618d002a492a7f51858'/>
<id>urn:sha1:0c58cacb7ac277e0d9433618d002a492a7f51858</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50469 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Generalize getUnaryFloatFunction to handle any FP unary function, automatically</title>
<updated>2008-04-09T17:48:11Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-04-09T17:48:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cc7f168c6cb6c5a41de59aa524dd57593250ba5f'/>
<id>urn:sha1:cc7f168c6cb6c5a41de59aa524dd57593250ba5f</id>
<content type='text'>
figuring out the suffix to use.  implement pow(2,x) -&gt; exp2(x).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49437 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove capital letter from test name.</title>
<updated>2008-04-09T17:46:36Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-04-09T17:46:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=090a8166235b7bc32cb1bc6a73b47d0212181be7'/>
<id>urn:sha1:090a8166235b7bc32cb1bc6a73b47d0212181be7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49436 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>many cleanups to the pow optimizer.  Allow it to handle powf,</title>
<updated>2008-04-09T00:07:45Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-04-09T00:07:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=77d00b0cea5ff46d2b8bc14069b9548ffd74e3ac'/>
<id>urn:sha1:77d00b0cea5ff46d2b8bc14069b9548ffd74e3ac</id>
<content type='text'>
add support for  pow(x, 2.0) -&gt; x*x.


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