<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/LangRef.html, branch release_22</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/LangRef.html?h=release_22</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/LangRef.html?h=release_22'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-01-15T22:31:34Z</updated>
<entry>
<title>Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. </title>
<updated>2008-01-15T22:31:34Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2008-01-15T22:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4cb8618d7f4fe0fb8f002651bc570a710cf7e3e1'/>
<id>urn:sha1:4cb8618d7f4fe0fb8f002651bc570a710cf7e3e1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46024 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>clarify that byval is valid for any pointer argument.</title>
<updated>2008-01-15T04:34:22Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-15T04:34:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0747baaf6accc331d74764f965b9386e44374eeb'/>
<id>urn:sha1:0747baaf6accc331d74764f965b9386e44374eeb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45998 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>document the byval parameter attribute.</title>
<updated>2008-01-11T06:20:47Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-11T06:20:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=47507ded8c324a4426f5a872be807f068184f4c8'/>
<id>urn:sha1:47507ded8c324a4426f5a872be807f068184f4c8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45855 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>improve description of alignment, patch by Alain Frisch.</title>
<updated>2008-01-06T21:04:43Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-06T21:04:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a31d1d7aea6db0f72b9dfb14fbf4f56c0dcaba84'/>
<id>urn:sha1:a31d1d7aea6db0f72b9dfb14fbf4f56c0dcaba84</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45662 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix typo noticed by 'Danny' in PR1901</title>
<updated>2008-01-06T19:51:52Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-06T19:51:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4b2cbcf4c275379f8c1b68f792db29cc7b7925ad'/>
<id>urn:sha1:4b2cbcf4c275379f8c1b68f792db29cc7b7925ad</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45661 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix nesting issues.</title>
<updated>2008-01-04T04:34:14Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-04T04:34:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8f8c7b7c26fdbe4319172e6f6a0a54c5fd85d9f7'/>
<id>urn:sha1:8f8c7b7c26fdbe4319172e6f6a0a54c5fd85d9f7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45566 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix validation issues.</title>
<updated>2008-01-04T04:33:49Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-04T04:33:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c7d3ab365fad15d2ce4e3f5f686a3503e3eeed56'/>
<id>urn:sha1:c7d3ab365fad15d2ce4e3f5f686a3503e3eeed56</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45565 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>improve the description of types, patch by Alain Frisch</title>
<updated>2008-01-04T04:32:38Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-04T04:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4f69f46d3dd2b0907126fd8d2567b727086c4aa7'/>
<id>urn:sha1:4f69f46d3dd2b0907126fd8d2567b727086c4aa7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45564 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>update to llvm 2.0 syntax.</title>
<updated>2007-12-25T20:34:52Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-25T20:34:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=64910eeec481c90640a374e27011644217ebb130'/>
<id>urn:sha1:64910eeec481c90640a374e27011644217ebb130</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45355 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Noting and enforcing that GC intrinsics are valid only within a</title>
<updated>2007-12-25T02:31:26Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2007-12-25T02:31:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e1433f24cf714c49b266e8cefdbbb8a464ffcb8e'/>
<id>urn:sha1:e1433f24cf714c49b266e8cefdbbb8a464ffcb8e</id>
<content type='text'>
function with GC.

This will catch the error when the inliner inlines a function with
GC into a caller with no GC.


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