aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/PseudoLoweringEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIADavid Peixotto2013-02-131-0/+1
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-11/+11
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-101-4/+4
* Fix typoMichael Liao2012-09-171-1/+1
* Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard2012-09-061-1/+1
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-111-5/+58
* Reserve number of MI operands to accom,odate complex patterns.Evan Cheng2012-03-201-1/+4
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-1/+1
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-2/+0
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-2/+2
* Unconstify InitsDavid Greene2011-07-291-6/+6
* [AVX] Constify InitsDavid Greene2011-07-291-6/+6
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-8/+6
* [AVX] Make Inits FoldableDavid Greene2011-07-111-6/+8
* TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach2011-07-081-0/+243