aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/PseudoLoweringEmitter.cpp
AgeCommit message (Expand)Author
2013-02-13PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIADavid Peixotto
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-10tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva
2012-09-17Fix typoMichael Liao
2012-09-06Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-03-20Reserve number of MI operands to accom,odate complex patterns.Evan Cheng
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-07-29Unconstify InitsDavid Greene
2011-07-29[AVX] Constify InitsDavid Greene
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher
2011-07-11[AVX] Make Inits FoldableDavid Greene
2011-07-08TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach