| Age | Commit message (Expand) | Author |
| 2010-03-28 | improve type checking of SDNode operand count. This rejects all cases | Chris Lattner |
| 2010-03-28 | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns | Chris Lattner |
| 2010-03-28 | teach tblgen to allow patterns like (add (i32 (bitconvert (i32 GPR))), 4), | Chris Lattner |
| 2010-03-28 | validate that input sdnodes don't exist in an output pattern. | Chris Lattner |
| 2010-03-28 | eliminate a bunch of code duplication in ParseTreePattern | Chris Lattner |
| 2010-03-28 | SDTCisVT<0, isVoid> is not valid, reject it. | Chris Lattner |
| 2010-03-27 | fix CodeGenTarget::getRegisterVTs to not return the | Chris Lattner |
| 2010-03-27 | hoist some funky logic into CodeGenInstruction | Chris Lattner |
| 2010-03-27 | continue pushing tblgen's support for nodes with multiple | Chris Lattner |
| 2010-03-27 | remove parallel support. | Chris Lattner |
| 2010-03-24 | add plumbing for handling multiple result nodes | Chris Lattner |
| 2010-03-24 | implement SDTCisVTSmallerThanOp with EnforceSmallerThan | Chris Lattner |
| 2010-03-24 | bring sanity to EnforceVectorEltType | Chris Lattner |
| 2010-03-23 | Cleanup getImplicitType | Chris Lattner |
| 2010-03-22 | Change intrinsic result type for void to store it as an empty list | Chris Lattner |
| 2010-03-21 | Fix suggested parentheses warning. | Daniel Dunbar |
| 2010-03-19 | Revert r99009 temporarily it seems to be breaking the bots. | Eric Christopher |
| 2010-03-19 | Change intrinsic result type for void to store it as an empty list | Chris Lattner |
| 2010-03-19 | make getOperandNum a static function (since it's just used by | Chris Lattner |
| 2010-03-19 | major surgery on tblgen: generalize TreePatternNode | Chris Lattner |
| 2010-03-19 | make FillWithPossibleTypes take a predicate to filter types so that | Chris Lattner |
| 2010-03-19 | resolve fixme: we now infer the instruction-level 'isvariadic' bit | Chris Lattner |
| 2010-03-19 | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner |
| 2010-03-19 | rewrite EnforceSmallerThan to be less bone headed. | Chris Lattner |
| 2010-03-19 | Fix -Asserts warning. | Daniel Dunbar |
| 2010-03-19 | eliminate the last use of EEVT::isUnknown | Chris Lattner |
| 2010-03-19 | change Target.getInstructionsByEnumValue to return a reference | Chris Lattner |
| 2010-03-19 | don't go through getInstructions(). | Chris Lattner |
| 2010-03-19 | look up instructions by record, not by name. | Chris Lattner |
| 2010-03-18 | expand tblgen's support for instructions with implicit defs. | Chris Lattner |
| 2010-03-18 | infer results of a pattern from implicit defs. This allows you to do something | Chris Lattner |
| 2010-03-18 | simplify this code, the # of sets in the pattern for an instruction | Chris Lattner |
| 2010-03-18 | remove some code that was working around old sparc v9 backend bugs. | Chris Lattner |
| 2010-03-15 | eliminate some #if 0 code I added in r96905, type inference | Chris Lattner |
| 2010-03-15 | Completely rewrite tblgen's type inference mechanism, | Chris Lattner |
| 2010-03-08 | Node arguments to type casts can have names too. This code | Chris Lattner |
| 2010-03-01 | resolve a fixme by having the .td file parser reject thigns like | Chris Lattner |
| 2010-03-01 | Fix PR2590 by making PatternSortingPredicate actually be | Chris Lattner |
| 2010-02-28 | Generalize my hack to use SDNodeInfo to find out when a | Chris Lattner |
| 2010-02-27 | use DEBUG instead of DebugFlag directly so that this | Chris Lattner |
| 2010-02-23 | add some #if 0'd out code for checking that named values in | Chris Lattner |
| 2010-02-23 | Reject patterns that use a name multiple times in the src or result | Chris Lattner |
| 2010-02-23 | reject patterns that have dead named arguments in the input pattern | Chris Lattner |
| 2010-02-23 | reject patterns that mention a name in the destination pattern | Chris Lattner |
| 2010-02-23 | merge some code. | Chris Lattner |
| 2010-02-23 | more tidying up | Chris Lattner |
| 2010-02-23 | reduce indentation by eliminating 'else after return' | Chris Lattner |
| 2010-02-17 | reduce nesting. | Chris Lattner |
| 2010-02-14 | constize | Chris Lattner |
| 2010-02-14 | clean up a bunch of code, move some random predicates | Chris Lattner |