<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/tutorial/OCamlLangImpl6.html, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/tutorial/OCamlLangImpl6.html?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/tutorial/OCamlLangImpl6.html?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-06-21T20:31:30Z</updated>
<entry>
<title>fix typos reported by Adam Warner!</title>
<updated>2010-06-21T20:31:30Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-06-21T20:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6808cdc4244723b3f9712fd13eed026d5f137459'/>
<id>urn:sha1:6808cdc4244723b3f9712fd13eed026d5f137459</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106468 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>Fix the ocaml kaleidoscope tutorial to fix linking external libraries.</title>
<updated>2010-03-21T23:15:13Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2010-03-21T23:15:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d592e1a809c0322cac26ddc630a00e46639eaf32'/>
<id>urn:sha1:d592e1a809c0322cac26ddc630a00e46639eaf32</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99151 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update the OCaml Kaleidoscope tutorial.</title>
<updated>2010-03-08T19:32:18Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2010-03-08T19:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9ef76b9985a0c408e126affa049698c413ad8664'/>
<id>urn:sha1:9ef76b9985a0c408e126affa049698c413ad8664</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97965 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add "Author Date Id Revision" svn:keyword properties to these files, as</title>
<updated>2010-02-03T17:27:31Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-03T17:27:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=523e3928a340dfd6645b4fc8e861c2d883728227'/>
<id>urn:sha1:523e3928a340dfd6645b4fc8e861c2d883728227</id>
<content type='text'>
is done with the other html files in doc, to hopefully keep strings like
"Last modified" current.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95225 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Expose initializing the native target for the execution engine.</title>
<updated>2009-09-14T21:54:32Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2009-09-14T21:54:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=46262684285cd7baf74425610228ac8b4547dab1'/>
<id>urn:sha1:46262684285cd7baf74425610228ac8b4547dab1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81800 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make sure to initialize the fpm in the ocaml tutorial.</title>
<updated>2009-09-14T21:54:15Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2009-09-14T21:54:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=126d86b9f930e36c37f2bed89e0612a49165ffb5'/>
<id>urn:sha1:126d86b9f930e36c37f2bed89e0612a49165ffb5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81799 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update the ocaml docs to work with LLVMContext.</title>
<updated>2009-08-19T17:32:38Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2009-08-19T17:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1f3d276a3db30f19f592e8c92fb0c535ad465468'/>
<id>urn:sha1:1f3d276a3db30f19f592e8c92fb0c535ad465468</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79431 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial</title>
<updated>2008-03-31T08:44:50Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2008-03-31T08:44:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=35295ffd500b39781e3ed015293e31c665a8b5bc'/>
<id>urn:sha1:35295ffd500b39781e3ed015293e31c665a8b5bc</id>
<content type='text'>
and fix some tabs in chapter 3 and 4.


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