summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/PseudoLoweringEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-4/+5
* TableGen: Use StringInit instead of std::string for DagInit arg namesMatthias Braun2016-12-051-2/+2
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-2/+2
* TableGen: unique_ptr-ify RecordKeeperDylan Noblesmith2014-08-241-1/+1
* TableGen: use auto and for-rangeDylan Noblesmith2014-08-241-5/+4
* Teach the table generated emitPseudoExpansionLowering function to not emit a ...Aaron Ballman2014-05-231-61/+65
* Fix typos.Eric Christopher2014-05-191-2/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* 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
OpenPOWER on IntegriCloud