index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
AsmMatcherEmitter.cpp
Age
Commit message (
Expand
)
Author
2013-02-06
Allow targets to add custom asm operand matching logic.
Jim Grosbach
2013-01-15
[ms-inline asm] Address the FIXME in AsmParser.cpp.
Chad Rosier
2013-01-10
Remove locale-dependence of enum mangling and use existing function.
Tim Northover
2013-01-10
Make TableGen mangle operand method names before putting in enum.
Tim Northover
2012-12-04
Sort the #include lines for utils/...
Chandler Carruth
2012-10-25
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-12
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-10
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-05
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-03
[ms-inline asm] Default to the 'm' constraint. This matches the behavior of the
Chad Rosier
2012-10-02
Fix 80-column violations. Cleanup whitespace in generated code.
Chad Rosier
2012-10-01
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-09-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-21
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
Whitespace.
Chad Rosier
2012-09-19
Iterate deterministicaly over ClassInfo*'s
Sean Silva
2012-09-19
Iterate deterministically over register classes
Sean Silva
2012-09-18
Make custom operand parsing mnemonic indices use the same mnemonic table as t...
Craig Topper
2012-09-18
Use variable type for index into mnemonic table. Shrinks size of index field ...
Craig Topper
2012-09-18
Mark asm matcher conversion table as const.
Craig Topper
2012-09-18
Fix typo in comment. No functional change.
Craig Topper
2012-09-15
Fix Doxygen issues: wrap code examples in \code and use \p to refer to
Dmitri Gribenko
2012-09-12
TableGen: Convert an assert() to a proper diagnostic.
Jim Grosbach
2012-09-05
Fix function name per coding standard.
Chad Rosier
2012-09-05
Fix function name per coding standard.
Chad Rosier
2012-09-03
[ms-inline asm] Make comment more verbose and add an assert.
Chad Rosier
2012-09-03
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
Remove extraneous return.
Chad Rosier
2012-09-03
[ms-inline asm] Return the MCOperandNum instead of passing a reference.
Chad Rosier
2012-09-03
Removed unused argument.
Chad Rosier
2012-09-03
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-08-31
Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()
Chad Rosier
2012-08-31
With the fix in r162954/162955 every cvt function returns true. Thus, have
Chad Rosier
2012-08-30
Whitespace.
Chad Rosier
2012-08-30
Whitespace.
Chad Rosier
2012-08-30
Hoist a check to eliminate obvious mismatches as early as possible. Also, fix
Chad Rosier
2012-08-30
[ms-inline asm] Add a new function, GetMCInstOperandNum, to the
Chad Rosier
2012-08-29
Fix a nondeterminism in the ARM assembler.
Andrew Trick
2012-08-22
Print out the location of expanded multiclass defs in TableGen errors.
Jakob Stoklund Olesen
2012-08-22
TblGen: Make asm-matcher ConvertToMCInst() table driven.
Jim Grosbach
2012-08-21
Formatting. No functional change.
Chad Rosier
2012-08-17
Add stub methods for mips assembly matcher.
Akira Hatanaka
2012-08-04
Remove extraneous ';'.
Bill Wendling
2012-07-16
Defer checking for registers in the MC AsmMatcher until the after user-define...
Owen Anderson
2012-07-12
TableGen: Assembly matcher 'insufficient operands' diagnostic.
Jim Grosbach
2012-06-26
TableGen: AsmMatcher diagnostics preference detail.
Jim Grosbach
2012-06-22
TableGen: AsmMatcher support for better operand diagnostics.
Jim Grosbach
[next]