aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/FixedLenDecoderEmitter.h
AgeCommit message (Expand)Author
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-03-16Const-correct the FixedLenDecoderEmitter. Pass a few things by const referenc...Craig Topper
2012-03-13Remove unused field from FixedLenDecoderEmitter. Move NumberedInstructions de...Craig Topper
2012-03-05Nuke a bit of dead code.Jim Grosbach
2012-02-29Tidy up. 80 columns.Jim Grosbach
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
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-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-02-18Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...Owen Anderson