summaryrefslogtreecommitdiff
path: root/utils/TableGen/DisassemblerEmitter.cpp
Commit message (Expand)AuthorAge
* Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Ju...Craig Topper2014-01-05
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* Remove the old-style ARM disassembler, which is no longer used.Owen Anderson2011-11-09
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy2011-09-07
* Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy2011-09-01
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-17
* Replace the existing ARM disassembler with a new one based on the FixedLenDec...Owen Anderson2011-08-09
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-21
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-04
* Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...Owen Anderson2011-02-18
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-13
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-02
* change Target.getInstructionsByEnumValue to return a referenceChris Lattner2010-03-19
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-16
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-16
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-19
* Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar2009-11-25