summaryrefslogtreecommitdiffstats
path: root/llvm/docs/MergeFunctions.rst
Commit message (Collapse)AuthorAgeFilesLines
* Updating MergeFunctions.rstAditya Kumar2018-08-181-191/+174
| | | | | | | | | Improving readability, removing redundant contents. Reviewers: hiraditya Differential Revision: https://reviews.llvm.org/D50686 llvm-svn: 340131
* [docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin2016-07-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | Lots of blocks had "llvm" or "nasm" syntax types but either weren't following the syntax, or the syntax has changed (and sphinx hasn't keep up) or the type doesn't even exist (nasm?). Other documents had :options: what were invalid. I only removed those that had warnings, and left the ones that didn't, in order to follow the principle of least surprise. This is like this for ages, but the buildbot is now failing on errors. It may take a while to upgrade the buildbot's sphinx, if that's even possible, but that shouldn't stop us from getting docs updates (which seem down for quite a while). Also, we're not losing any syntax highlight, since when it doesn't parse, it doesn't colour. Ie. those blocks are not being highlighted anyway. I'm trying to get all docs in one go, so that it's easy to revert later if we do fix, or at least easy to know what's to fix. llvm-svn: 276109
* fix incorrect xref in sphinx docEtienne Bergeron2016-07-131-1/+1
| | | | llvm-svn: 275255
* Fix some typos in the llvm docSylvestre Ledru2016-02-141-1/+1
| | | | llvm-svn: 260855
* Inspired by r231891, use gender neutral pronouns in the places I'veChandler Carruth2015-03-111-3/+3
| | | | | | found in LLVM. llvm-svn: 231893
* Added documentation for MergeFunctions pass:Stepan Dyatkovskiy2014-12-101-0/+802
Pass looks for equivalent functions that are mergable and folds them. llvm-svn: 223931
OpenPOWER on IntegriCloud