- 7e82f13 Implement the last major missing piece in the DAG isel generator: when emitting by Chris Lattner · 20 years ago
- 603d78c Now that we have int/fp lattice values, implement the SDTCisOpSmallerThanOp by Chris Lattner · 20 years ago
- 3c7e18d Fairly serious rework of the typing code to add new int/fp lattice values. by Chris Lattner · 20 years ago
- e0583b1 simplify the code a bit by Chris Lattner · 20 years ago
- 03ebd80 Add basic support for recognizing a new SDTCisOpSmallerThanOp type constraint by Chris Lattner · 20 years ago
- 0ee7cff Implement a couple of new (important) features. by Chris Lattner · 20 years ago
- af30291 Teach tablegen to reassociate operators when possible. This allows it to by Chris Lattner · 20 years ago
- e46e17b Teach tblgen to build permutations of instructions, so that the target author by Chris Lattner · 20 years ago
- 7cf2fe6 add support for an associative marker by Chris Lattner · 20 years ago
- e97603f Emit an error if instructions or patterns are defined but can never match. by Chris Lattner · 20 years ago
- a1a68ae collect commutativity information by Chris Lattner · 20 years ago
- 05814af Prefer cheaper patterns to more expensive ones. Print the costs to the generated by Chris Lattner · 20 years ago
- f6f9416 Select Constant nodes to TargetConstant nodes by Chris Lattner · 20 years ago
- fab3728 memoize the assert results by Chris Lattner · 20 years ago
- 3748147 Emit the switch stmt cases in alphabetical order instead of pointer order, by Chris Lattner · 20 years ago
- 6bc7e51 implement a fixme: only select values once, even if used multiple times. by Chris Lattner · 20 years ago
- a48283b Fix VC++ build errors. by Jeff Cohen · 20 years ago
- 296dfe3 memoize translations by Chris Lattner · 20 years ago
- 72fe91c Teach the DAG isel generator to emit code that creates nodes. by Chris Lattner · 20 years ago
- 8fc3568 Emit better code (no more copies for var references), and support DAG patterns by Chris Lattner · 20 years ago
- 547394c Fix a fixme by passing around SDOperand's instead of SDNode*'s by Chris Lattner · 20 years ago
- d1ff35a Emit code that matches the incoming DAG pattern and checks predicates. by Chris Lattner · 20 years ago
- 3f7e914 emit information about the order patterns are to be matched. by Chris Lattner · 20 years ago
- 8130332 start filling in the switch stmt by Chris Lattner · 20 years ago
- b9f01eb Fix a minor bug, add comments by Chris Lattner · 20 years ago
- a28aec1 teach the type inference code how to infer types for instructions and node by Chris Lattner · 20 years ago
- ae5b350 put instructions into a map instead of a vector for quick lookup by Chris Lattner · 20 years ago
- ae6d828 when parsing instructions remember information about the types taken and by Chris Lattner · 20 years ago
- abbb605 Start parsing "Pattern" nodes by Chris Lattner · 20 years ago
- b39e4be rename a couple of methods, add structure for pattern parsing by Chris Lattner · 20 years ago
- f131184 Verify that xform functions only occur in logical places by Chris Lattner · 20 years ago
- 2175c18 Promote xform fns to be explicit nodes in result patterns, and clean off by Chris Lattner · 20 years ago
- b027620 start building the instruction dest pattern correctly. Change the xform by Chris Lattner · 20 years ago
- 7da852f catch unnamed inputs by Chris Lattner · 20 years ago
- 0b59225 check that there are no unexpected operands by Chris Lattner · 20 years ago
- c4a8b73 force all instruction operands to be named. by Chris Lattner · 20 years ago
- 3a7319d fix a broke range check by Chris Lattner · 20 years ago
- d8a3bde Parse significantly more of the instruction pattern, now collecting and by Chris Lattner · 20 years ago
- 39e8af9 Verify that set destinations occur first in the instruction operand list. by Chris Lattner · 20 years ago
- 71cdb7f remove some code that isn't ready for prime time by Chris Lattner · 20 years ago
- ec67643 Switch to a slightly more structured representation for instructions by Chris Lattner · 20 years ago
- 5f8cb2a Add some more checking/verification code by Chris Lattner · 20 years ago
- 1f39e29 start parsing instructions into patterns, start doing many more checks of by Chris Lattner · 20 years ago
- f4f33ba don't emit the namespace inside the class! by Chris Lattner · 20 years ago
- 1048b7a Emit code suitable for emission into the ISel class, allowing us to use/define by Chris Lattner · 20 years ago
- 6de8b53 continue xform function parsing by Chris Lattner · 20 years ago
- 24eeeb8 Start parsing node transformation information by Chris Lattner · 20 years ago
- ee9f0c3 completely eliminate TreePattern::PatternType by Chris Lattner · 20 years ago
- 3793709 add an accessor to provide more checking by Chris Lattner · 20 years ago
- f2a17a7 use new accessors to simplify code. Add checking to make sure top-level instr by Chris Lattner · 20 years ago
- 95f6b76 Fix incorrect comment by Chris Lattner · 20 years ago
- 3270760 Implement a complete type inference system for dag patterns, based on the by Chris Lattner · 20 years ago
- 33c92e9 Parse information about type constraints on SDNodes by Chris Lattner · 20 years ago
- 6af14a6 use node info in the one place we currently use it by Chris Lattner · 20 years ago
- ca559d0 start parsing SDNode info records by Chris Lattner · 20 years ago
- fbf8e57 Keep names even when inlining. This allows us to realize that ADDI is: by Chris Lattner · 20 years ago
- 54cb8fd Initial cut of the dag isel generator. This is still very much a work in by Chris Lattner · 20 years ago