<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/GettingStartedVS.html, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/GettingStartedVS.html?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/GettingStartedVS.html?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-01-25T22:00:23Z</updated>
<entry>
<title>Tidy up. s/Low Level Virtual Machine/LLVM/.</title>
<updated>2012-01-25T22:00:23Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2012-01-25T22:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c48d4dc8a9371690f73d2d05d2297f1e1a19c952'/>
<id>urn:sha1:c48d4dc8a9371690f73d2d05d2297f1e1a19c952</id>
<content type='text'>
LLVM isn't an acronym anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148985 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>There are already problems with building LLVM under VS2005, and it's</title>
<updated>2011-11-16T19:52:13Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2011-11-16T19:52:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2929de422e4f0ca80e4f428ab970f06616e1d9b2'/>
<id>urn:sha1:2929de422e4f0ca80e4f428ab970f06616e1d9b2</id>
<content type='text'>
quite old now. Update the documentation to reflect this, and direct
people to use VS2008 or newer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144818 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>Reword instructions for running tests on Visual Studio.</title>
<updated>2011-04-10T01:41:55Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2011-04-10T01:41:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bbe9d344a1a5aac32638781ec3dd890a6751adc7'/>
<id>urn:sha1:bbe9d344a1a5aac32638781ec3dd890a6751adc7</id>
<content type='text'>
Suggested by Maël Hörz.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129237 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>remove another jeff link</title>
<updated>2011-03-06T23:00:33Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-03-06T23:00:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6ca55370d27ebdee6be4bdc7338da0b6cf0221d3'/>
<id>urn:sha1:6ca55370d27ebdee6be4bdc7338da0b6cf0221d3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127135 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove jeff's name (by his request)</title>
<updated>2011-03-05T07:23:02Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-03-05T07:23:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a4a1c3f0d92f8737b5ff72bfd4b44bf19c859cee'/>
<id>urn:sha1:a4a1c3f0d92f8737b5ff72bfd4b44bf19c859cee</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127066 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the link to Projects.html. It is useless for people working on</title>
<updated>2011-02-20T15:34:12Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2011-02-20T15:34:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=89d31ec7d2e62ff3e1997abdcbd8604d78582c07'/>
<id>urn:sha1:89d31ec7d2e62ff3e1997abdcbd8604d78582c07</id>
<content type='text'>
Visual Studio.

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