<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">FYI, these are available again.<div class=""><br class=""></div><div class="">-Tanya</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 14, 2018, at 1:03 AM, Kristof Beyls <<a href="mailto:Kristof.Beyls@arm.com" class="">Kristof.Beyls@arm.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">

<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Tanya,
<div class=""><br class="">
</div>
<div class="">I just tried accessing <a href="http://llvm.org/docs/AArch64Instructions.html" class=""><font color="#1155cc" face="arial, sans-serif" class=""><span style="font-size: 12.8px; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" class="">http://llvm.org/docs/</span></font><font color="#1155cc" face="arial, sans-serif" class=""><span style="font-size: 12.8px; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" class=""><wbr class="">AArch64Instructions.html</span></font></a>,
 but it seems the page is not available.</div>
<div class="">Is there anything I could do to help make those docs available at the above location?</div>
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class=""><br class="">
</div>
<div class="">Kristof</div>
<div class=""><br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On 3 Jan 2018, at 17:39, Tanya Lattner via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">I have a script that seems to be working (not on by default yet). You can see an example here of the output:
<a href="http://llvm.org/docs/AArch64Instructions.html" class="">http://llvm.org/docs/AArch64Instructions.html</a><br class="">
<br class="">
Because this tool relies on tablegen, it is run once a night with the tool being built first and then the documentation. This is what we do for the Clang Command Line attribute documentation that relies on clang-tablegen. I’m open to other suggestions.<br class="">
<br class="">
Also, it does currently generate warnings:<br class="">
/opt/opcode_docs/src/llvm/docs/AArch64Instructions.rst:: WARNING: document isn't included in any toctree<br class="">
<br class="">
Lastly, the script will email the www-scripts mailing list on error, but if you want it to also email you, please let me know.<br class="">
<br class="">
-Tanya<br class="">
<br class="">
<blockquote type="cite" class="">On Nov 21, 2017, at 3:22 AM, Oliver Stannard <<a href="mailto:oliver.stannard@arm.com" class="">oliver.stannard@arm.com</a>> wrote:<br class="">
<br class="">
Hi Tanya,<br class="">
<br class="">
The table-gen patch for this is now committed, so would you be able to update the scripts needed to put this documentation on
<a href="http://llvm.org/" class="">llvm.org</a>?<br class="">
<br class="">
I've attached the script (make_docs.sh) that I use to generate the RST files, which is run from the LLVM build directory, and assumes the source tree is at ../llvm.<br class="">
<br class="">
I've also put a patch up for review at <a href="https://reviews.llvm.org/D40292" class="">
https://reviews.llvm.org/D40292</a> to add the necessary table-of-contents entries for this.<br class="">
<br class="">
Oliver <br class="">
<br class="">
<blockquote type="cite" class="">-----Original Message-----<br class="">
From: Oliver Stannard<br class="">
Sent: 08 May 2017 09:59<br class="">
To: Tanya Lattner;<br class="">
<a href="mailto:reviews+D31025+public+4f46a0ac40e19178@reviews.llvm.org" class="">reviews+D31025+public+4f46a0ac40e19178@reviews.llvm.org</a><br class="">
Cc: James Molloy; <a href="mailto:anton@korobeynikov.info" class="">anton@korobeynikov.info</a>;<br class="">
<a href="mailto:bjorn.a.pettersson@ericsson.com" class="">bjorn.a.pettersson@ericsson.com</a>; <a href="mailto:mgorny@gentoo.org" class="">mgorny@gentoo.org</a>; llvm-<br class="">
<a href="mailto:commits@lists.llvm.org" class="">commits@lists.llvm.org</a>; nd<br class="">
Subject: RE: [PATCH] D31025: [Docs] Add tablegen backend for target<br class="">
opcode documentatio<br class="">
<br class="">
Ping<br class="">
<br class="">
<blockquote type="cite" class="">-----Original Message-----<br class="">
From: Tanya Lattner [<a href="mailto:tanyalattner@llvm.org" class="">mailto:tanyalattner@llvm.org</a>]<br class="">
Sent: 07 April 2017 00:05<br class="">
To: <a href="mailto:reviews+D31025+public+4f46a0ac40e19178@reviews.llvm.org" class="">reviews+D31025+public+4f46a0ac40e19178@reviews.llvm.org</a><br class="">
Cc: Oliver Stannard; James Molloy; <a href="mailto:anton@korobeynikov.info" class="">anton@korobeynikov.info</a>;<br class="">
<a href="mailto:bjorn.a.pettersson@ericsson.com" class="">bjorn.a.pettersson@ericsson.com</a>; <a href="mailto:mgorny@gentoo.org" class="">mgorny@gentoo.org</a>; llvm-<br class="">
<a href="mailto:commits@lists.llvm.org" class="">commits@lists.llvm.org</a><br class="">
Subject: Re: [PATCH] D31025: [Docs] Add tablegen backend for target<br class="">
</blockquote>
opcode<br class="">
<blockquote type="cite" class="">documentatio<br class="">
<br class="">
My apologizes as I was preparing for EuroLLVM and traveling.. and then<br class="">
</blockquote>
had<br class="">
<blockquote type="cite" class="">a family vacation right after. I’ll address this over the next couple<br class="">
days.<br class="">
<br class="">
-Tanya<br class="">
<br class="">
<blockquote type="cite" class="">On Mar 31, 2017, at 3:25 AM, Oliver Stannard via Phabricator<br class="">
</blockquote>
<<a href="mailto:reviews@reviews.llvm.org" class="">reviews@reviews.llvm.org</a>> wrote:<br class="">
<blockquote type="cite" class=""><br class="">
olista01 added a comment.<br class="">
<br class="">
Ping<br class="">
<br class="">
<br class="">
Repository:<br class="">
rL LLVM<br class="">
<br class="">
<a href="https://reviews.llvm.org/D31025" class="">https://reviews.llvm.org/D31025</a><br class="">
<br class="">
<br class="">
<br class="">
</blockquote>
</blockquote>
</blockquote>
<br class="">
<make_docs.sh><br class="">
</blockquote>
<br class="">
_______________________________________________<br class="">
llvm-commits mailing list<br class="">
<a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a><br class="">
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>

</div></blockquote></div><br class=""></div></body></html>