| Commit message (Expand) | Author | Age | Files | Lines |
* | TableGen: Convert an assert() to a proper diagnostic. | Jim Grosbach | 2012-09-12 | 1 | -1/+3 |
* | Fix function name per coding standard. | Chad Rosier | 2012-09-05 | 1 | -3/+3 |
* | Fix function name per coding standard. | Chad Rosier | 2012-09-05 | 1 | -4/+4 |
* | [ms-inline asm] Make comment more verbose and add an assert. | Chad Rosier | 2012-09-03 | 1 | -1/+2 |
* | [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add | Chad Rosier | 2012-09-03 | 1 | -2/+20 |
* | [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the | Chad Rosier | 2012-09-03 | 1 | -6/+7 |
* | Remove extraneous return. | Chad Rosier | 2012-09-03 | 1 | -1/+1 |
* | [ms-inline asm] Return the MCOperandNum instead of passing a reference. | Chad Rosier | 2012-09-03 | 1 | -10/+9 |
* | Removed unused argument. | Chad Rosier | 2012-09-03 | 1 | -5/+4 |
* | [ms-inline asm] Expose the Kind and Opcode variables from the | Chad Rosier | 2012-09-03 | 1 | -5/+8 |
* | Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst() | Chad Rosier | 2012-08-31 | 1 | -1/+1 |
* | With the fix in r162954/162955 every cvt function returns true. Thus, have | Chad Rosier | 2012-08-31 | 1 | -13/+11 |
* | Whitespace. | Chad Rosier | 2012-08-30 | 1 | -1/+1 |
* | Whitespace. | Chad Rosier | 2012-08-30 | 1 | -1/+1 |
* | Hoist a check to eliminate obvious mismatches as early as possible. Also, fix | Chad Rosier | 2012-08-30 | 1 | -8/+8 |
* | [ms-inline asm] Add a new function, GetMCInstOperandNum, to the | Chad Rosier | 2012-08-30 | 1 | -1/+43 |
* | Fix a nondeterminism in the ARM assembler. | Andrew Trick | 2012-08-29 | 1 | -0/+9 |
* | Print out the location of expanded multiclass defs in TableGen errors. | Jakob Stoklund Olesen | 2012-08-22 | 1 | -1/+1 |
* | TblGen: Make asm-matcher ConvertToMCInst() table driven. | Jim Grosbach | 2012-08-22 | 1 | -55/+177 |
* | Formatting. No functional change. | Chad Rosier | 2012-08-21 | 1 | -2/+2 |
* | Add stub methods for mips assembly matcher. | Akira Hatanaka | 2012-08-17 | 1 | -1/+3 |
* | Remove extraneous ';'. | Bill Wendling | 2012-08-04 | 1 | -1/+1 |
* | Defer checking for registers in the MC AsmMatcher until the after user-define... | Owen Anderson | 2012-07-16 | 1 | -16/+16 |
* | TableGen: Assembly matcher 'insufficient operands' diagnostic. | Jim Grosbach | 2012-07-12 | 1 | -0/+1 |
* | TableGen: AsmMatcher diagnostics preference detail. | Jim Grosbach | 2012-06-26 | 1 | -1/+3 |
* | TableGen: AsmMatcher support for better operand diagnostics. | Jim Grosbach | 2012-06-22 | 1 | -16/+69 |
* | TableGen: AsmMatcher missing-features list minimization. | Jim Grosbach | 2012-06-18 | 1 | -3/+9 |
* | Write llvm-tblgen backends as functions instead of sub-classes. | Jakob Stoklund Olesen | 2012-06-11 | 1 | -4/+20 |
* | TableGen: AsmMatcher diagnostic when missing instruction mnemonic. | Jim Grosbach | 2012-05-06 | 1 | -0/+3 |
* | Move llvm-tblgen's StringMatcher into the TableGen library so it can | Douglas Gregor | 2012-05-02 | 1 | -1/+1 |
* | Add ifdef around getSubtargetFeatureName in tablegen output file so that only... | Craig Topper | 2012-04-25 | 1 | -3/+7 |
* | ARM: improved assembler diagnostics for missing CPU features. | Jim Grosbach | 2012-04-24 | 1 | -2/+26 |
* | TableGen support for auto-generating assembly two-operand aliases. | Jim Grosbach | 2012-04-19 | 1 | -2/+97 |
* | Use a SmallVector instead of std::vector for ResOperands. | Jim Grosbach | 2012-04-19 | 1 | -2/+2 |
* | Update some internal naming conventions to modern style. | Jim Grosbach | 2012-04-19 | 1 | -85/+85 |
* | Fix typo. | Jim Grosbach | 2012-04-18 | 1 | -1/+1 |
* | Sanity check error handling for TokenAlias. | Jim Grosbach | 2012-04-17 | 1 | -0/+3 |
* | Tidy up. 80 columns. | Jim Grosbach | 2012-04-17 | 1 | -7/+9 |
* | Tidy up. Remove hard tab characters. | Jim Grosbach | 2012-04-11 | 1 | -28/+28 |
* | Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit t... | Craig Topper | 2012-04-02 | 1 | -24/+25 |
* | Make MnemonicTable const again. That part of r152202 was OK. | Jakob Stoklund Olesen | 2012-03-15 | 1 | -4/+4 |
* | Don't assume all mnemonics fit in 64k. | Jakob Stoklund Olesen | 2012-03-15 | 1 | -2/+2 |
* | Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo." | Jakob Stoklund Olesen | 2012-03-15 | 1 | -10/+8 |
* | Re-commit r152202 hopefully fixing the MSVC linker error. | Craig Topper | 2012-03-08 | 1 | -8/+10 |
* | Revert r152202 as it's causing internal buildbot failures. | Chad Rosier | 2012-03-07 | 1 | -10/+8 |
* | Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect... | Craig Topper | 2012-03-07 | 1 | -8/+10 |
* | Perform the string table optimization for OperandMatchEntries too. | Benjamin Kramer | 2012-03-03 | 1 | -10/+28 |
* | Shrink the asm matcher tables. | Benjamin Kramer | 2012-03-03 | 1 | -8/+23 |
* | Revert "Emit the SubRegTable with the smallest possible integer type." | Jim Grosbach | 2012-03-01 | 1 | -0/+9 |
* | Emit the SubRegTable with the smallest possible integer type. | Benjamin Kramer | 2012-02-29 | 1 | -9/+0 |