<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/WritingAnLLVMPass.html, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/WritingAnLLVMPass.html?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/WritingAnLLVMPass.html?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-07-21T23:07:00Z</updated>
<entry>
<title>Add INSTANTIATE_AG_PASS, which combines RegisterPass&lt;&gt; with RegisterAnalysisGroup&lt;&gt; for pass registration.</title>
<updated>2010-07-21T23:07:00Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2010-07-21T23:07:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d8cc7be0262092882d848a1c7d8a4cb6752cce6f'/>
<id>urn:sha1:d8cc7be0262092882d848a1c7d8a4cb6752cce6f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109058 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>First stab at updating the documentation for INITIALIZE_PASS().</title>
<updated>2010-07-21T22:58:07Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2010-07-21T22:58:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=20813e01e76e71c0400165b7fb8b2e412d18c0a2'/>
<id>urn:sha1:20813e01e76e71c0400165b7fb8b2e412d18c0a2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109055 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tweak some docs now that the default build is called Debug+Asserts.</title>
<updated>2010-07-08T08:27:18Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-07-08T08:27:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=67f8a7bc26c2993854a7e9ab43af362bc4477e3f'/>
<id>urn:sha1:67f8a7bc26c2993854a7e9ab43af362bc4477e3f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107862 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This makes example Makefile a lot more like actual</title>
<updated>2010-06-21T20:36:09Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-06-21T20:36:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d47397f6dd879c8e8ea2e99b771585cd6286b64d'/>
<id>urn:sha1:d47397f6dd879c8e8ea2e99b771585cd6286b64d</id>
<content type='text'>
lib/Transforms/Hello/Makefile, and prevents a lot of errors like "Assertion
`Inserted &amp;&amp; "Pass registered multiple times!"' failed"

Patch by Gregory Petrosyan!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106471 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r103213. It broke several sections of live website.</title>
<updated>2010-05-07T00:28:04Z</updated>
<author>
<name>mike-m</name>
<email>mikem.llvm@gmail.com</email>
</author>
<published>2010-05-07T00:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e2c3a49c8029ebd9ef530101cc24c66562e3dff5'/>
<id>urn:sha1:e2c3a49c8029ebd9ef530101cc24c66562e3dff5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103219 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Overhauled llvm/clang docs builds. Closes PR6613.</title>
<updated>2010-05-06T23:45:43Z</updated>
<author>
<name>mike-m</name>
<email>mikem.llvm@gmail.com</email>
</author>
<published>2010-05-06T23:45:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=68cb31901c590cabceee6e6356d62c84142114cb'/>
<id>urn:sha1:68cb31901c590cabceee6e6356d62c84142114cb</id>
<content type='text'>
NOTE: 2nd part changeset for cfe trunk to follow.

*** PRE-PATCH ISSUES ADDRESSED

- clang api docs fail build from objdir
- clang/llvm api docs collide in install PREFIX/
- clang/llvm main docs collide in install
- clang/llvm main docs have full of hard coded destination
  assumptions and make use of absolute root in static html files;
  namely CommandGuide tools hard codes a website destination
  for cross references and some html cross references assume
  website root paths

*** IMPROVEMENTS

- bumped Doxygen from 1.4.x -&gt; 1.6.3
- splits llvm/clang docs into 'main' and 'api' (doxygen) build trees
- provide consistent, reliable doc builds for both main+api docs
- support buid vs. install vs. website intentions
- support objdir builds
- document targets with 'make help'
- correct clean and uninstall operations
- use recursive dir delete only where absolutely necessary
- added call function fn.RMRF which safeguards against botched 'rm -rf';
  if any target (or any variable is evaluated) which attempts
  to remove any dirs which match a hard-coded 'safelist', a verbose
  error will be printed and make will error-stop.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103213 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>update docs for api change.</title>
<updated>2010-04-16T23:07:44Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-16T23:07:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6f25d9fa83ab992151c550e7f3180a3a2a4d34ab'/>
<id>urn:sha1:6f25d9fa83ab992151c550e7f3180a3a2a4d34ab</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101566 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clarify the documentation for MachineFunctionPasses.</title>
<updated>2010-03-10T01:29:39Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-03-10T01:29:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9f116aa3b1ece85b863099ffa7ea1cab88ef46a8'/>
<id>urn:sha1:9f116aa3b1ece85b863099ffa7ea1cab88ef46a8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98119 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<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>
</feed>
