aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/CodeGenMapTable.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-07[TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...Craig Topper1-2/+2
2017-03-27[TableGen] Make CodeGenMapTable understand the namespace field of an instructionKarl-Johan Karlsson1-8/+8
2016-12-01[tablegen] Delete duplicates from a vector without skipping elementsVedant Kumar1-0/+1
2016-03-10[TableGen] more helpful error message in MapTableEmitterNicolai Haehnle1-2/+12
2016-02-11[TableGen] Use range-based for loops. NFCCraig Topper1-10/+7
2016-02-01[TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...Craig Topper1-1/+1
2015-09-24TableGen: Add LLVM_READONLY to generated InstrMapping functionsMatt Arsenault1-1/+1
2015-06-02[TableGen] Rename ListInit::getSize to just 'size' to be more consistent.Craig Topper1-8/+8
2015-06-02[TableGen] Use range-based for loops. NFC.Craig Topper1-14/+10
2015-05-14[TableGen] Replace some calls to ListInit::getSize() with ListInit::empty() i...Craig Topper1-1/+1
2015-01-15Replace size method call of containers to empty method where appropriateAlexander Kornienko1-2/+2
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+2
2014-03-03Unbreak the C++11 build.Benjamin Kramer1-1/+1
2013-12-05Correct word hyphenationsAlp Toker1-1/+1
2013-10-01Remove several unused variables.Rafael Espindola1-1/+0
2013-02-14Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTa...Jyotsna Verma1-5/+4
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger1-16/+14
2012-10-25Remove unused member & unnecessary semicolon.David Blaikie1-3/+2
2012-10-25add TableGen support to create relationship maps between instructionsSebastian Pop1-0/+609