summaryrefslogtreecommitdiff
path: root/utils/TableGen/FixedLenDecoderEmitter.cpp
Commit message (Expand)AuthorAge
* Add support for positionally-encoded operands to FixedLenDecoderEmitterHal Finkel2013-12-19
* Add support for PointerLikeRegClass to FixedLenDecoderEmitterHal Finkel2013-12-19
* Support little-endian encodings in the FixedLenDecoderEmitterHal Finkel2013-12-17
* Remove several unused variables.Rafael Espindola2013-10-01
* Teaching llvm-tblgen to not emit a switch statement when there are no case st...Aaron Ballman2013-07-15
* TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFr...NAKAMURA Takumi2012-12-26
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-10
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-10
* tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva2012-10-05
* TableGen: Add initializer.Jim Grosbach2012-09-17
* Re-work bit/bits value resolving in tblgenMichael Liao2012-09-06
* Declare some for loop indices inside the for loop statement.Craig Topper2012-08-17
* Fix up indentation of outputted decode function for readability.Craig Topper2012-08-17
* Fix a const violation in the generated disassembler.Benjamin Kramer2012-08-15
* Switch the fixed-length disassembler to be table-driven.Jim Grosbach2012-08-14
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* Second part for the 153874 oneSilviu Baranga2012-04-02
* More const-correcting of FixedLenDecoderEmitter.Craig Topper2012-03-16
* Const-correct the FixedLenDecoderEmitter. Pass a few things by const referenc...Craig Topper2012-03-16
* Spacing fixes. Mostly aligning arguments that spilled onto next line with the...Craig Topper2012-03-16
* Remove unused field NumVariable from Filter class. Even it was needed the sam...Craig Topper2012-03-16
* Remove unused field from FixedLenDecoderEmitter. Move NumberedInstructions de...Craig Topper2012-03-13
* Tidy up. 80 columns.Jim Grosbach2012-02-29
* Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...James Molloy2012-02-09
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Fix unused variable warning in the rare circumstance that we have no feature-...Owen Anderson2011-10-17
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Subtarget getFeatureBits() returns a uint64_t, not unsigned.Bob Wilson2011-10-01
* 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