| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unconstify Inits | David Greene | 2011-07-29 | 1 | -6/+6 |
| * | [AVX] Constify Inits | David Greene | 2011-07-29 | 1 | -6/+6 |
| * | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher | 2011-07-11 | 1 | -7/+6 |
| * | [AVX] Make Inits Foldable | David Greene | 2011-07-11 | 1 | -6/+7 |
| * | Add support for alternative register names, useful for instructions whose ope... | Owen Anderson | 2011-06-27 | 1 | -7/+11 |
| * | Store CodeGenRegisters as pointers so they won't be reallocated. | Jakob Stoklund Olesen | 2011-06-18 | 1 | -12/+3 |
| * | Give CodeGenRegisterClass a real sorted member set. | Jakob Stoklund Olesen | 2011-06-15 | 1 | -2/+2 |
| * | Fix PR9947 by placing OPFL_MemRefs on the node using memory operands rather than | Cameron Zwarich | 2011-05-19 | 1 | -14/+48 |
| * | Teach TableGen to pre-calculate register enum values when creating the | Jim Grosbach | 2011-03-11 | 1 | -1/+14 |
| * | Flag -> Glue, the ongoing saga | Chris Lattner | 2010-12-23 | 1 | -8/+8 |
| * | continue renaming flag -> glue. | Chris Lattner | 2010-12-23 | 1 | -31/+31 |
| * | Tidy up a bit. Trailing whitespace, hard tabs and 80-columns. | Jim Grosbach | 2010-12-21 | 1 | -97/+97 |
| * | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner | 2010-12-21 | 1 | -1/+1 |
| * | factor the operand list (and related fields/operations) out of | Chris Lattner | 2010-11-01 | 1 | -2/+2 |
| * | zap dead code. | Chris Lattner | 2010-09-04 | 1 | -1/+0 |
| * | We already have this as OperandNode. | Eric Christopher | 2010-08-10 | 1 | -5/+2 |
| * | Add the SubRegIndex TableGen class. | Jakob Stoklund Olesen | 2010-05-24 | 1 | -0/+9 |
| * | fix a long standing fixme, which required fixing a bunch of other | Chris Lattner | 2010-03-27 | 1 | -25/+27 |
| * | hoist some funky logic into CodeGenInstruction | Chris Lattner | 2010-03-27 | 1 | -2/+1 |
| * | continue pushing tblgen's support for nodes with multiple | Chris Lattner | 2010-03-27 | 1 | -8/+17 |
| * | add plumbing for handling multiple result nodes | Chris Lattner | 2010-03-24 | 1 | -10/+9 |
| * | major surgery on tblgen: generalize TreePatternNode | Chris Lattner | 2010-03-19 | 1 | -10/+15 |
| * | resolve fixme: we now infer the instruction-level 'isvariadic' bit | Chris Lattner | 2010-03-19 | 1 | -5/+5 |
| * | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner | 2010-03-19 | 1 | -1/+2 |
| * | look up instructions by record, not by name. | Chris Lattner | 2010-03-19 | 1 | -1/+1 |
| * | expand tblgen's support for instructions with implicit defs. | Chris Lattner | 2010-03-18 | 1 | -6/+14 |
| * | Completely rewrite tblgen's type inference mechanism, | Chris Lattner | 2010-03-15 | 1 | -12/+11 |
| * | more factoring. | Chris Lattner | 2010-03-07 | 1 | -10/+4 |
| * | zap fixme. | Chris Lattner | 2010-03-04 | 1 | -4/+0 |
| * | now that complexpatterns are all emitted at the end of the match | Chris Lattner | 2010-03-04 | 1 | -4/+3 |
| * | change the new isel matcher to emit ComplexPattern matches | Chris Lattner | 2010-03-04 | 1 | -27/+66 |
| * | enhance comment output to specify what recorded slot | Chris Lattner | 2010-03-04 | 1 | -1/+1 |
| * | Rewrite chain handling validation and input TokenFactor handling | Chris Lattner | 2010-03-02 | 1 | -23/+0 |
| * | resolve some fixmes | Chris Lattner | 2010-03-01 | 1 | -10/+3 |
| * | resolve a fixme and simplify code by moving insertion of the | Chris Lattner | 2010-03-01 | 1 | -18/+8 |
| * | resolve a fixme by having the .td file parser reject thigns like | Chris Lattner | 2010-03-01 | 1 | -9/+4 |
| * | Emit type checks late instead of early, this encourages | Chris Lattner | 2010-03-01 | 1 | -1/+6 |
| * | Emit a redundant check for immediates at root context, e.g. (imm 0). | Chris Lattner | 2010-03-01 | 1 | -1/+10 |
| * | eliminate the CheckMultiOpcodeMatcher code and have each | Chris Lattner | 2010-03-01 | 1 | -21/+33 |
| * | enhance RecordNode and RecordChild comments to indicate what | Chris Lattner | 2010-03-01 | 1 | -4/+7 |
| * | Emit redundant opcode checks for andimm and orimm tests at root | Chris Lattner | 2010-03-01 | 1 | -0/+7 |
| * | inline the node transforms and node predicates into the generated | Chris Lattner | 2010-03-01 | 1 | -1/+1 |
| * | enhance the EmitNode/MorphNodeTo operands to take a bit that | Chris Lattner | 2010-02-28 | 1 | -5/+1 |
| * | enhance the new isel to use SelectNodeTo for most patterns, | Chris Lattner | 2010-02-28 | 1 | -8/+1 |
| * | enhance EmitNodeMatcher to keep track of the recorded slot numbers | Chris Lattner | 2010-02-28 | 1 | -1/+2 |
| * | add infrastructure to support forming selectnodeto. Not used yet | Chris Lattner | 2010-02-28 | 1 | -4/+4 |
| * | change CheckOpcodeMatcher to hold the SDNodeInfo instead of | Chris Lattner | 2010-02-27 | 1 | -7/+5 |
| * | rename fooMatcherNode to fooMatcher. | Chris Lattner | 2010-02-25 | 1 | -49/+49 |
| * | add a fixme for an experiment that defeated me for the time being. | Chris Lattner | 2010-02-25 | 1 | -0/+4 |
| * | The new isel was not properly handling patterns that covered | Chris Lattner | 2010-02-24 | 1 | -7/+33 |