summaryrefslogtreecommitdiff
path: root/utils/TableGen/DisassemblerEmitter.cpp
AgeCommit message (Expand)Author
2016-12-04TableGen: Use StringRef instead of const std::string& in return vals.Matthias Braun
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer
2016-02-01[TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...Craig Topper
2015-07-15[TableGen] Improve decoding options for non-orthogonal instructionsPetr Pavlu
2014-05-06AArch64/ARM64: implement diagnosis of unpredictable loads & storesTim Northover
2014-01-05Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Ju...Craig Topper
2013-01-31Add AArch64 as an experimental target.Tim Northover
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2011-11-09Remove the old-style ARM disassembler, which is no longer used.Owen Anderson
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-09-01Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy
2011-08-17Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson
2011-08-09Replace the existing ARM disassembler with a new one based on the FixedLenDec...Owen Anderson
2011-06-21Consolidate some TableGen diagnostic helper functions.Jim Grosbach
2011-04-04Add support for the VIA PadLock instructions.Joerg Sonnenberger
2011-02-18Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...Owen Anderson
2010-12-13eliminate the Records global variable, patch by Garrison Venn!Chris Lattner
2010-04-02Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen
2010-03-19change Target.getInstructionsByEnumValue to return a referenceChris Lattner
2010-03-16--- Reverse-merging r98637 into '.':Bob Wilson
2010-03-16Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan
2009-11-25Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar