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