mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-25 10:48:14 +00:00
99d3567b0d
Summary: Add a document which describes: - GEMM performance comparison. - An experiment that measures the compile time impact of enabling Polly when compiling LLVM+Clang+Polly. Contributed-by: Theodoros Theodoridis<theodoros.theodoridis@inf.ethz.ch> Differential Revision: https://reviews.llvm.org/D38330 llvm-svn: 314419
38 lines
638 B
ReStructuredText
38 lines
638 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
|
|
TipsAndTricks
|
|
Performance
|
|
|
|
* `A list of Polly passes <http://polly.llvm.org/documentation/passes.html>`_
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|
|
|