<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/index.html, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/index.html?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/index.html?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-05-07T00:28:04Z</updated>
<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>Give packagers some advice about how to build LLVM so it's useful to</title>
<updated>2010-02-26T00:54:42Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2010-02-26T00:54:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0c0f4b6e011e3c3ffdb692065e0b7b20164a4c0a'/>
<id>urn:sha1:0c0f4b6e011e3c3ffdb692065e0b7b20164a4c0a</id>
<content type='text'>
the most users.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97198 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>stkrc is gone.</title>
<updated>2010-02-25T18:18:49Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-25T18:18:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=55c8a7e778173236fb55f6274019b85d0b9c7458'/>
<id>urn:sha1:55c8a7e778173236fb55f6274019b85d0b9c7458</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97156 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge the advanced getelementptr FAQ into the regular</title>
<updated>2010-02-25T18:16:03Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-25T18:16:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b02c08c2abb600899c84ff80df7b6bac622e3549'/>
<id>urn:sha1:b02c08c2abb600899c84ff80df7b6bac622e3549</id>
<content type='text'>
getelementptr FAQ.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97154 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add an "advanced" GetElementPtr FAQ document, with answers to</title>
<updated>2010-02-17T22:47:06Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-17T22:47:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dfecbe9b0c9f14f60bf285f9e62bbb1c728f09e2'/>
<id>urn:sha1:dfecbe9b0c9f14f60bf285f9e62bbb1c728f09e2</id>
<content type='text'>
questions left unanswered by the first GetElementPtr FAQ.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96526 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make docs less specific about their versions, at Chris's suggestion.</title>
<updated>2010-02-03T18:49:55Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2010-02-03T18:49:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6351d6bb122a264821efea7f7ab596306be6fc21'/>
<id>urn:sha1:6351d6bb122a264821efea7f7ab596306be6fc21</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95231 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Mention the version in the documentation index and link to the 2.6 docs, which</title>
<updated>2010-02-03T18:23:23Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2010-02-03T18:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6cfb8a115ef4dcbf7a157e6a40d8998c3d9f6169'/>
<id>urn:sha1:6cfb8a115ef4dcbf7a157e6a40d8998c3d9f6169</id>
<content type='text'>
is what most readers will actually be aiming for.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95229 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add documentation on how to use enable debug information in the JIT and use it with GDB.</title>
<updated>2009-09-21T02:34:59Z</updated>
<author>
<name>Reid Kleckner</name>
<email>reid@kleckner.net</email>
</author>
<published>2009-09-21T02:34:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=22884ddaa66539149fcf8c012432cf587a58e9e8'/>
<id>urn:sha1:22884ddaa66539149fcf8c012432cf587a58e9e8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82425 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>link to a newer preso</title>
<updated>2009-07-29T06:19:14Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-07-29T06:19:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f21f85a0a72d091caa13b59562147d4d152d1a5e'/>
<id>urn:sha1:f21f85a0a72d091caa13b59562147d4d152d1a5e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77440 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
