aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DisassemblerEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old-style ARM disassembler, which is no longer used.Owen Anderson2011-11-091-1/+0
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-2/+2
* Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy2011-09-071-2/+3
* Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy2011-09-011-3/+3
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-171-0/+10
* Replace the existing ARM disassembler with a new one based on the FixedLenDec...Owen Anderson2011-08-091-7/+0
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-211-0/+1
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-041-6/+6
* Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...Owen Anderson2011-02-181-2/+3
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-131-1/+1
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-021-0/+8
* change Target.getInstructionsByEnumValue to return a referenceChris Lattner2010-03-191-2/+2
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-161-8/+0
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-161-0/+8
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-191-0/+99
* Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar2009-11-251-0/+30