mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-03 07:38:57 +00:00
30a02088c0
http://polly.llvm.org/example_manual_matmul.html which illustrates individual passes of Polly, has been ported to reStructuredText and necessary changes have been made to the configuration files used by SPHINX to include the new source as a part of the documentation. Contributed-by: Singapuram Sanjay Srivallabh <singapuram.sanjay@gmail.com> Differential Revision: https://reviews.llvm.org/D25163 llvm-svn: 294735
36 lines
606 B
ReStructuredText
36 lines
606 B
ReStructuredText
.. Polly documentation master file
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
.. title:: Welcome to Polly's documentation!
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
Upcoming Release
|
|
================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
ReleaseNotes
|
|
|
|
Using Polly
|
|
===========
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
Architecture
|
|
UsingPollyWithClang
|
|
HowToManuallyUseTheIndividualPiecesOfPolly
|
|
|
|
* `A list of Polly passes <http://polly.llvm.org/documentation/passes.html>`_
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|
|
|