summaryrefslogtreecommitdiff
path: root/utils/TableGen/AsmMatcherEmitter.cpp
Commit message (Expand)AuthorAge
* Handle tied sub-operands in AsmMatcherEmitterUlrich Weigand2013-04-27
* [asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier2013-04-18
* Allow targets to add custom asm operand matching logic.Jim Grosbach2013-02-06
* [ms-inline asm] Address the FIXME in AsmParser.cpp.Chad Rosier2013-01-15
* Remove locale-dependence of enum mangling and use existing function.Tim Northover2013-01-10
* Make TableGen mangle operand method names before putting in enum.Tim Northover2013-01-10
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-12
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-10
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-10
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-05
* [ms-inline asm] Default to the 'm' constraint. This matches the behavior of theChad Rosier2012-10-03
* Fix 80-column violations. Cleanup whitespace in generated code.Chad Rosier2012-10-02
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-01
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-21
* Whitespace.Chad Rosier2012-09-21
* Iterate deterministicaly over ClassInfo*'sSean Silva2012-09-19
* Iterate deterministically over register classesSean Silva2012-09-19
* Make custom operand parsing mnemonic indices use the same mnemonic table as t...Craig Topper2012-09-18
* Use variable type for index into mnemonic table. Shrinks size of index field ...Craig Topper2012-09-18
* Mark asm matcher conversion table as const.Craig Topper2012-09-18
* Fix typo in comment. No functional change.Craig Topper2012-09-18
* Fix Doxygen issues: wrap code examples in \code and use \p to refer toDmitri Gribenko2012-09-15
* TableGen: Convert an assert() to a proper diagnostic.Jim Grosbach2012-09-12
* Fix function name per coding standard.Chad Rosier2012-09-05
* Fix function name per coding standard.Chad Rosier2012-09-05
* [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