Fix an oversight in the FixedLenDecoderEmitter where we weren't correctly checking...
[oota-llvm.git] / utils / TableGen / FixedLenDecoderEmitter.cpp
2011-08-09 Owen AndersonFix an oversight in the FixedLenDecoderEmitter where...
2011-08-01 Owen AndersonMake the FixedLengthDecoderEmitter smart enough to...
2011-08-01 Owen AndersonThe FixedLenDecoder needs to gracefully handle failing...
2011-08-01 Owen AndersonEnhance the fixed length disassembler to better handle...
2011-07-29 Owen AndersonCorrectly handle scattered operands where the bits...
2011-07-29 David GreeneUnconstify Inits
2011-07-29 David Greene[AVX] Constify Inits
2011-07-29 Owen AndersonThird time's the charm for implementing tied operand...
2011-07-29 Owen AndersonFix a case where, when trying to track tied operands...
2011-07-28 Owen AndersonEnhance the fixed-length decoder emitter to support...
2011-07-28 Owen AndersonEnhance the fixed-length decoder emitter to support...
2011-07-19 Owen AndersonEnhance the FixedLengthDecoder to be able to generate...
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-07-06 Jim GrosbachDon't require pseudo-instructions to carry encoding...
2011-06-27 Owen AndersonAdd support for alternative register names, useful...
2011-04-18 Owen AndersonEnhance the fixed-length disassembler to support the...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-14 Owen AndersonIgnore isCodeGenOnly instructions when generating diass...
2011-02-18 Owen AndersonAdd FixedLenDecoderEmitter, the skeleton of a new disas...