<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/docs/tutorial/index.html, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2012-12-04T21:16:41+00:00</updated>
<entry>
<title>docs: Begin Sphinxification of docs/tutorial/</title>
<updated>2012-12-04T21:16:41+00:00</updated>
<author>
<name>Sean Silva</name>
<email>silvas@purdue.edu</email>
</author>
<published>2012-12-04T21:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f75e74f67eef1f2effccb5e6668b640437c7eb61'/>
<id>urn:sha1:f75e74f67eef1f2effccb5e6668b640437c7eb61</id>
<content type='text'>
llvm-svn: 169309
</content>
</entry>
<entry>
<title>[docs] Include the Kaleidescope tutorial in the Sphinx docs build.</title>
<updated>2012-05-02T22:46:36+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2012-05-02T22:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=340fdf2991ebc3d9d904a198e3c4c708c14335c1'/>
<id>urn:sha1:340fdf2991ebc3d9d904a198e3c4c708c14335c1</id>
<content type='text'>
llvm-svn: 156032
</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:50+00:00</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-04-18T23:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=fc8d930f6ef1aa4fbd402c5b36f734214863d5d4'/>
<id>urn:sha1:fc8d930f6ef1aa4fbd402c5b36f734214863d5d4</id>
<content type='text'>
H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection

llvm-svn: 129736
</content>
</entry>
<entry>
<title>Add a reference to the OCamlLangImpl8.</title>
<updated>2011-01-01T03:29:25+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2011-01-01T03:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5d556ab160c91d8c6208bcb443f4bf64905267d0'/>
<id>urn:sha1:5d556ab160c91d8c6208bcb443f4bf64905267d0</id>
<content type='text'>
llvm-svn: 122651
</content>
</entry>
<entry>
<title>Revert r103213. It broke several sections of live website.</title>
<updated>2010-05-07T00:28:04+00:00</updated>
<author>
<name>mike-m</name>
<email>mikem.llvm@gmail.com</email>
</author>
<published>2010-05-07T00:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f375e9a0924fd059792c6dccbb0412d5127bfc74'/>
<id>urn:sha1:f375e9a0924fd059792c6dccbb0412d5127bfc74</id>
<content type='text'>
llvm-svn: 103219
</content>
</entry>
<entry>
<title>Overhauled llvm/clang docs builds. Closes PR6613.</title>
<updated>2010-05-06T23:45:43+00:00</updated>
<author>
<name>mike-m</name>
<email>mikem.llvm@gmail.com</email>
</author>
<published>2010-05-06T23:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e08af303a642a69accf5d06c5ac61e6b8f2ef6b6'/>
<id>urn:sha1:e08af303a642a69accf5d06c5ac61e6b8f2ef6b6</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.

llvm-svn: 103213
</content>
</entry>
<entry>
<title>Remove the 'simple jit' tutorial as it wasn't really being maintained and its</title>
<updated>2009-11-30T04:23:17+00:00</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2009-11-30T04:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1c2720320b03556d9b521eacdfc57864ece18bcf'/>
<id>urn:sha1:1c2720320b03556d9b521eacdfc57864ece18bcf</id>
<content type='text'>
material is covered by the Kaleidoscope tutorial.

llvm-svn: 90111
</content>
</entry>
<entry>
<title>There isn't any c++ code in LangImpl8.html, so use that</title>
<updated>2008-03-31T08:50:45+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2008-03-31T08:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=eb1242a083e12c4cce126dbeee19ad214ac6dbe3'/>
<id>urn:sha1:eb1242a083e12c4cce126dbeee19ad214ac6dbe3</id>
<content type='text'>
instead of OCamlLangImpl8.html.

llvm-svn: 48979
</content>
</entry>
<entry>
<title>Adding the first two chapters of the ocaml/kaleidoscope tutorial.</title>
<updated>2008-03-27T08:18:07+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2008-03-27T08:18:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a5e13fab86f56f4187c63472f8db2ed099116c4d'/>
<id>urn:sha1:a5e13fab86f56f4187c63472f8db2ed099116c4d</id>
<content type='text'>
llvm-svn: 48871
</content>
</entry>
<entry>
<title>minor edit</title>
<updated>2007-11-07T07:07:55+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-11-07T07:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4df68cf26a4005beb08d69cd6f587f18da339650'/>
<id>urn:sha1:4df68cf26a4005beb08d69cd6f587f18da339650</id>
<content type='text'>
llvm-svn: 43813
</content>
</entry>
</feed>
