aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/FixedLenDecoderEmitter.cpp
AgeCommit message (Expand)Author
2012-12-26TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFr...NAKAMURA Takumi
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-10tblgen: Use semantically correct RTTI functions.Sean Silva
2012-10-10tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva
2012-10-05tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva
2012-09-17TableGen: Add initializer.Jim Grosbach
2012-09-06Re-work bit/bits value resolving in tblgenMichael Liao
2012-08-17Declare some for loop indices inside the for loop statement.Craig Topper
2012-08-17Fix up indentation of outputted decode function for readability.Craig Topper
2012-08-15Fix a const violation in the generated disassembler.Benjamin Kramer
2012-08-14Switch the fixed-length disassembler to be table-driven.Jim Grosbach
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-04-02Second part for the 153874 oneSilviu Baranga
2012-03-16More const-correcting of FixedLenDecoderEmitter.Craig Topper
2012-03-16Const-correct the FixedLenDecoderEmitter. Pass a few things by const referenc...Craig Topper
2012-03-16Spacing fixes. Mostly aligning arguments that spilled onto next line with the...Craig Topper
2012-03-16Remove unused field NumVariable from Filter class. Even it was needed the sam...Craig Topper
2012-03-13Remove unused field from FixedLenDecoderEmitter. Move NumberedInstructions de...Craig Topper
2012-02-29Tidy up. 80 columns.Jim Grosbach
2012-02-09Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...James Molloy
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2011-10-17Fix unused variable warning in the rare circumstance that we have no feature-...Owen Anderson
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-10-01Subtarget getFeatureBits() returns a uint64_t, not unsigned.Bob Wilson
2011-09-08Make sure to handle the case where emitPredicateMatch returns false. Noticed...Eli Friedman
2011-09-08Fix warning on windows; use of comparison with bool argument.James Molloy
2011-09-08Fix a use of freed string contents.Andrew Trick
2011-09-08whitespaceAndrew Trick
2011-09-07Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy
2011-08-17Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson
2011-08-09Fix an oversight in the FixedLenDecoderEmitter where we weren't correctly che...Owen Anderson
2011-08-01Make the FixedLengthDecoderEmitter smart enough to autogenerate decoders for ...Owen Anderson
2011-08-01The FixedLenDecoder needs to gracefully handle failing per-instruction decode...Owen Anderson
2011-08-01Enhance the fixed length disassembler to better handle operand decoding failu...Owen Anderson
2011-07-29Correctly handle scattered operands where the bits of the operand are contigu...Owen Anderson
2011-07-29Unconstify InitsDavid Greene
2011-07-29[AVX] Constify InitsDavid Greene
2011-07-29Third time's the charm for implementing tied operand decoding properly.Owen Anderson
2011-07-29Fix a case where, when trying to track tied operands, we'd accidentally overw...Owen Anderson
2011-07-28Enhance the fixed-length decoder emitter to support tied operands.Owen Anderson
2011-07-28Enhance the fixed-length decoder emitter to support parsing scattered fields.Owen Anderson
2011-07-19Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...Owen Anderson
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher
2011-07-11[AVX] Make Inits FoldableDavid Greene
2011-07-06Don't require pseudo-instructions to carry encoding information.Jim Grosbach
2011-06-27Add support for alternative register names, useful for instructions whose ope...Owen Anderson
2011-04-18Enhance the fixed-length disassembler to support the callbacks necessary for ...Owen Anderson
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-14Ignore isCodeGenOnly instructions when generating diassembly tables.Owen Anderson