summaryrefslogtreecommitdiff
path: root/utils/TableGen/AsmMatcherEmitter.cpp
Commit message (Expand)AuthorAge
...
* [ms-inline asm] Make comment more verbose and add an assert.Chad Rosier2012-09-03
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-03
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-03
* Remove extraneous return.Chad Rosier2012-09-03
* [ms-inline asm] Return the MCOperandNum instead of passing a reference.Chad Rosier2012-09-03
* Removed unused argument.Chad Rosier2012-09-03
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-03
* Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()Chad Rosier2012-08-31
* With the fix in r162954/162955 every cvt function returns true. Thus, haveChad Rosier2012-08-31
* Whitespace.Chad Rosier2012-08-30
* Whitespace.Chad Rosier2012-08-30
* Hoist a check to eliminate obvious mismatches as early as possible. Also, fixChad Rosier2012-08-30
* [ms-inline asm] Add a new function, GetMCInstOperandNum, to theChad Rosier2012-08-30
* Fix a nondeterminism in the ARM assembler.Andrew Trick2012-08-29
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-22
* TblGen: Make asm-matcher ConvertToMCInst() table driven.Jim Grosbach2012-08-22
* Formatting. No functional change.Chad Rosier2012-08-21
* Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-17
* Remove extraneous ';'.Bill Wendling2012-08-04
* Defer checking for registers in the MC AsmMatcher until the after user-define...Owen Anderson2012-07-16
* TableGen: Assembly matcher 'insufficient operands' diagnostic.Jim Grosbach2012-07-12
* TableGen: AsmMatcher diagnostics preference detail.Jim Grosbach2012-06-26
* TableGen: AsmMatcher support for better operand diagnostics.Jim Grosbach2012-06-22
* TableGen: AsmMatcher missing-features list minimization.Jim Grosbach2012-06-18
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* TableGen: AsmMatcher diagnostic when missing instruction mnemonic.Jim Grosbach2012-05-06
* Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor2012-05-02
* Add ifdef around getSubtargetFeatureName in tablegen output file so that only...Craig Topper2012-04-25
* ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach2012-04-24
* TableGen support for auto-generating assembly two-operand aliases.Jim Grosbach2012-04-19
* Use a SmallVector instead of std::vector for ResOperands.Jim Grosbach2012-04-19
* Update some internal naming conventions to modern style.Jim Grosbach2012-04-19
* Fix typo.Jim Grosbach2012-04-18
* Sanity check error handling for TokenAlias.Jim Grosbach2012-04-17
* Tidy up. 80 columns.Jim Grosbach2012-04-17
* Tidy up. Remove hard tab characters.Jim Grosbach2012-04-11
* Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit t...Craig Topper2012-04-02
* Make MnemonicTable const again. That part of r152202 was OK.Jakob Stoklund Olesen2012-03-15
* Don't assume all mnemonics fit in 64k.Jakob Stoklund Olesen2012-03-15
* Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."Jakob Stoklund Olesen2012-03-15
* Re-commit r152202 hopefully fixing the MSVC linker error.Craig Topper2012-03-08
* Revert r152202 as it's causing internal buildbot failures.Chad Rosier2012-03-07
* Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect...Craig Topper2012-03-07
* Perform the string table optimization for OperandMatchEntries too.Benjamin Kramer2012-03-03
* Shrink the asm matcher tables.Benjamin Kramer2012-03-03
* Revert "Emit the SubRegTable with the smallest possible integer type."Jim Grosbach2012-03-01
* Emit the SubRegTable with the smallest possible integer type.Benjamin Kramer2012-02-29
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Tidy up. Trailing whitespace.Jim Grosbach2012-01-24
* Intel syntax: Ignore mnemonic aliases.Devang Patel2012-01-17