summaryrefslogtreecommitdiff
path: root/utils/TableGen/FixedLenDecoderEmitter.cpp
Commit message (Expand)AuthorAge
* Make sure to handle the case where emitPredicateMatch returns false. Noticed...Eli Friedman2011-09-08
* Fix warning on windows; use of comparison with bool argument.James Molloy2011-09-08
* Fix a use of freed string contents.Andrew Trick2011-09-08
* whitespaceAndrew Trick2011-09-08
* Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy2011-09-07
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-17
* Fix an oversight in the FixedLenDecoderEmitter where we weren't correctly che...Owen Anderson2011-08-09
* Make the FixedLengthDecoderEmitter smart enough to autogenerate decoders for ...Owen Anderson2011-08-01
* The FixedLenDecoder needs to gracefully handle failing per-instruction decode...Owen Anderson2011-08-01
* Enhance the fixed length disassembler to better handle operand decoding failu...Owen Anderson2011-08-01
* Correctly handle scattered operands where the bits of the operand are contigu...Owen Anderson2011-07-29
* Unconstify InitsDavid Greene2011-07-29
* [AVX] Constify InitsDavid Greene2011-07-29
* Third time's the charm for implementing tied operand decoding properly.Owen Anderson2011-07-29
* Fix a case where, when trying to track tied operands, we'd accidentally overw...Owen Anderson2011-07-29
* Enhance the fixed-length decoder emitter to support tied operands.Owen Anderson2011-07-28
* Enhance the fixed-length decoder emitter to support parsing scattered fields.Owen Anderson2011-07-28
* Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...Owen Anderson2011-07-19
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Don't require pseudo-instructions to carry encoding information.Jim Grosbach2011-07-06
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-27
* Enhance the fixed-length disassembler to support the callbacks necessary for ...Owen Anderson2011-04-18
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Ignore isCodeGenOnly instructions when generating diassembly tables.Owen Anderson2011-03-14
* Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...Owen Anderson2011-02-18