| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | resolve fixme: we now infer the instruction-level 'isvariadic' bit | Chris Lattner | 2010-03-19 | 1 | -7/+16 |
| * | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner | 2010-03-19 | 1 | -0/+2 |
| * | rewrite EnforceSmallerThan to be less bone headed. | Chris Lattner | 2010-03-19 | 1 | -64/+75 |
| * | Fix -Asserts warning. | Daniel Dunbar | 2010-03-19 | 1 | -2/+1 |
| * | eliminate the last use of EEVT::isUnknown | Chris Lattner | 2010-03-19 | 1 | -7/+4 |
| * | change Target.getInstructionsByEnumValue to return a reference | Chris Lattner | 2010-03-19 | 1 | -2/+2 |
| * | don't go through getInstructions(). | Chris Lattner | 2010-03-19 | 1 | -5/+5 |
| * | look up instructions by record, not by name. | Chris Lattner | 2010-03-19 | 1 | -3/+3 |
| * | expand tblgen's support for instructions with implicit defs. | Chris Lattner | 2010-03-18 | 1 | -2/+4 |
| * | infer results of a pattern from implicit defs. This allows you to do something | Chris Lattner | 2010-03-18 | 1 | -13/+30 |
| * | simplify this code, the # of sets in the pattern for an instruction | Chris Lattner | 2010-03-18 | 1 | -2/+1 |
| * | remove some code that was working around old sparc v9 backend bugs. | Chris Lattner | 2010-03-18 | 1 | -1/+2 |
| * | eliminate some #if 0 code I added in r96905, type inference | Chris Lattner | 2010-03-15 | 1 | -18/+0 |
| * | Completely rewrite tblgen's type inference mechanism, | Chris Lattner | 2010-03-15 | 1 | -381/+583 |
| * | Node arguments to type casts can have names too. This code | Chris Lattner | 2010-03-08 | 1 | -0/+8 |
| * | resolve a fixme by having the .td file parser reject thigns like | Chris Lattner | 2010-03-01 | 1 | -1/+9 |
| * | Fix PR2590 by making PatternSortingPredicate actually be | Chris Lattner | 2010-03-01 | 1 | -3/+6 |
| * | Generalize my hack to use SDNodeInfo to find out when a | Chris Lattner | 2010-02-28 | 1 | -0/+24 |
| * | use DEBUG instead of DebugFlag directly so that this | Chris Lattner | 2010-02-27 | 1 | -7/+7 |
| * | add some #if 0'd out code for checking that named values in | Chris Lattner | 2010-02-23 | 1 | -19/+41 |
| * | Reject patterns that use a name multiple times in the src or result | Chris Lattner | 2010-02-23 | 1 | -7/+8 |
| * | reject patterns that have dead named arguments in the input pattern | Chris Lattner | 2010-02-23 | 1 | -7/+24 |
| * | reject patterns that mention a name in the destination pattern | Chris Lattner | 2010-02-23 | 1 | -3/+29 |
| * | merge some code. | Chris Lattner | 2010-02-23 | 1 | -16/+20 |
| * | more tidying up | Chris Lattner | 2010-02-23 | 1 | -15/+15 |
| * | reduce indentation by eliminating 'else after return' | Chris Lattner | 2010-02-23 | 1 | -23/+33 |
| * | reduce nesting. | Chris Lattner | 2010-02-17 | 1 | -3/+7 |
| * | constize | Chris Lattner | 2010-02-14 | 1 | -2/+2 |
| * | clean up a bunch of code, move some random predicates | Chris Lattner | 2010-02-14 | 1 | -0/+51 |
| * | tidy up | Chris Lattner | 2010-02-14 | 1 | -2/+4 |
| * | Use the 'MadeChange' variable instead of returning 'false' all of the time. | Bill Wendling | 2009-12-25 | 1 | -3/+2 |
| * | Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo... | Anton Korobeynikov | 2009-11-02 | 1 | -1/+0 |
| * | PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's type | Bob Wilson | 2009-08-29 | 1 | -28/+39 |
| * | Try to fix MSVC build after r79846. | Benjamin Kramer | 2009-08-23 | 1 | -2/+3 |
| * | Fix non-determinism in DAGISel emitter. | Daniel Dunbar | 2009-08-23 | 1 | -0/+3 |
| * | remove some DOUTs | Chris Lattner | 2009-08-23 | 1 | -15/+15 |
| * | Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type. | Bob Wilson | 2009-08-12 | 1 | -6/+20 |
| * | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -46/+46 |
| * | Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic | Bob Wilson | 2009-08-11 | 1 | -2/+19 |
| * | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -86/+86 |
| * | make ptr_rc derive from a new PointerLikeRegClass tblgen class. | Chris Lattner | 2009-07-29 | 1 | -4/+4 |
| * | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar | 2009-07-03 | 1 | -21/+21 |
| * | Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l... | Evan Cheng | 2009-06-26 | 1 | -0/+4 |
| * | Fix grammaro, and bad indentation. | Nick Lewycky | 2009-06-17 | 1 | -3/+3 |
| * | I'm going to assume that this was meant to be an assignment instead of a | Bill Wendling | 2009-06-09 | 1 | -1/+1 |
| * | Revert 73074 and 73099 because Windows doesn't have POSIX | David Greene | 2009-06-09 | 1 | -1/+1 |
| * | Add a !patsubst operator. Use on string types. | David Greene | 2009-06-08 | 1 | -1/+1 |
| * | Make IntInits and ListInits typed. This helps deduce types of !if and | David Greene | 2009-06-08 | 1 | -2/+21 |
| * | Revert 72707 and 72709, for the moment. | Dale Johannesen | 2009-06-02 | 1 | -13/+1 |
| * | Make the implicit inputs and outputs of target-independent | Dale Johannesen | 2009-06-01 | 1 | -1/+13 |