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
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
2012-06-18
TableGen: AsmMatcher missing-features list minimization.
Jim Grosbach
2012-06-11
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-05-06
TableGen: AsmMatcher diagnostic when missing instruction mnemonic.
Jim Grosbach
2012-05-02
Move llvm-tblgen's StringMatcher into the TableGen library so it can
Douglas Gregor
2012-04-25
Add ifdef around getSubtargetFeatureName in tablegen output file so that only...
Craig Topper
2012-04-24
ARM: improved assembler diagnostics for missing CPU features.
Jim Grosbach
2012-04-19
TableGen support for auto-generating assembly two-operand aliases.
Jim Grosbach
2012-04-19
Use a SmallVector instead of std::vector for ResOperands.
Jim Grosbach
2012-04-19
Update some internal naming conventions to modern style.
Jim Grosbach
2012-04-18
Fix typo.
Jim Grosbach
2012-04-17
Sanity check error handling for TokenAlias.
Jim Grosbach
2012-04-17
Tidy up. 80 columns.
Jim Grosbach
2012-04-11
Tidy up. Remove hard tab characters.
Jim Grosbach
2012-04-02
Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit t...
Craig Topper
2012-03-15
Make MnemonicTable const again. That part of r152202 was OK.
Jakob Stoklund Olesen
2012-03-15
Don't assume all mnemonics fit in 64k.
Jakob Stoklund Olesen
2012-03-15
Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."
Jakob Stoklund Olesen
2012-03-08
Re-commit r152202 hopefully fixing the MSVC linker error.
Craig Topper
2012-03-07
Revert r152202 as it's causing internal buildbot failures.
Chad Rosier
2012-03-07
Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect...
Craig Topper
2012-03-03
Perform the string table optimization for OperandMatchEntries too.
Benjamin Kramer
2012-03-03
Shrink the asm matcher tables.
Benjamin Kramer
2012-03-01
Revert "Emit the SubRegTable with the smallest possible integer type."
Jim Grosbach
2012-02-29
Emit the SubRegTable with the smallest possible integer type.
Benjamin Kramer
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
[next]