summaryrefslogtreecommitdiff
path: root/utils/TableGen/PseudoLoweringEmitter.cpp
AgeCommit message (Expand)Author
2016-12-05TableGen: Use StringInit instead of std::string for DagInit arg namesMatthias Braun
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach
2014-08-24TableGen: unique_ptr-ify RecordKeeperDylan Noblesmith
2014-08-24TableGen: use auto and for-rangeDylan Noblesmith
2014-05-23Teach the table generated emitPseudoExpansionLowering function to not emit a ...Aaron Ballman
2014-05-19Fix typos.Eric Christopher
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse
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