<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/TestingGuide.html, branch release_30</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/TestingGuide.html?h=release_30</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/TestingGuide.html?h=release_30'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-11-03T06:43:23Z</updated>
<entry>
<title>Merging r143348:</title>
<updated>2011-11-03T06:43:23Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-11-03T06:43:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f9dc5f8b21bffc17faf7153a1646a0dcedb9007f'/>
<id>urn:sha1:f9dc5f8b21bffc17faf7153a1646a0dcedb9007f</id>
<content type='text'>
------------------------------------------------------------------------
r143348 | chapuni | 2011-10-31 04:21:59 -0700 (Mon, 31 Oct 2011) | 1 line

docs/*.html: Appease W3C Checker to add "charset=utf-8".
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_30@143609 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Correct typos in TestingGuide.html</title>
<updated>2011-05-18T18:07:16Z</updated>
<author>
<name>Chad Rosier</name>
<email>mcrosier@apple.com</email>
</author>
<published>2011-05-18T18:07:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=55756e0d6d282cfbfed38cc0b1a6834c69f1fb34'/>
<id>urn:sha1:55756e0d6d282cfbfed38cc0b1a6834c69f1fb34</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131546 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/*.html: Make W3C HTML 4.01 Strict more compliant.</title>
<updated>2011-04-09T09:51:57Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-04-09T09:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4d6deb099ee63f2b19f3abbe11e8e3c106fd8493'/>
<id>urn:sha1:4d6deb099ee63f2b19f3abbe11e8e3c106fd8493</id>
<content type='text'>
FIXME: The logo handling in ReleaseNotes.html

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129208 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>Spelling fix: consequtive -&gt; consecutive.</title>
<updated>2011-02-15T09:23:02Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2011-02-15T09:23:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ab4c366274a582dd8146b2820c6b999cad5fce36'/>
<id>urn:sha1:ab4c366274a582dd8146b2820c6b999cad5fce36</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125563 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reapply 122341 to fix PR8199 now that clang changes are in.</title>
<updated>2011-01-03T17:30:25Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2011-01-03T17:30:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=18d49877530c04dd63578e6d9d0a1d3b6955502b'/>
<id>urn:sha1:18d49877530c04dd63578e6d9d0a1d3b6955502b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122754 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert 122341.  It breaks some darwin tests.</title>
<updated>2010-12-21T17:25:43Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2010-12-21T17:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=234da6832fa0fb9b242d112e6b816f35c56b026e'/>
<id>urn:sha1:234da6832fa0fb9b242d112e6b816f35c56b026e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122346 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix PR 8199.  This patch prepends the build tool dir to LLVM programs</title>
<updated>2010-12-21T16:55:53Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2010-12-21T16:55:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4d75d80d62f52ce440e6af7821d785ab49f30ea7'/>
<id>urn:sha1:4d75d80d62f52ce440e6af7821d785ab49f30ea7</id>
<content type='text'>
being tested.  This ensures that we test the tools just built and not
some random tools that might happen to be in the user's PATH.  This
makes LLVM testing much more stable and predictable.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122341 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
