<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/WritingAnLLVMPass.html, branch release_21</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/WritingAnLLVMPass.html?h=release_21</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/WritingAnLLVMPass.html?h=release_21'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-07-25T21:05:39Z</updated>
<entry>
<title>Fix example code.</title>
<updated>2007-07-25T21:05:39Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-07-25T21:05:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=26e5a309eb24bec7d7177131b5f2730671d84d55'/>
<id>urn:sha1:26e5a309eb24bec7d7177131b5f2730671d84d55</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40493 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>first pass of nomenclature changes in .html files</title>
<updated>2007-07-06T22:07:22Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2007-07-06T22:07:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=04367bfc20c021c4105abf0c33b86d55f782d1e8'/>
<id>urn:sha1:04367bfc20c021c4105abf0c33b86d55f782d1e8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37956 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update AnalysisGroup documentation to document restriction that allows</title>
<updated>2007-06-20T18:51:14Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-06-20T18:51:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2397f8d0c6548e4021546ff1a58104284d79cda7'/>
<id>urn:sha1:2397f8d0c6548e4021546ff1a58104284d79cda7</id>
<content type='text'>
only one ImmutablePass in a group.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37675 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Correct typo. Should be "not allowed"</title>
<updated>2007-06-07T16:44:52Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2007-06-07T16:44:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=18aad23ce36f9c1dc14c818a10d69448137ebe07'/>
<id>urn:sha1:18aad23ce36f9c1dc14c818a10d69448137ebe07</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37490 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>validation fix</title>
<updated>2007-05-18T05:38:44Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-18T05:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=550211711acc12a470a66cf55147796f61e923cd'/>
<id>urn:sha1:550211711acc12a470a66cf55147796f61e923cd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37206 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>validation fixes</title>
<updated>2007-05-18T05:36:14Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-18T05:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b5c87f605658828530ec72a9f50b5602692a2fd2'/>
<id>urn:sha1:b5c87f605658828530ec72a9f50b5602692a2fd2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37205 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>
</feed>
