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