aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/FixedLenDecoderEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Const-correct the FixedLenDecoderEmitter. Pass a few things by const referenc...Craig Topper2012-03-161-4/+4
* Remove unused field from FixedLenDecoderEmitter. Move NumberedInstructions de...Craig Topper2012-03-131-4/+1
* Nuke a bit of dead code.Jim Grosbach2012-03-051-2/+0
* Tidy up. 80 columns.Jim Grosbach2012-02-291-1/+2
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy2011-09-071-0/+3
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-171-3/+13
* Enhance the fixed-length decoder emitter to support parsing scattered fields.Owen Anderson2011-07-281-4/+20
* Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...Owen Anderson2011-07-191-2/+0
* Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...Owen Anderson2011-02-181-0/+56