<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/GCCFEBuildInstrs.html, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/GCCFEBuildInstrs.html?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/GCCFEBuildInstrs.html?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-08-31T19:40:21Z</updated>
<entry>
<title>Update the Ada instructions to LLVM 2.7 (from LLVM 2.5).</title>
<updated>2010-08-31T19:40:21Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-08-31T19:40:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f727748684ccf3b34270a9e5129181359cf675a3'/>
<id>urn:sha1:f727748684ccf3b34270a9e5129181359cf675a3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112630 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>Clarify that later compiler versions are known to</title>
<updated>2009-07-05T12:01:44Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-07-05T12:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=226f54b262b59449fb33ac10ecfd76614a59271e'/>
<id>urn:sha1:226f54b262b59449fb33ac10ecfd76614a59271e</id>
<content type='text'>
fail to build the Ada front-end.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74793 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix some confusion in the Ada f-e build instructions between</title>
<updated>2009-04-27T11:21:35Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-04-27T11:21:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f044cff0a4e18b8274c35d984436958b32b4f2e9'/>
<id>urn:sha1:f044cff0a4e18b8274c35d984436958b32b4f2e9</id>
<content type='text'>
building without optimization and building with checking.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70205 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Mention explicitly that the Ada front-end will not bootstrap.</title>
<updated>2009-03-24T21:16:39Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-03-24T21:16:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=abc061c0889ca8a624b5c57097a07aaacbf70f43'/>
<id>urn:sha1:abc061c0889ca8a624b5c57097a07aaacbf70f43</id>
<content type='text'>
The configure line had --disable-bootstrap, but it was not
clear that this is essential.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67651 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update these for the 2.5 release.</title>
<updated>2009-03-13T13:42:20Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-03-13T13:42:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d9c9bf77d82a00c2fe34db2da00244523f4ac288'/>
<id>urn:sha1:d9c9bf77d82a00c2fe34db2da00244523f4ac288</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66890 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>* Wrap command line flag in &lt;tt&gt;</title>
<updated>2009-01-03T02:35:05Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-01-03T02:35:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b0fa430e1f8e29ea2b5f66f5eaaf5d57994de62e'/>
<id>urn:sha1:b0fa430e1f8e29ea2b5f66f5eaaf5d57994de62e</id>
<content type='text'>
* Wrapped long lines in code section


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61601 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>* Updated TOC and fixed named anchors</title>
<updated>2008-12-29T21:33:30Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2008-12-29T21:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8722a2cf446d3ed43005caf95af51d67de4eb014'/>
<id>urn:sha1:8722a2cf446d3ed43005caf95af51d67de4eb014</id>
<content type='text'>
* Simplified section header marking 


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61482 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Simplified marking code regions with a single &lt;pre&gt; rather than</title>
<updated>2008-12-29T21:20:51Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2008-12-29T21:20:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0427f7a4af91a8886339aa125fdbf09e182d4e5b'/>
<id>urn:sha1:0427f7a4af91a8886339aa125fdbf09e182d4e5b</id>
<content type='text'>
a (&lt;div&gt;, &lt;pre&gt;) combo.


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