| Commit message (Expand) | Author | Age | Files | Lines |
* | regenerate | Chris Lattner | 2007-09-17 | 3 | -2348/+1511 |
* | Remove spurious consts. This fixes warnings with compilers that | Dan Gohman | 2007-09-14 | 1 | -1/+1 |
* | Initial support for multi-result patterns: | Evan Cheng | 2007-09-12 | 2 | -57/+100 |
* | Allow set operators with multiple destinations, i.e. (set x, y, (op a, b)). | Evan Cheng | 2007-09-11 | 1 | -22/+25 |
* | TableGen no longer emit CopyFromReg nodes for implicit results in physical | Evan Cheng | 2007-09-07 | 1 | -44/+15 |
* | Always check the type of node. This prevents situations such as selecting 32-... | Evan Cheng | 2007-09-04 | 1 | -36/+30 |
* | Add MVT::fAny for overloading intrinsics on floating-point types. | Dan Gohman | 2007-08-16 | 2 | -2/+4 |
* | propagate struct size and alignment of byval arguments to the DAG | Rafael Espindola | 2007-08-10 | 1 | -1/+3 |
* | This resolves a regression of BasicAA which failed to find any memory informa... | Chandler Carruth | 2007-08-06 | 1 | -2/+2 |
* | This is the patch to provide clean intrinsic function overloading support in ... | Chandler Carruth | 2007-08-04 | 4 | -51/+61 |
* | Added TargetInstrDescriptor::numDefs - num of results. | Evan Cheng | 2007-08-02 | 1 | -1/+2 |
* | More explicit keywords. | Dan Gohman | 2007-07-30 | 1 | -1/+1 |
* | VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic... | Chuck Rose III | 2007-07-27 | 1 | -2/+2 |
* | Fix a pasto in a comment. | Dan Gohman | 2007-07-26 | 1 | -1/+1 |
* | Have register info provide the inverse mapping of register->superregisters. P... | Christopher Lamb | 2007-07-26 | 1 | -3/+43 |
* | Add target independent MachineInstr's to represent subreg insert/extract in M... | Christopher Lamb | 2007-07-26 | 4 | -6/+57 |
* | Teach TableGen about the new vector types. | Christopher Lamb | 2007-07-26 | 1 | -0/+4 |
* | A minor simplication in the generated code. | Dan Gohman | 2007-07-24 | 1 | -2/+2 |
* | No need for noResults anymore. | Evan Cheng | 2007-07-20 | 3 | -5/+2 |
* | Change instruction description to split OperandList into OutOperandList and | Evan Cheng | 2007-07-19 | 4 | -4/+35 |
* | Work around a bogus gcc 4.2 warning. | Chris Lattner | 2007-07-18 | 1 | -1/+2 |
* | Eliminate an unused parameter. | Dan Gohman | 2007-07-13 | 2 | -3/+3 |
* | Try committing again. Add OptionalDefOperand. Remove clobbersPred. | Evan Cheng | 2007-07-10 | 3 | -5/+11 |
* | ImmutablePredicateOperand is no more. | Evan Cheng | 2007-07-06 | 2 | -4/+2 |
* | Add the byval attribute | Rafael Espindola | 2007-07-06 | 1 | -1/+2 |
* | Refactor code to add initial support for OptionalDefOperand. | Evan Cheng | 2007-07-06 | 2 | -62/+72 |
* | Teach DAGISelEmitter about zero_reg. | Evan Cheng | 2007-07-05 | 1 | -1/+8 |
* | Instructions with ImmutablePredicateOperand aren't really predicable since th... | Evan Cheng | 2007-07-05 | 2 | -2/+6 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -5/+0 |
* | One additional field in TargetRegisterDesc. | Evan Cheng | 2007-06-27 | 1 | -1/+1 |
* | Add immediate sub-registers. | Evan Cheng | 2007-06-26 | 1 | -0/+21 |
* | Revert the earlier change that removed the M_REMATERIALIZABLE machine | Dan Gohman | 2007-06-26 | 3 | -0/+3 |
* | Fix a typo in a comment. | Dan Gohman | 2007-06-26 | 1 | -1/+1 |
* | silence warning when assertions are disabled. | Chris Lattner | 2007-06-19 | 1 | -2/+1 |
* | Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad | Dan Gohman | 2007-06-19 | 3 | -3/+0 |
* | Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit. | Evan Cheng | 2007-06-19 | 3 | -0/+3 |
* | Add support to tablegen for specifying subregister classes on a per register ... | Christopher Lamb | 2007-06-13 | 3 | -0/+50 |
* | Add clobbersPred - instruction that clobbers condition code / register which ... | Evan Cheng | 2007-06-06 | 3 | -0/+3 |
* | Patches by Chuck Rose to unbreak V Studio builds. | Bill Wendling | 2007-06-04 | 1 | -0/+1 |
* | Remove the operator<< for MVT::ValueType in preparation for MVT::ValueType | Dan Gohman | 2007-06-04 | 3 | -7/+1 |
* | The Intrinsic::getDeclaration function's Tys parameter only contains the | Reid Spencer | 2007-05-22 | 1 | -5/+12 |
* | Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable wit... | Evan Cheng | 2007-05-16 | 3 | -4/+4 |
* | Fix CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll, the other recent | Chris Lattner | 2007-05-15 | 1 | -5/+7 |
* | Added \!con(a,b) syntax to concatnate two dag fragments. | Evan Cheng | 2007-05-15 | 7 | -179/+226 |
* | Mark all (not just the first) predicate operand M_PREDICATE_OPERAND. | Evan Cheng | 2007-05-15 | 1 | -1/+1 |
* | PredicateOperand related bug fix. | Evan Cheng | 2007-05-15 | 1 | -1/+3 |
* | If a PredicateOperand has an empty ExecuteAlways field, treat it as if a norm... | Evan Cheng | 2007-05-08 | 1 | -4/+9 |
* | Add an "implies" field to features. This indicates that, if the current | Bill Wendling | 2007-05-04 | 1 | -46/+54 |
* | A bit of feedback from Chris that I missed; error rather than asserting. | Nate Begeman | 2007-05-01 | 1 | -2/+5 |
* | llvm bug #1350, parts 1, 2, and 3. | Nate Begeman | 2007-05-01 | 1 | -0/+36 |