<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/SimplifyLibCalls, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/SimplifyLibCalls?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/SimplifyLibCalls?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-03-03T14:20:22Z</updated>
<entry>
<title>Optimize fprintf -&gt; iprintf if there are no floating point arguments</title>
<updated>2011-03-03T14:20:22Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2011-03-03T14:20:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=022708f221e2a9ea1a42c07c7cd7817a8de881dc'/>
<id>urn:sha1:022708f221e2a9ea1a42c07c7cd7817a8de881dc</id>
<content type='text'>
and siprintf is available on the target.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126940 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Optimize sprintf -&gt; siprintf if there are no floating point arguments</title>
<updated>2011-03-03T14:09:28Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2011-03-03T14:09:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=419454ad3720b8cf4613d9e790669c8beaccd1a4'/>
<id>urn:sha1:419454ad3720b8cf4613d9e790669c8beaccd1a4</id>
<content type='text'>
and siprintf is available on the target.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126937 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Optimize printf -&gt; iprintf if there are no floating point arguments</title>
<updated>2011-03-03T13:17:51Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2011-03-03T13:17:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3649824bec09768cbdee7aa7cfbbcdd865373626'/>
<id>urn:sha1:3649824bec09768cbdee7aa7cfbbcdd865373626</id>
<content type='text'>
and iprintf is available on the target. Currently iprintf is only
marked as being available on the XCore.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126935 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Delete obsolete test.</title>
<updated>2011-02-28T19:58:14Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2011-02-28T19:58:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a722e781cce4d8f4b6d98e4d3e86b6cde2b4c365'/>
<id>urn:sha1:a722e781cce4d8f4b6d98e4d3e86b6cde2b4c365</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126680 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>SimplifyLibCalls: Add missing legalize check on various printf to puts and</title>
<updated>2011-02-12T18:19:57Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-02-12T18:19:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d02be24cadbba4754df2f3e83473b72c5de698dd'/>
<id>urn:sha1:d02be24cadbba4754df2f3e83473b72c5de698dd</id>
<content type='text'>
putchar transforms, their return values are not compatible.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125442 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>tests: FileCheckize</title>
<updated>2011-02-12T18:19:53Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-02-12T18:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=43186a4ea9fe51ca965faf9f04f7add6799ab6c2'/>
<id>urn:sha1:43186a4ea9fe51ca965faf9f04f7add6799ab6c2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125441 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r64460. strtol and friends cannot be marked readonly, even with</title>
<updated>2010-12-17T01:09:43Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-12-17T01:09:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c32046e6eaffba890897da94ab8900d51bf9d18f'/>
<id>urn:sha1:c32046e6eaffba890897da94ab8900d51bf9d18f</id>
<content type='text'>
a null endptr argument, because they may write to errno.

This fixes a seflhost miscompile observed on Linux targets when TBAA
was enabled.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122014 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a puts optimization that converts puts() to putchar('\n').</title>
<updated>2010-11-30T06:19:18Z</updated>
<author>
<name>Anders Carlsson</name>
<email>andersca@mac.com</email>
</author>
<published>2010-11-30T06:19:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=303023d9ffba419ffdd68862ea790e00c4f30cbf'/>
<id>urn:sha1:303023d9ffba419ffdd68862ea790e00c4f30cbf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120398 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a typo.</title>
<updated>2010-11-30T06:03:55Z</updated>
<author>
<name>Anders Carlsson</name>
<email>andersca@mac.com</email>
</author>
<published>2010-11-30T06:03:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1d0629558320666685694a4ea80b0b242242efb6'/>
<id>urn:sha1:1d0629558320666685694a4ea80b0b242242efb6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120394 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename this test to FPuts.ll since it actually tests fputs.</title>
<updated>2010-11-30T05:59:26Z</updated>
<author>
<name>Anders Carlsson</name>
<email>andersca@mac.com</email>
</author>
<published>2010-11-30T05:59:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2703399041003fa9197082582802ddbd08e8259d'/>
<id>urn:sha1:2703399041003fa9197082582802ddbd08e8259d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120393 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
