Age | Commit message (Expand) | Author |
2006-05-27 | Add a new sentry node type, allowing assertions to catch trivial | Chris Lattner |
2006-05-26 | Change RET node to include signness information of the return values. e.g. | Evan Cheng |
2006-05-25 | CALL node change: now containing signness of each argument. | Evan Cheng |
2006-05-16 | Add a new CALL node. | Chris Lattner |
2006-05-16 | Add a chain to FORMAL_ARGUMENTS. | Chris Lattner |
2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
2006-04-12 | Make sure both member variables are initialized in the default constructor | Reid Spencer |
2006-04-11 | new dag node | Chris Lattner |
2006-04-08 | Add a new VSELECT node. | Chris Lattner |
2006-04-02 | simplify this method | Chris Lattner |
2006-03-28 | Add a new node | Chris Lattner |
2006-03-28 | Tblgen doesn't like multiple SDNode<> definitions that map to the same | Chris Lattner |
2006-03-27 | Change isBuildVectorAllOnesInteger to isBuildVectorAllOnes. Also check for | Evan Cheng |
2006-03-26 | Add ISD::isBuildVectorAllZeros predicate | Evan Cheng |
2006-03-25 | Add a predicate | Chris Lattner |
2006-03-24 | add a new intrinsic node | Chris Lattner |
2006-03-22 | Fix comments | Chris Lattner |
2006-03-22 | add a new node | Chris Lattner |
2006-03-21 | add some nodes for extractelement | Chris Lattner |
2006-03-19 | add a node | Chris Lattner |
2006-03-19 | improve comments, add a new MVT::getVectorBaseType method. | Chris Lattner |
2006-03-19 | Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow | Chris Lattner |
2006-03-18 | Update comments. | Chris Lattner |
2006-03-17 | add a couple of enum values | Chris Lattner |
2006-03-17 | Remove BRTWOWAY* | Nate Begeman |
2006-03-05 | Add a copysign node | Chris Lattner |
2006-03-03 | Add more vector NodeTypes: VSDIV, VUDIV, VAND, VOR, and VXOR. | Evan Cheng |
2006-03-03 | SDOperand::isOperand should not be a forwarding. It must check *this against ... | Evan Cheng |
2006-03-03 | Added isOperand(N): true if this is an operand of N | Evan Cheng |
2006-03-03 | remove the read/write port/io intrinsics. | Chris Lattner |
2006-03-01 | - Added VConstant as an abstract version of ConstantVec. | Evan Cheng |
2006-02-25 | Added an offset field to ConstantPoolSDNode. | Evan Cheng |
2006-02-22 | Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. | Chris Lattner |
2006-02-17 | kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC | Nate Begeman |
2006-02-09 | Add a comment: value is log2 | Chris Lattner |
2006-02-05 | * Added SDNode::isOnlyUse(). | Evan Cheng |
2006-01-31 | Allow the specification of explicit alignments for constant pool entries. | Evan Cheng |
2006-01-29 | remove some methods | Chris Lattner |
2006-01-29 | Make ConstantFP legalize into TargetConstantFP like other leaf nodes do. Allow | Chris Lattner |
2006-01-28 | The 'target-independent' ISD::CALL isn't. Nuke it, making way for Nate's | Chris Lattner |
2006-01-26 | Add new INLINEASM node | Chris Lattner |
2006-01-25 | First part of bug 680: | Nate Begeman |
2006-01-24 | add a method | Chris Lattner |
2006-01-23 | another couple selects | Andrew Lenharth |
2006-01-23 | another selectto | Andrew Lenharth |
2006-01-13 | add stacksave/stackrestore nodes | Chris Lattner |
2006-01-11 | Add bswap, rotl, and rotr nodes | Nate Begeman |
2006-01-05 | Grammer correction. | Jim Laskey |
2006-01-05 | Added initial support for DEBUG_LABEL allowing debug specific labels to be | Jim Laskey |
2006-01-04 | Add unique id to debug location for debug label use (work in progress.) | Jim Laskey |