summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenMapTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TableGen] CodeGenMapTable - Don't dereference a dyn_cast result. NFCI.Simon Pilgrim2019-09-171-2/+2
* [TableGen] Correct comments for end of namespace. NFCBjorn Pettersson2019-08-251-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Improve diagnostics for instruction mappingAleksandar Beserminji2018-01-081-1/+6
* [TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...Craig Topper2017-07-071-2/+2
* [TableGen] Make CodeGenMapTable understand the namespace field of an instructionKarl-Johan Karlsson2017-03-271-8/+8
* [tablegen] Delete duplicates from a vector without skipping elementsVedant Kumar2016-12-011-0/+1
* [TableGen] more helpful error message in MapTableEmitterNicolai Haehnle2016-03-101-2/+12
* [TableGen] Use range-based for loops. NFCCraig Topper2016-02-111-10/+7
* [TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...Craig Topper2016-02-011-1/+1
* TableGen: Add LLVM_READONLY to generated InstrMapping functionsMatt Arsenault2015-09-241-1/+1
* [TableGen] Rename ListInit::getSize to just 'size' to be more consistent.Craig Topper2015-06-021-8/+8
* [TableGen] Use range-based for loops. NFC.Craig Topper2015-06-021-14/+10
* [TableGen] Replace some calls to ListInit::getSize() with ListInit::empty() i...Craig Topper2015-05-141-1/+1
* Replace size method call of containers to empty method where appropriateAlexander Kornienko2015-01-151-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* Unbreak the C++11 build.Benjamin Kramer2014-03-031-1/+1
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Remove several unused variables.Rafael Espindola2013-10-011-1/+0
* Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTa...Jyotsna Verma2013-02-141-5/+4
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-16/+14
* Remove unused member & unnecessary semicolon.David Blaikie2012-10-251-3/+2
* add TableGen support to create relationship maps between instructionsSebastian Pop2012-10-251-0/+609
OpenPOWER on IntegriCloud