Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" ↵ | Fangrui Song | 2019-12-24 | 7 | -23/+23 |
| | | | | as cleanups after D56351 | ||||
* | [doc] Fix HowToManuallyUseTheIndividualPiecesOfPolly | Michael Kruse | 2018-09-26 | 38 | -1957/+2544 |
| | | | | | | Also remove compiled binaries. llvm-svn: 343119 | ||||
* | Move www/experiments to docs/experiments | Michael Kruse | 2018-09-26 | 31 | -0/+2967 |
| | | | | llvm-svn: 343118 | ||||
* | Porting the example illustrating Polly from HTML to reStructuredText | Tobias Grosser | 2017-02-10 | 5 | -0/+261 |
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 |