aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/DisassemblerEmitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer1-6/+5
2016-02-01[TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...Craig Topper1-1/+1
2015-07-15[TableGen] Improve decoding options for non-orthogonal instructionsPetr Pavlu1-3/+2
2014-05-06AArch64/ARM64: implement diagnosis of unpredictable loads & storesTim Northover1-4/+7
2014-01-05Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Ju...Craig Topper1-3/+4
2013-01-31Add AArch64 as an experimental target.Tim Northover1-2/+3
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger1-4/+2
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen1-21/+26
2011-11-09Remove the old-style ARM disassembler, which is no longer used.Owen Anderson1-1/+0
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne1-2/+2
2011-09-07Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy1-2/+3
2011-09-01Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy1-3/+3
2011-08-17Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson1-0/+10
2011-08-09Replace the existing ARM disassembler with a new one based on the FixedLenDec...Owen Anderson1-7/+0
2011-06-21Consolidate some TableGen diagnostic helper functions.Jim Grosbach1-0/+1
2011-04-04Add support for the VIA PadLock instructions.Joerg Sonnenberger1-6/+6
2011-02-18Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...Owen Anderson1-2/+3
2010-12-13eliminate the Records global variable, patch by Garrison Venn!Chris Lattner1-1/+1
2010-04-02Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen1-0/+8
2010-03-19change Target.getInstructionsByEnumValue to return a referenceChris Lattner1-2/+2
2010-03-16--- Reverse-merging r98637 into '.':Bob Wilson1-8/+0
2010-03-16Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen1-0/+8
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan1-0/+99
2009-11-25Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar1-0/+30