<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Feature, branch release_21</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Feature?h=release_21</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Feature?h=release_21'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-09-05T17:50:36Z</updated>
<entry>
<title>Change all floating constants that are not exactly</title>
<updated>2007-09-05T17:50:36Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2007-09-05T17:50:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c2ec2baf3d4de95695e695ee404efc251efba6d4'/>
<id>urn:sha1:c2ec2baf3d4de95695e695ee404efc251efba6d4</id>
<content type='text'>
representable to use hex format.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41722 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future.</title>
<updated>2007-08-04T01:51:18Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2007-08-04T01:51:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6994040a952e5fb27605eb3cf29ed86c4e59cf62'/>
<id>urn:sha1:6994040a952e5fb27605eb3cf29ed86c4e59cf62</id>
<content type='text'>
This also changes the syntax for llvm.bswap, llvm.part.set, llvm.part.select, and llvm.ct* intrinsics. They are automatically upgraded by both the LLVM ASM reader and the bitcode reader. The test cases have been updated, with special tests added to ensure the automatic upgrading is supported.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40807 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Long double, part 1 of N.  Support in IR.</title>
<updated>2007-08-03T01:03:46Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2007-08-03T01:03:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=320fc8a39e17f5725f5711248e06bcb36f122687'/>
<id>urn:sha1:320fc8a39e17f5725f5711248e06bcb36f122687</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40774 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Delete the svn:executable property on these files, which aren't executable.</title>
<updated>2007-07-23T19:26:08Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2007-07-23T19:26:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=63491b2e15f28622e9aa8fec8752ec63a7da79e2'/>
<id>urn:sha1:63491b2e15f28622e9aa8fec8752ec63a7da79e2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40441 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>The Ada f-e produces various auxiliary output files</title>
<updated>2007-07-23T15:23:35Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2007-07-23T15:23:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6c7ada4c58c40cc11adc0dbd3d57496eca0b4d2c'/>
<id>urn:sha1:6c7ada4c58c40cc11adc0dbd3d57496eca0b4d2c</id>
<content type='text'>
that cannot be suppressed and cannot be redirected:
they are dumped in the current working directory.
When running the testsuite this means that these
files do not end up in the Output directory.  The
best solution I could find is to change directory
into Output before running tests.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40437 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1553:</title>
<updated>2007-07-19T23:13:04Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-07-19T23:13:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9445e9aaa0240a897baf464ff89255acdcc7fbc9'/>
<id>urn:sha1:9445e9aaa0240a897baf464ff89255acdcc7fbc9</id>
<content type='text'>
Change the keywords for the zext and sext parameter attributes to be 
zeroext and signext so they don't conflict with the keywords for the
instructions of the same name. This gets around the ambiguity.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40069 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert .cvsignore files</title>
<updated>2007-06-29T16:35:07Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2007-06-29T16:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e644ef7b098460ce831220c780cbe25eaef3fb28'/>
<id>urn:sha1:e644ef7b098460ce831220c780cbe25eaef3fb28</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37801 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Commit first round work of PR1373. "noalias" is now fully supported in</title>
<updated>2007-06-05T05:28:26Z</updated>
<author>
<name>Zhou Sheng</name>
<email>zhousheng00@gmail.com</email>
</author>
<published>2007-06-05T05:28:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=febca3499e5624361142dda2cb3c2ea806bfcdb6'/>
<id>urn:sha1:febca3499e5624361142dda2cb3c2ea806bfcdb6</id>
<content type='text'>
VMCore, BitCode, and Assembly. Documentation and test case paramattrs.ll
updated also.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37432 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make sure we can round-trip an escaped value in a name.</title>
<updated>2007-05-19T07:22:24Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-05-19T07:22:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5f0d16dd628494719da8e361d7d7072f9d54c15b'/>
<id>urn:sha1:5f0d16dd628494719da8e361d7d7072f9d54c15b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37259 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove libbzip2 from this.  This should use llvm-config or something.</title>
<updated>2007-05-06T19:21:48Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T19:21:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=51eeb6e536fb875d92b24d3bb1b3f4d95519f7b4'/>
<id>urn:sha1:51eeb6e536fb875d92b24d3bb1b3f4d95519f7b4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36879 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
