| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Silence uninitialized value warnings. | David Greene | 2011-02-04 | 1 | -4/+4 |
* | [AVX] Implement EnforceSmallerThan for mixed int/fp type lists. This | David Greene | 2011-02-01 | 1 | -27/+130 |
* | [AVX] Add type checking support for vector/subvector type constraints. | David Greene | 2011-01-24 | 1 | -0/+45 |
* | Flag -> Glue, the ongoing saga | Chris Lattner | 2010-12-23 | 1 | -6/+6 |
* | Tidy up a bit. Trailing whitespace, hard tabs and 80-columns. | Jim Grosbach | 2010-12-21 | 1 | -265/+265 |
* | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner | 2010-12-13 | 1 | -1/+3 |
* | Add source Record* reference to PatternToMatch. Allows better diagnostics. | Jim Grosbach | 2010-12-07 | 1 | -3/+6 |
* | factor the operand list (and related fields/operations) out of | Chris Lattner | 2010-11-01 | 1 | -17/+17 |
* | A few 80 column cleanups | Jim Grosbach | 2010-10-08 | 1 | -4/+6 |
* | Fix -Asserts warning. | Daniel Dunbar | 2010-10-08 | 1 | -0/+3 |
* | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman | 2010-08-05 | 1 | -2/+2 |
* | Add the SubRegIndex TableGen class. | Jakob Stoklund Olesen | 2010-05-24 | 1 | -0/+5 |
* | stop computing InstImpInputs, it is dead | Chris Lattner | 2010-04-20 | 1 | -16/+8 |
* | DAGInstruction::ImpOperands is dead after my recent tblgen work, zap it. | Chris Lattner | 2010-04-20 | 1 | -4/+2 |
* | print the complexity of the pattern being matched in the | Chris Lattner | 2010-03-29 | 1 | -0/+53 |
* | improve type checking of SDNode operand count. This rejects all cases | Chris Lattner | 2010-03-28 | 1 | -8/+7 |
* | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns | Chris Lattner | 2010-03-28 | 1 | -1/+0 |
* | teach tblgen to allow patterns like (add (i32 (bitconvert (i32 GPR))), 4), | Chris Lattner | 2010-03-28 | 1 | -1/+37 |
* | validate that input sdnodes don't exist in an output pattern. | Chris Lattner | 2010-03-28 | 1 | -8/+23 |
* | eliminate a bunch of code duplication in ParseTreePattern | Chris Lattner | 2010-03-28 | 1 | -98/+66 |
* | SDTCisVT<0, isVoid> is not valid, reject it. | Chris Lattner | 2010-03-28 | 1 | -0/+3 |
* | fix CodeGenTarget::getRegisterVTs to not return the | Chris Lattner | 2010-03-27 | 1 | -2/+2 |
* | hoist some funky logic into CodeGenInstruction | Chris Lattner | 2010-03-27 | 1 | -15/+10 |
* | continue pushing tblgen's support for nodes with multiple | Chris Lattner | 2010-03-27 | 1 | -32/+27 |
* | remove parallel support. | Chris Lattner | 2010-03-27 | 1 | -37/+4 |
* | add plumbing for handling multiple result nodes | Chris Lattner | 2010-03-24 | 1 | -1/+2 |
* | implement SDTCisVTSmallerThanOp with EnforceSmallerThan | Chris Lattner | 2010-03-24 | 1 | -10/+3 |
* | bring sanity to EnforceVectorEltType | Chris Lattner | 2010-03-24 | 1 | -26/+30 |
* | Cleanup getImplicitType | Chris Lattner | 2010-03-23 | 1 | -9/+24 |
* | Change intrinsic result type for void to store it as an empty list | Chris Lattner | 2010-03-22 | 1 | -9/+3 |
* | Fix suggested parentheses warning. | Daniel Dunbar | 2010-03-21 | 1 | -2/+2 |
* | Revert r99009 temporarily it seems to be breaking the bots. | Eric Christopher | 2010-03-19 | 1 | -3/+9 |
* | Change intrinsic result type for void to store it as an empty list | Chris Lattner | 2010-03-19 | 1 | -9/+3 |
* | make getOperandNum a static function (since it's just used by | Chris Lattner | 2010-03-19 | 1 | -26/+28 |
* | major surgery on tblgen: generalize TreePatternNode | Chris Lattner | 2010-03-19 | 1 | -122/+228 |
* | make FillWithPossibleTypes take a predicate to filter types so that | Chris Lattner | 2010-03-19 | 1 | -34/+52 |
* | 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 |