| Commit message (Expand) | Author | Age | Files | Lines |
* | Do away with ImmutablePredicateOperand. | Evan Cheng | 2007-07-06 | 1 | -8/+1 |
* | Add OptionalDefOperand to stand for optionally defined result. | Evan Cheng | 2007-07-06 | 1 | -7/+10 |
* | - Added zero_reg def to stand for register 0. | Evan Cheng | 2007-07-05 | 1 | -2/+19 |
* | Revert the earlier change that removed the M_REMATERIALIZABLE machine | Dan Gohman | 2007-06-26 | 1 | -0/+1 |
* | Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad | Dan Gohman | 2007-06-19 | 1 | -1/+0 |
* | Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit. | Evan Cheng | 2007-06-19 | 1 | -0/+1 |
* | Add support to tablegen for specifying subregister classes on a per register ... | Christopher Lamb | 2007-06-13 | 1 | -0/+4 |
* | Added clobbersPred. | Evan Cheng | 2007-06-06 | 1 | -0/+1 |
* | Added isPredicable bit to class Instruction. | Evan Cheng | 2007-05-16 | 1 | -0/+1 |
* | PredicateOperand can be used as a normal operand for isel. | Evan Cheng | 2007-05-08 | 1 | -1/+1 |
* | Add an "implies" field to features. This indicates that, if the current | Bill Wendling | 2007-05-04 | 1 | -1/+7 |
* | expose HonorSignDependentRoundingFPMathOption to .td files | Chris Lattner | 2007-05-03 | 1 | -0/+5 |
* | llvm bug #1350, parts 1, 2, and 3. | Nate Begeman | 2007-05-01 | 1 | -7/+9 |
* | Add sub-registers sets. | Evan Cheng | 2007-04-20 | 1 | -1/+16 |
* | Added isReMaterializable. | Evan Cheng | 2007-03-19 | 1 | -0/+1 |
* | Add calling convention info | Chris Lattner | 2007-02-27 | 1 | -1/+6 |
* | Fix typos in comments. | Dan Gohman | 2007-02-20 | 1 | -1/+1 |
* | Make LABEL a builtin opcode. | Jim Laskey | 2007-01-26 | 1 | -0/+6 |
* | Comment. | Evan Cheng | 2007-01-12 | 1 | -1/+1 |
* | add a new field needed by the code emitter generator. | Chris Lattner | 2006-11-15 | 1 | -0/+4 |
* | initial steps to getting the predicate on PPC::BLR right. | Chris Lattner | 2006-11-03 | 1 | -0/+11 |
* | remove dead var | Chris Lattner | 2006-11-03 | 1 | -1/+0 |
* | Add constraints to Instruction class. | Evan Cheng | 2006-11-01 | 1 | -0/+2 |
* | Move the Imp tblgen class from the X86 backend to common code. | Chris Lattner | 2006-10-12 | 1 | -0/+7 |
* | Add code size to target instruction use it as the 3rd isel sorting tie-breaker. | Evan Cheng | 2006-07-19 | 1 | -0/+3 |
* | Added a Flags field to TargetOperandInfo. Currently the only flag is | Evan Cheng | 2006-05-18 | 1 | -0/+6 |
* | Remove CalleeSavedRegisters from class Target. | Evan Cheng | 2006-05-18 | 1 | -4/+0 |
* | Remove PointerType from class Target | Evan Cheng | 2006-05-17 | 1 | -4/+0 |
* | Replace "../whatever.td" with "whatever.td", so that out-of-tree backends | Vladimir Prus | 2006-05-16 | 1 | -2/+2 |
* | Improve comment, patch provided by Vladimir Prus! | Chris Lattner | 2006-05-15 | 1 | -1/+3 |
* | Update comment. | Chris Lattner | 2006-05-14 | 1 | -2/+3 |
* | Put PHI/INLINEASM into the correct namespace. | Chris Lattner | 2006-05-01 | 1 | -0/+2 |
* | Renamed AddedCost to AddedComplexity. | Evan Cheng | 2006-04-19 | 1 | -2/+2 |
* | Allow "let AddedCost = n in" to increase pattern complexity. | Evan Cheng | 2006-04-19 | 1 | -0/+3 |
* | Add support for dwarf register numbering. | Jim Laskey | 2006-03-24 | 1 | -0/+21 |
* | Shuffle some includes around | Chris Lattner | 2006-03-24 | 1 | -1/+2 |
* | Split the valuetypes out of Target.td into ValueTypes.td | Chris Lattner | 2006-03-03 | 1 | -37/+1 |
* | New type v2f32. | Evan Cheng | 2006-03-01 | 1 | -2/+3 |
* | Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bit | Evan Cheng | 2006-02-20 | 1 | -6/+9 |
* | Subtarget feature can now set any variable to any value | Evan Cheng | 2006-01-27 | 1 | -5/+5 |
* | PHI and INLINEASM are now built-in instructions provided by Target.td | Chris Lattner | 2006-01-27 | 1 | -3/+11 |
* | New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace | Evan Cheng | 2006-01-09 | 1 | -2/+0 |
* | Added field noResults to Instruction. | Evan Cheng | 2005-12-26 | 1 | -0/+1 |
* | * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. | Evan Cheng | 2005-12-23 | 1 | -0/+2 |
* | Added support to specify predicates. | Evan Cheng | 2005-12-14 | 1 | -0/+14 |
* | * Added instruction property hasCtrlDep for those which r/w control-flow | Evan Cheng | 2005-12-04 | 1 | -0/+1 |
* | Support multiple ValueTypes per RegisterClass, needed for upcoming vector | Nate Begeman | 2005-12-01 | 1 | -3/+6 |
* | Add the majority of the vector machien value types we expect to support, | Nate Begeman | 2005-11-29 | 1 | -1/+7 |
* | refix typo | Chris Lattner | 2005-11-29 | 1 | -1/+1 |
* | revert my change for the time being, which broke the build | Chris Lattner | 2005-11-29 | 1 | -1/+1 |