[TableGen] Correct Namespace lookup with AltNames in AsmWriterEmitter
[oota-llvm.git] / utils / TableGen / PseudoLoweringEmitter.cpp
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2014-08-24 Dylan NoblesmithTableGen: unique_ptr-ify RecordKeeper
2014-08-24 Dylan NoblesmithTableGen: use auto and for-range
2014-05-23 Aaron BallmanTeach the table generated emitPseudoExpansionLowering...
2014-05-19 Eric ChristopherFix typos.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2013-02-13 David PeixottoPR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD...
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-09-17 Michael LiaoFix typo
2012-09-06 Tom StellardTablegen: Add OperandWithDefaultOps Operand type
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-03-20 Evan ChengReserve number of MI operands to accom,odate complex...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-07-29 David GreeneUnconstify Inits
2011-07-29 David Greene[AVX] Constify Inits
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-07-08 Jim GrosbachTableGen'erated MC lowering for simple pseudo-instructions.