<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/CommandGuide/index.html, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/CommandGuide/index.html?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/CommandGuide/index.html?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-02-26T08:35:53Z</updated>
<entry>
<title>Add a random .LL file generator to stress-test different llvm components.</title>
<updated>2012-02-26T08:35:53Z</updated>
<author>
<name>Nadav Rotem</name>
<email>nadav.rotem@intel.com</email>
</author>
<published>2012-02-26T08:35:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fdc309cc4e95778d7615f3829917c4fe42086e1e'/>
<id>urn:sha1:fdc309cc4e95778d7615f3829917c4fe42086e1e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151479 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add documentation for llvm-cov.</title>
<updated>2011-11-28T23:39:25Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2011-11-28T23:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5e19c1f945577b591ff218da738de3873b77f972'/>
<id>urn:sha1:5e19c1f945577b591ff218da738de3873b77f972</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145319 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove mention of llvm-gcc and llvm-g++. -Ministry of Truth</title>
<updated>2011-09-20T18:24:04Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-09-20T18:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e5a789627ad15c1c747aa2824da00ae5d29a3ba4'/>
<id>urn:sha1:e5a789627ad15c1c747aa2824da00ae5d29a3ba4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140163 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove more of llvmc and dependencies.</title>
<updated>2011-09-20T00:34:27Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2011-09-20T00:34:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=eae5a13078037e6b6591fd4f414452a7075cecf7'/>
<id>urn:sha1:eae5a13078037e6b6591fd4f414452a7075cecf7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140121 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs: Introduce cascading style &lt;div&gt; and &lt;p&gt; continued on &lt;h[2-5]&gt;.</title>
<updated>2011-04-23T00:30:22Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-04-23T00:30:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f5af6ada3b0570db1afc19029cad8fb8320676ef'/>
<id>urn:sha1:f5af6ada3b0570db1afc19029cad8fb8320676ef</id>
<content type='text'>
&lt;h2&gt;Section Example&lt;/h2&gt;
&lt;div&gt; &lt;!-- h2+div is applied --&gt;
&lt;p&gt;Section preamble.&lt;/p&gt;

&lt;h3&gt;Subsection Example&lt;/h3&gt;
&lt;p&gt; &lt;!-- h3+p is applied --&gt;
Subsection body
&lt;/p&gt;

&lt;!-- End of section body --&gt;
&lt;/div&gt;

FIXME: Care H5 better.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130040 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs: Use &lt;Hn&gt; as Heading elements instead of &lt;DIV class="doc_foo"&gt;.</title>
<updated>2011-04-18T23:59:50Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-04-18T23:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=05d0265fef651de152c8127aa701e689555649f3'/>
<id>urn:sha1:05d0265fef651de152c8127aa701e689555649f3</id>
<content type='text'>
H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129736 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs/CommandGuide/index.html: Fix CSS url to relative.</title>
<updated>2011-04-11T03:27:38Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-04-11T03:27:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ee69926b10b5b311c5b7cfd0c477569ad18d005c'/>
<id>urn:sha1:ee69926b10b5b311c5b7cfd0c477569ad18d005c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129268 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs: Canonicalize URLs.</title>
<updated>2011-04-09T02:13:37Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-04-09T02:13:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b9a33634cc9b65465934c4ae13122c8b772b2c29'/>
<id>urn:sha1:b9a33634cc9b65465934c4ae13122c8b772b2c29</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129181 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add documentation for llvm-diff.</title>
<updated>2010-09-07T23:10:21Z</updated>
<author>
<name>John McCall</name>
<email>rjmccall@apple.com</email>
</author>
<published>2010-09-07T23:10:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8c3593658371902e8486fd9a0bb970b5e95a2562'/>
<id>urn:sha1:8c3593658371902e8486fd9a0bb970b5e95a2562</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113303 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Test commit.</title>
<updated>2010-05-11T16:47:42Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-05-11T16:47:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=10934e881d563dfeeea3a5f1bad0a71d7f62f421'/>
<id>urn:sha1:10934e881d563dfeeea3a5f1bad0a71d7f62f421</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103478 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
