<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/LangRef.html, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/LangRef.html?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/LangRef.html?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-03-12T00:12:20Z</updated>
<entry>
<title>Merge 97980 from mainline.</title>
<updated>2010-03-12T00:12:20Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-03-12T00:12:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e65220d4eff446642e04e836c522d3fb3db38275'/>
<id>urn:sha1:e65220d4eff446642e04e836c522d3fb3db38275</id>
<content type='text'>
Add documentation on sibling call optimization. Rename tailcall2.ll test to sibcall.ll.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@98313 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 98212 from mainline.</title>
<updated>2010-03-11T23:59:04Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-03-11T23:59:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0d80090979b98a11764a740aee2c94dae42c077b'/>
<id>urn:sha1:0d80090979b98a11764a740aee2c94dae42c077b</id>
<content type='text'>
add support, testcases, and dox for the new GHC calling
convention.  Patch by David Terei!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@98307 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add metadata example.</title>
<updated>2010-03-04T23:44:48Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-03-04T23:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e1d50cd5e4ff7f4d977cc8bda720a58737e7cf8d'/>
<id>urn:sha1:e1d50cd5e4ff7f4d977cc8bda720a58737e7cf8d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97764 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>attributes are not part of types anymore, patch by James Woodyatt!</title>
<updated>2010-03-02T06:36:51Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-02T06:36:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0724fbd6e90aa23264fdf6af868f67c508232931'/>
<id>urn:sha1:0724fbd6e90aa23264fdf6af868f67c508232931</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97557 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>PerformTailCallOpt was renamed to GuaranteedTailCallOpt to</title>
<updated>2010-03-02T01:08:11Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-03-02T01:08:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fbbee8d7f967b72c5ec3105ef1b21e8a115a8b78'/>
<id>urn:sha1:fbbee8d7f967b72c5ec3105ef1b21e8a115a8b78</id>
<content type='text'>
better reflect its meaning, now that tail call optimizations
are done by default in some cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97530 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix spelling.</title>
<updated>2010-03-01T17:41:39Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-03-01T17:41:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b55a1ee36c4c719b55730a0099e3c2d5c42e0f05'/>
<id>urn:sha1:b55a1ee36c4c719b55730a0099e3c2d5c42e0f05</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97447 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix HTML.</title>
<updated>2010-02-25T21:23:24Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2010-02-25T21:23:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7c78dbb4939c0bbf5809115912bb7ccf71bb2e5b'/>
<id>urn:sha1:7c78dbb4939c0bbf5809115912bb7ccf71bb2e5b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97170 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a typo.</title>
<updated>2010-02-25T16:51:31Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-25T16:51:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2eddfef0df48beb34e38010bc2eac7f8b988b607'/>
<id>urn:sha1:2eddfef0df48beb34e38010bc2eac7f8b988b607</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97144 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clarify the description of pointer types, and move the</title>
<updated>2010-02-25T16:50:07Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-25T16:50:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ff3ef32c359d3a6575e9f17202b18c49b000b7a3'/>
<id>urn:sha1:ff3ef32c359d3a6575e9f17202b18c49b000b7a3</id>
<content type='text'>
address space content to its own paragraph.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97143 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update LangRef to match the code; pointers default to being 64-bit.</title>
<updated>2010-02-23T02:44:03Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-23T02:44:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fdf2e8cceda3e364959b6a55b1cec6d2d86dfb21'/>
<id>urn:sha1:fdf2e8cceda3e364959b6a55b1cec6d2d86dfb21</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96873 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
