| Commit message (Expand) | Author | Age | Files | Lines |
| * | [TableGen] Correct comments for end of namespace. NFC | Bjorn Pettersson | 2019-08-25 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] Initial Disassembler. | Sam Clegg | 2018-05-10 | 1 | -0/+9 |
| * | Fix layering by moving X86DisassemblerDecoderCommon to Support | David Blaikie | 2018-03-23 | 1 | -2/+2 |
| * | TableGen: Use StringRef instead of const std::string& in return vals. | Matthias Braun | 2016-12-04 | 1 | -1/+1 |
| * | Apply most suggestions of clang-tidy's performance-unnecessary-value-param | Benjamin Kramer | 2016-06-08 | 1 | -6/+5 |
| * | [TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ... | Craig Topper | 2016-02-01 | 1 | -1/+1 |
| * | [TableGen] Improve decoding options for non-orthogonal instructions | Petr Pavlu | 2015-07-15 | 1 | -3/+2 |
| * | AArch64/ARM64: implement diagnosis of unpredictable loads & stores | Tim Northover | 2014-05-06 | 1 | -4/+7 |
| * | Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Ju... | Craig Topper | 2014-01-05 | 1 | -3/+4 |
| * | Add AArch64 as an experimental target. | Tim Northover | 2013-01-31 | 1 | -2/+3 |
| * | Remove exception handling usage from tblgen. | Joerg Sonnenberger | 2012-10-25 | 1 | -4/+2 |
| * | Write llvm-tblgen backends as functions instead of sub-classes. | Jakob Stoklund Olesen | 2012-06-11 | 1 | -21/+26 |
| * | Remove the old-style ARM disassembler, which is no longer used. | Owen Anderson | 2011-11-09 | 1 | -1/+0 |
| * | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -2/+2 |
| * | Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p... | James Molloy | 2011-09-07 | 1 | -2/+3 |
| * | Fix up r137380 based on post-commit review by Jim Grosbach. | James Molloy | 2011-09-01 | 1 | -3/+3 |
| * | Allow the MCDisassembler to return a "soft fail" status code, indicating an i... | Owen Anderson | 2011-08-17 | 1 | -0/+10 |
| * | Replace the existing ARM disassembler with a new one based on the FixedLenDec... | Owen Anderson | 2011-08-09 | 1 | -7/+0 |
| * | Consolidate some TableGen diagnostic helper functions. | Jim Grosbach | 2011-06-21 | 1 | -0/+1 |
| * | Add support for the VIA PadLock instructions. | Joerg Sonnenberger | 2011-04-04 | 1 | -6/+6 |
| * | Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi... | Owen Anderson | 2011-02-18 | 1 | -2/+3 |
| * | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner | 2010-12-13 | 1 | -1/+1 |
| * | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen | 2010-04-02 | 1 | -0/+8 |
| * | change Target.getInstructionsByEnumValue to return a reference | Chris Lattner | 2010-03-19 | 1 | -2/+2 |
| * | --- Reverse-merging r98637 into '.': | Bob Wilson | 2010-03-16 | 1 | -8/+0 |
| * | Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend | Johnny Chen | 2010-03-16 | 1 | -0/+8 |
| * | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan | 2009-12-19 | 1 | -0/+99 |
| * | Sketch TableGen disassembler emitter, based on patch by Sean Callanan. | Daniel Dunbar | 2009-11-25 | 1 | -0/+30 |