summaryrefslogtreecommitdiff
path: root/utils/TableGen/AsmWriterInst.h
AgeCommit message (Expand)Author
2016-01-22[TableGen] Reorder fields in AsmWriterOperand to remove padding and reduce si...Craig Topper
2016-01-22[TableGen] Remove the CGIOpNo from AsmWriterOperand as its not used for anyth...Craig Topper
2016-01-17[TableGen] Changes to AsmWriterEmitter to remove the CodeGenInstruction to As...Craig Topper
2016-01-14[TableGen] Pass PassSubtarget flag into getCode instead of storing a copy of ...Craig Topper
2015-03-27[MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka
2014-11-25Remove dead code.Craig Topper
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2013-12-02Remove dead code.Rafael Espindola
2010-10-11trailing whitespace cleanupJim Grosbach
2010-02-10Changed AsmWriterOperand to also include the index of theSean Callanan
2010-02-09Fixed some indentation in the AsmWriterInstSean Callanan
2010-02-09Per PR 6219, factored AsmWriterInst and AsmWriterOperandSean Callanan