aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/AsmMatcherEmitter.cpp
AgeCommit message (Expand)Author
2011-07-29Unconstify InitsDavid Greene
2011-07-29[AVX] Constify InitsDavid Greene
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2011-07-15Have tblgen produce code that tolerates operands that return an invalid match...Kevin Enderby
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher
2011-07-11[AVX] Make Inits FoldableDavid Greene
2011-07-08Fix dangling pointer.Eli Friedman
2011-07-08Fix a dangling reference. Patch by Dave Abrahams. pr10311Evan Cheng
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng
2011-06-27Add support for alternative register names, useful for instructions whose ope...Owen Anderson
2011-06-21Consolidate some TableGen diagnostic helper functions.Jim Grosbach
2011-06-18Store CodeGenRegisters as pointers so they won't be reallocated.Jakob Stoklund Olesen
2011-06-15Give CodeGenRegisterClass a real sorted member set.Jakob Stoklund Olesen
2011-05-03Tidy up. Add missing newline to generated file.Jim Grosbach
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-01tlbgen/MC: StringRef's to temporary objects considered harmful.Daniel Dunbar
2011-02-17Check that MnemonicAlias doesn't map back to the same string.Joerg Sonnenberger
2011-02-12AsmMatcher custom operand parser failure enhancements.Jim Grosbach
2011-02-11Tidy out asm matcher .inc output.Jim Grosbach
2011-02-10Don't return before calling the post-processing function(s).Bill Wendling
2011-02-10Do AsmMatcher operand classification per-opcode.Jim Grosbach
2011-02-07Implement support for custom target specific asm parsing of operands.Bruno Cardoso Lopes
2011-02-04MC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmParser instance, whichDaniel Dunbar
2011-02-04MC/AsmParser: Add support for allowing the conversion process to fail (viaDaniel Dunbar
2011-02-04MC/AsmMatcher: Add support for custom conversion functions.Daniel Dunbar
2011-02-02Changed the TableGen created MatchInstructionImpl() setting of ErrorInfo.Kevin Enderby
2011-01-26Add a MnemonicIsValid method to the asm matcher.Bob Wilson
2011-01-26Fix spelling of CouldMatchAmbiguouslyWith method name.Bob Wilson
2011-01-26Whitespace and 80-column fixes.Bob Wilson
2011-01-26Improve the AsmMatcher's ability to handle suboperands.Bob Wilson
2011-01-24tblgen/AsmMatcherEmitter: Fix alias handling to honor -match-prefix.Daniel Dunbar
2011-01-22ARM uses '.' in their tokens. Give it a name instead of a numeric value.Bill Wendling
2011-01-20Tidy comment.Bob Wilson
2011-01-20Precompute InstAlias operand mapping to result instruction operand indices.Bob Wilson
2011-01-18When matching asm operands, always try to match the most restricted type first.Owen Anderson
2011-01-18Formatting tweak.Daniel Dunbar
2011-01-14Fix some tablegen issues to allow using zero_reg for InstAlias definitions.Bob Wilson
2011-01-10MC/AsmMatcher: Fix indirect 80-col viola.Daniel Dunbar
2010-12-15various cleanups to tblgen, patch by Garrison Venn!Chris Lattner
2010-12-13eliminate the Records global variable, patch by Garrison Venn!Chris Lattner
2010-11-18Give the exclamation point a name instead of a number.Bill Wendling
2010-11-06pass literals like $$1 through to the asm matcher. This isn't right yet, but...Chris Lattner
2010-11-06add (and document) the ability for alias results to haveChris Lattner
2010-11-06generalize alias support to allow the result of an alias toChris Lattner
2010-11-06fix a bug where we had an implicit assumption that theChris Lattner
2010-11-06fix some bugs in the alias support, unblocking changing of "clr" aliasesChris Lattner
2010-11-06Reimplement BuildResultOperands to be in terms of the result instruction'sChris Lattner
2010-11-06implement more checking to reject things like:Chris Lattner
2010-11-06simplifyChris Lattner
2010-11-06fix another fixme, replacing a string with a semantic pointer.Chris Lattner