<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/WritingAnLLVMPass.html, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/WritingAnLLVMPass.html?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/WritingAnLLVMPass.html?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-02-18T14:37:52Z</updated>
<entry>
<title>Uniformize the way these options are printed.  Requested by</title>
<updated>2010-02-18T14:37:52Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-02-18T14:37:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=18619b2aeba5468512d6684c4fd96d0ad280e01d'/>
<id>urn:sha1:18619b2aeba5468512d6684c4fd96d0ad280e01d</id>
<content type='text'>
Russell Wallace.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96580 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Refer to -help instead of --help since this is what tools themselves say.</title>
<updated>2010-02-18T14:08:13Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-02-18T14:08:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7e7ae5ad692760aa8d97477f061a05b10948cf57'/>
<id>urn:sha1:7e7ae5ad692760aa8d97477f061a05b10948cf57</id>
<content type='text'>
Also, have tools output -help-hidden rather than refer to --help-hidden,
for consistency, and likewise adjust documentation.  This doesn't change
every mention of --help, only those which seemed clearly safe.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96578 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Documentation: Perform automated correction of common typos.</title>
<updated>2009-10-12T14:46:08Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2009-10-12T14:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8040cd3cfd7b87661c08ca916daf355593dd8ffa'/>
<id>urn:sha1:8040cd3cfd7b87661c08ca916daf355593dd8ffa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix typo, patch from Timo Juhani Lindfors.</title>
<updated>2009-10-12T13:37:29Z</updated>
<author>
<name>Torok Edwin</name>
<email>edwintorok@gmail.com</email>
</author>
<published>2009-10-12T13:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8746929ff948a11a31b745437c8e448b91450959'/>
<id>urn:sha1:8746929ff948a11a31b745437c8e448b91450959</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83848 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>update this to use raw_ostream</title>
<updated>2009-09-08T05:14:44Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-09-08T05:14:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0ce6f93e9355f339dd3945b9fb0133ef60e5d1a2'/>
<id>urn:sha1:0ce6f93e9355f339dd3945b9fb0133ef60e5d1a2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81188 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clarify limitations of a ModulePass requiring a FunctionPass.</title>
<updated>2009-08-10T16:37:29Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-08-10T16:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=468857f22f1ec0e18d48c0c33b82cd31bb3c6574'/>
<id>urn:sha1:468857f22f1ec0e18d48c0c33b82cd31bb3c6574</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78566 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Try to clarify a point about getting DominatorTree info from a module pass.</title>
<updated>2009-07-01T23:38:44Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-07-01T23:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b71725b468d8710f95d91fc0fd0637dbf2b41fcf'/>
<id>urn:sha1:b71725b468d8710f95d91fc0fd0637dbf2b41fcf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74668 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a typo.</title>
<updated>2009-06-15T18:22:49Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-06-15T18:22:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d87c9e35d10d0b7b01bcd618f2cf083ce838d1d8'/>
<id>urn:sha1:d87c9e35d10d0b7b01bcd618f2cf083ce838d1d8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73397 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Eliminate several more unnecessary intptr_t casts.</title>
<updated>2009-02-18T05:09:16Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-02-18T05:09:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=865f006bb45a609e1cb6acb653af3fe5442ee4dc'/>
<id>urn:sha1:865f006bb45a609e1cb6acb653af3fe5442ee4dc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64888 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename getAnalysisToUpdate to getAnalysisIfAvailable.</title>
<updated>2009-01-28T13:14:17Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-01-28T13:14:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1465d61bdd36cfd6021036a527895f0dd358e97d'/>
<id>urn:sha1:1465d61bdd36cfd6021036a527895f0dd358e97d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63198 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
