summaryrefslogtreecommitdiffstats
path: root/llvm/docs/HowToUseInstrMappings.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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
* remove the rest of the "written by" lines in the documentation. It isChris Lattner2013-01-101-2/+0
| | | | | | | against the developer policy to include this sort of thing as SVN blame already captures this in a far more fine-grained way. llvm-svn: 172109
* Fix typo.Jyotsna Verma2012-11-151-2/+2
| | | | llvm-svn: 168091
* docs: chmod -x HowToUseInstrMappings.rstSean Silva2012-11-141-0/+0
| | | | llvm-svn: 167903
* add TableGen support to create relationship maps between instructionsSebastian Pop2012-10-251-0/+179
Relationship maps are represented as InstrMapping records which are parsed by TableGen and the information is used to construct mapping tables to represent appropriate relations between instructions. These tables are emitted into XXXGenInstrInfo.inc file along with the functions to query them. Patch by Jyotsna Verma <jverma@codeaurora.org>. llvm-svn: 166685
OpenPOWER on IntegriCloud