| Age | Commit message (Expand) | Author |
| 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 |
| 2010-02-14 | tidy up | Chris Lattner |
| 2009-12-25 | Use the 'MadeChange' variable instead of returning 'false' all of the time. | Bill Wendling |
| 2009-11-02 | Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo... | Anton Korobeynikov |
| 2009-08-29 | PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's type | Bob Wilson |
| 2009-08-23 | Try to fix MSVC build after r79846. | Benjamin Kramer |
| 2009-08-23 | Fix non-determinism in DAGISel emitter. | Daniel Dunbar |
| 2009-08-23 | remove some DOUTs | Chris Lattner |
| 2009-08-12 | Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type. | Bob Wilson |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-11 | Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic | Bob Wilson |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-07-29 | make ptr_rc derive from a new PointerLikeRegClass tblgen class. | Chris Lattner |
| 2009-07-03 | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar |
| 2009-06-26 | Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l... | Evan Cheng |
| 2009-06-17 | Fix grammaro, and bad indentation. | Nick Lewycky |
| 2009-06-09 | I'm going to assume that this was meant to be an assignment instead of a | Bill Wendling |
| 2009-06-09 | Revert 73074 and 73099 because Windows doesn't have POSIX | David Greene |
| 2009-06-08 | Add a !patsubst operator. Use on string types. | David Greene |
| 2009-06-08 | Make IntInits and ListInits typed. This helps deduce types of !if and | David Greene |
| 2009-06-02 | Revert 72707 and 72709, for the moment. | Dale Johannesen |
| 2009-06-01 | Make the implicit inputs and outputs of target-independent | Dale Johannesen |