summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Lexicon.rst
Commit message (Collapse)AuthorAgeFilesLines
* [Lexicon] Add "GEP"Brian Gesiak2017-08-181-0/+5
| | | | | | | | | | | | | Summary: `getelementptr` is frequently abbreviated as "GEP", often in source files that do not ever reference the full name of the instruction. Add it to the Lexicon, in case readers go to look for what it means there. Test plan: 1. `ninja sphinx` 2. Confirm that the rendered docs HTML contains the new "GEP" entry llvm-svn: 311168
* [Lexicon] Add GVNBrian Gesiak2017-06-131-0/+7
| | | | | | | | | | | | | | Summary: Add a lexicon entry for global value numbering. Reviewers: davide, majnemer Reviewed By: davide Subscribers: llvm-commits, inouehrs Differential Revision: https://reviews.llvm.org/D33664 llvm-svn: 305270
* [Doc] Document "Splat" in the lexiconSanjay Patel2017-05-121-0/+8
| | | | | | | | Patch by Wei-Ren Chen (陳韋任)! Differential Revision: https://reviews.llvm.org/D32964 llvm-svn: 302950
* [Lexicon] Add BDCEBrian Gesiak2017-05-041-0/+7
| | | | | | | | | | | | Summary: Add an entry to the Lexicon for "BDCE." Reviewers: jmolloy, hfinkel Reviewed By: jmolloy Differential Revision: https://reviews.llvm.org/D31861 llvm-svn: 302169
* Update Bugzilla URLs in docsIsmail Donmez2017-02-171-1/+1
| | | | llvm-svn: 295432
* [docs] Add PR to LexiconBrian Gesiak2016-10-061-0/+4
| | | | | | | | | | | | | | Summary: The acronym PR could be ambiguous to some users, especially those who are used to interpreting it as GitHub's "pull request". Reviewers: ddunbar, jordan_rose, void, beanz Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D25331 llvm-svn: 283465
* [docs] Document "LGTM" in the lexicon.Sean Silva2015-06-041-0/+4
| | | | llvm-svn: 239085
* [doc] Update Lexicon with C++ unwinder acronymsNick Kledzik2015-05-201-0/+21
| | | | llvm-svn: 237840
* [docs] Document what "NFC" means in a commit message.Sean Silva2014-09-061-0/+9
| | | | llvm-svn: 217292
* fixed linkSanjay Patel2014-07-141-1/+1
| | | | llvm-svn: 212977
* fixed typoSanjay Patel2014-06-261-1/+1
| | | | llvm-svn: 211808
* [docs] PR15254: Add "AST" to the lexicon.Sean Silva2013-02-131-0/+15
| | | | llvm-svn: 175077
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-2/+0
| | | | | | | | | Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162
* Documentation: Lexicon.rst: add 'SLP' acronymDmitri Gribenko2012-12-111-1/+7
| | | | llvm-svn: 169928
* Documentation: Lexicon.rst: add "BB Vectorization" and "TBAA".Dmitri Gribenko2012-10-131-2/+11
| | | | llvm-svn: 165879
* Sphinxify the lexicon doc.Bill Wendling2012-06-201-0/+194
llvm-svn: 158813
OpenPOWER on IntegriCloud