| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tidy up. Add missing newline to generated file. | Jim Grosbach | 2011-05-03 | 1 | -1/+1 |
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -4/+4 |
| * | tlbgen/MC: StringRef's to temporary objects considered harmful. | Daniel Dunbar | 2011-04-01 | 1 | -3/+3 |
| * | Check that MnemonicAlias doesn't map back to the same string. | Joerg Sonnenberger | 2011-02-17 | 1 | -0/+2 |
| * | AsmMatcher custom operand parser failure enhancements. | Jim Grosbach | 2011-02-12 | 1 | -17/+19 |
| * | Tidy out asm matcher .inc output. | Jim Grosbach | 2011-02-11 | 1 | -2/+2 |
| * | Don't return before calling the post-processing function(s). | Bill Wendling | 2011-02-10 | 1 | -1/+0 |
| * | Do AsmMatcher operand classification per-opcode. | Jim Grosbach | 2011-02-10 | 1 | -88/+29 |
| * | Implement support for custom target specific asm parsing of operands. | Bruno Cardoso Lopes | 2011-02-07 | 1 | -3/+262 |
| * | MC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmParser instance, which | Daniel Dunbar | 2011-02-04 | 1 | -3/+8 |
| * | MC/AsmParser: Add support for allowing the conversion process to fail (via | Daniel Dunbar | 2011-02-04 | 1 | -8/+17 |
| * | MC/AsmMatcher: Add support for custom conversion functions. | Daniel Dunbar | 2011-02-04 | 1 | -1/+20 |
| * | Changed the TableGen created MatchInstructionImpl() setting of ErrorInfo. | Kevin Enderby | 2011-02-02 | 1 | -3/+1 |
| * | Add a MnemonicIsValid method to the asm matcher. | Bob Wilson | 2011-01-26 | 1 | -0/+11 |
| * | Fix spelling of CouldMatchAmbiguouslyWith method name. | Bob Wilson | 2011-01-26 | 1 | -4/+4 |
| * | Whitespace and 80-column fixes. | Bob Wilson | 2011-01-26 | 1 | -119/+109 |
| * | Improve the AsmMatcher's ability to handle suboperands. | Bob Wilson | 2011-01-26 | 1 | -84/+138 |
| * | tblgen/AsmMatcherEmitter: Fix alias handling to honor -match-prefix. | Daniel Dunbar | 2011-01-24 | 1 | -0/+11 |
| * | ARM uses '.' in their tokens. Give it a name instead of a numeric value. | Bill Wendling | 2011-01-22 | 1 | -0/+1 |
| * | Tidy comment. | Bob Wilson | 2011-01-20 | 1 | -2/+2 |
| * | Precompute InstAlias operand mapping to result instruction operand indices. | Bob Wilson | 2011-01-20 | 1 | -1/+1 |
| * | When matching asm operands, always try to match the most restricted type first. | Owen Anderson | 2011-01-18 | 1 | -3/+36 |
| * | Formatting tweak. | Daniel Dunbar | 2011-01-18 | 1 | -1/+1 |
| * | Fix some tablegen issues to allow using zero_reg for InstAlias definitions. | Bob Wilson | 2011-01-14 | 1 | -3/+8 |
| * | MC/AsmMatcher: Fix indirect 80-col viola. | Daniel Dunbar | 2011-01-10 | 1 | -6/+3 |
| * | various cleanups to tblgen, patch by Garrison Venn! | Chris Lattner | 2010-12-15 | 1 | -9/+5 |
| * | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner | 2010-12-13 | 1 | -6/+21 |
| * | Give the exclamation point a name instead of a number. | Bill Wendling | 2010-11-18 | 1 | -0/+1 |
| * | pass literals like $$1 through to the asm matcher. This isn't right yet, but... | Chris Lattner | 2010-11-06 | 1 | -9/+10 |
| * | add (and document) the ability for alias results to have | Chris Lattner | 2010-11-06 | 1 | -6/+36 |
| * | generalize alias support to allow the result of an alias to | Chris Lattner | 2010-11-06 | 1 | -20/+39 |
| * | fix a bug where we had an implicit assumption that the | Chris Lattner | 2010-11-06 | 1 | -2/+3 |
| * | fix some bugs in the alias support, unblocking changing of "clr" aliases | Chris Lattner | 2010-11-06 | 1 | -3/+37 |
| * | Reimplement BuildResultOperands to be in terms of the result instruction's | Chris Lattner | 2010-11-06 | 1 | -19/+19 |
| * | implement more checking to reject things like: | Chris Lattner | 2010-11-06 | 1 | -34/+11 |
| * | simplify | Chris Lattner | 2010-11-06 | 1 | -6/+8 |
| * | fix another fixme, replacing a string with a semantic pointer. | Chris Lattner | 2010-11-06 | 1 | -10/+9 |
| * | disolve a hack, having CodeGenInstAlias decode the alias in the .td | Chris Lattner | 2010-11-06 | 1 | -11/+5 |
| * | partition operand processing between aliases and instructions. | Chris Lattner | 2010-11-04 | 1 | -8/+65 |
| * | pull name slicing out of BuildInstructionOperandReference so | Chris Lattner | 2010-11-04 | 1 | -16/+12 |
| * | cleanups. | Chris Lattner | 2010-11-04 | 1 | -18/+22 |
| * | replace SrcOpNum with SrcOpName, eliminating a numering dependency | Chris Lattner | 2010-11-04 | 1 | -26/+23 |
| * | strength reduce some code, resolving a fixme. | Chris Lattner | 2010-11-04 | 1 | -66/+59 |
| * | take a big step to making aliases more general and less of a hack: | Chris Lattner | 2010-11-04 | 1 | -112/+197 |
| * | rename Operand -> AsmOperand for clarity. | Chris Lattner | 2010-11-03 | 1 | -23/+17 |
| * | Completely reject instructions that have an operand in their | Chris Lattner | 2010-11-02 | 1 | -18/+12 |
| * | make MatchableInfo::Validate reject instructions (like LDR_PRE in ARM) | Chris Lattner | 2010-11-02 | 1 | -6/+31 |
| * | rewrite EmitConvertToMCInst to iterate over the MCInst operands, | Chris Lattner | 2010-11-02 | 1 | -98/+64 |
| * | merge two large parallel loops in EmitConvertToMCInst, no change | Chris Lattner | 2010-11-02 | 1 | -64/+40 |
| * | a bunch of random cleanup, move a helper to CGT where it belongs. | Chris Lattner | 2010-11-02 | 1 | -50/+35 |