summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DisassemblerEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TableGen] Correct comments for end of namespace. NFCBjorn Pettersson2019-08-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Initial Disassembler.Sam Clegg2018-05-101-0/+9
* Fix layering by moving X86DisassemblerDecoderCommon to SupportDavid Blaikie2018-03-231-2/+2
* TableGen: Use StringRef instead of const std::string& in return vals.Matthias Braun2016-12-041-1/+1
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-6/+5
* [TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...Craig Topper2016-02-011-1/+1
* [TableGen] Improve decoding options for non-orthogonal instructionsPetr Pavlu2015-07-151-3/+2
* AArch64/ARM64: implement diagnosis of unpredictable loads & storesTim Northover2014-05-061-4/+7
* Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Ju...Craig Topper2014-01-051-3/+4
* Add AArch64 as an experimental target.Tim Northover2013-01-311-2/+3
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-4/+2
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-111-21/+26
* 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
OpenPOWER on IntegriCloud