<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/WritingAnLLVMPass.html, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/WritingAnLLVMPass.html?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/WritingAnLLVMPass.html?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-05-18T05:48:38Z</updated>
<entry>
<title>merge from mainline</title>
<updated>2007-05-18T05:48:38Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-18T05:48:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=08ad94f428c2e65a77e228b6737c7ef241e82e2e'/>
<id>urn:sha1:08ad94f428c2e65a77e228b6737c7ef241e82e2e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_20@37208 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Drop 'const'</title>
<updated>2007-05-03T01:11:54Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-05-03T01:11:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1997473cf72957d0e70322e2fe6fe2ab141c58a6'/>
<id>urn:sha1:1997473cf72957d0e70322e2fe6fe2ab141c58a6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36662 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use 'static const char' instead of 'static const int'.</title>
<updated>2007-05-02T21:39:20Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-05-02T21:39:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3e15bf33e024b9df9e89351a165acfdb1dde51ed'/>
<id>urn:sha1:3e15bf33e024b9df9e89351a165acfdb1dde51ed</id>
<content type='text'>
Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass identification.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36652 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update doc to reflect changes I am about to install to fix PR 888.</title>
<updated>2007-05-01T20:55:38Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-05-01T20:55:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e50fb9ac174b791047ffa8648443ab94b2097cd9'/>
<id>urn:sha1:e50fb9ac174b791047ffa8648443ab94b2097cd9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36631 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove "ModulePasses requiring FunctionPasses" from the list of future</title>
<updated>2007-04-17T00:17:11Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-04-17T00:17:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f23de11c29db407793474ab645ed5994678d743f'/>
<id>urn:sha1:f23de11c29db407793474ab645ed5994678d743f</id>
<content type='text'>
extensions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36186 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Document how, module pass can require function pass.</title>
<updated>2007-04-16T21:28:14Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-04-16T21:28:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3c1ca0b195ed50ba9492684841bd95e509cabe96'/>
<id>urn:sha1:3c1ca0b195ed50ba9492684841bd95e509cabe96</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36171 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Document LoopPass.</title>
<updated>2007-03-19T22:21:25Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-03-19T22:21:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2e8f27d0bdb2b20ac6582b53e2ddf2bfc5c28411'/>
<id>urn:sha1:2e8f27d0bdb2b20ac6582b53e2ddf2bfc5c28411</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35191 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change e-mail address.</title>
<updated>2007-03-14T19:32:21Z</updated>
<author>
<name>Jim Laskey</name>
<email>jlaskey@mac.com</email>
</author>
<published>2007-03-14T19:32:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c760a920d5e8cdc47677e44ac53d062ddd63f481'/>
<id>urn:sha1:c760a920d5e8cdc47677e44ac53d062ddd63f481</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35103 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix cut-n-pasto.</title>
<updated>2007-01-23T22:56:28Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-01-23T22:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c20048d05ce27118c5a50fefc8829ccf12be8e38'/>
<id>urn:sha1:c20048d05ce27118c5a50fefc8829ccf12be8e38</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33469 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removing even more &lt;iostream&gt; includes.</title>
<updated>2006-12-07T20:04:42Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2006-12-07T20:04:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=832171cb9724d2d31c8dfb73172e2be8f6dd13ee'/>
<id>urn:sha1:832171cb9724d2d31c8dfb73172e2be8f6dd13ee</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32320 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
