summaryrefslogtreecommitdiff
path: root/utils/TableGen/AsmWriterInst.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-27[MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka1-3/+8
2014-11-25Remove dead code.Craig Topper1-3/+1
2013-12-02Remove dead code.Rafael Espindola1-33/+2
2013-07-23Remove 'else' after 'return'. No functional change.Craig Topper1-2/+1
2013-07-23Remove trailing whitespace.Craig Topper1-26/+26
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger1-11/+12
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne1-1/+1
2010-11-01factor the operand list (and related fields/operations) out of Chris Lattner1-2/+2
2010-11-01move FlattenVariants out of AsmMatcherEmitter into a sharedChris Lattner1-70/+38
2010-04-04change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner1-0/+1
2010-02-10Changed AsmWriterOperand to also include the index of theSean Callanan1-2/+7
2010-02-09Fixed some indentation in the AsmWriterInstSean Callanan1-12/+12
2010-02-09Per PR 6219, factored AsmWriterInst and AsmWriterOperandSean Callanan1-0/+259