Add new instructions for handling data passed into eh landing pad.
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGNodes.h
2007-02-21 Jim LaskeyAdd new instructions for handling data passed into...
2007-02-15 Reid SpencerFor PR1195:
2007-02-13 Lauro Ramos VenancioAdd comment about original function argument alignment.
2007-02-04 Chris LattnerIntroduce new UnarySDNode/BinarySDNode/TernarySDNode...
2007-02-04 Chris LattnerAdd a new SDNode ctor and InitOperands method. This...
2007-02-04 Chris Lattnereliminate the SDNode::setValueTypes method.
2007-02-04 Chris Lattnereliminate a bunch of duplicate ctors and helper functions.
2007-02-04 Chris Lattnermove MorphNode to out of line and merge setNodeOperands...
2007-02-04 Chris Lattnersimplify MorphNodeTo to take a VTList operand.
2007-02-04 Chris Lattnereliminate some extraneous methods in SDNode
2007-02-04 Chris LattnerGive each selectiondag node class a home for it's vtabl...
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2006-12-16 Evan ChengTypo.
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-03 Evan ChengFix comments.
2006-11-03 Evan ChengAdd isPredecessor to check whether a node is another...
2006-10-30 Evan ChengAdded a new SDNode type: BR_JT for jumptable branch.
2006-10-28 Jim LaskeyEditorial clean up.
2006-10-27 Jim LaskeySwitch over from SelectionNodeCSEMap to FoldingSet.
2006-10-26 Evan ChengIndexed load / store changes.
2006-10-17 Evan ChengSplit PRE_INDEXED to PRE_INC / PRE_DEC and similarly...
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-11 Evan ChengNaming consistency.
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-10 Evan ChengComments; getChain(), getBasePtr(), etc. should return...
2006-10-09 Evan ChengMerging ISD::LOAD and ISD::LOADX. Added LoadSDNode...
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-09-24 Andrew LenharthAdd support for other relocation bases to jump tables...
2006-09-14 Evan ChengThe top bit is used to determine whether it's a Machine...
2006-09-12 Evan ChengAdded support for machine specific constantpool values...
2006-09-09 Chris LattnerImplement new fpowi node
2006-08-27 Evan ChengEliminate SelectNodeTo() and getTargetNode() variants...
2006-08-16 Chris LattnerChange the use_list to be a smallvector instead of...
2006-08-15 Chris LattnerStart using SDVTList more consistently
2006-08-14 Chris LattnerAdd a new getNode() method that takes a pointer to...
2006-08-14 Chris LattnerAdd code to resize the CSEMap hash table. This doesn...
2006-08-08 Chris LattnerEliminate some malloc traffic by allocating vectors...
2006-08-07 Chris LattnerRevamp the "CSEMap" datastructure used in the Selection...
2006-07-27 Evan ChengRemove NodeDepth; Add NodeId which is a unique id per...
2006-07-19 Chris LattnerAdd an out-of-line virtual method for the sdnode class...
2006-05-27 Chris LattnerAdd a new sentry node type, allowing assertions to...
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-25 Evan ChengCALL node change: now containing signness of each argument.
2006-05-16 Chris LattnerAdd a new CALL node.
2006-05-16 Chris LattnerAdd a chain to FORMAL_ARGUMENTS.
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-12 Reid SpencerMake sure both member variables are initialized in...
2006-04-11 Chris Lattnernew dag node
2006-04-08 Chris LattnerAdd a new VSELECT node.
2006-04-02 Chris Lattnersimplify this method
2006-03-28 Chris LattnerAdd a new node
2006-03-28 Chris LattnerTblgen doesn't like multiple SDNode<> definitions that...
2006-03-27 Evan ChengChange isBuildVectorAllOnesInteger to isBuildVectorAllO...
2006-03-26 Evan ChengAdd ISD::isBuildVectorAllZeros predicate
2006-03-25 Chris LattnerAdd a predicate
2006-03-24 Chris Lattneradd a new intrinsic node
2006-03-22 Chris LattnerFix comments
2006-03-22 Chris Lattneradd a new node
2006-03-21 Chris Lattneradd some nodes for extractelement
2006-03-19 Chris Lattneradd a node
2006-03-19 Chris Lattnerimprove comments, add a new MVT::getVectorBaseType...
2006-03-19 Chris LattnerRename ConstantVec -> BUILD_VECTOR and VConstant -...
2006-03-18 Chris LattnerUpdate comments.
2006-03-17 Chris Lattneradd a couple of enum values
2006-03-17 Nate BegemanRemove BRTWOWAY*
2006-03-05 Chris LattnerAdd a copysign node
2006-03-03 Evan ChengAdd more vector NodeTypes: VSDIV, VUDIV, VAND, VOR...
2006-03-03 Evan ChengSDOperand::isOperand should not be a forwarding. It...
2006-03-03 Evan ChengAdded isOperand(N): true if this is an operand of N
2006-03-03 Chris Lattnerremove the read/write port/io intrinsics.
2006-03-01 Evan Cheng- Added VConstant as an abstract version of ConstantVec.
2006-02-25 Evan ChengAdded an offset field to ConstantPoolSDNode.
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-02-17 Nate Begemankill ADD_PARTS & SUB_PARTS and replace them with fancy...
2006-02-09 Chris LattnerAdd a comment: value is log2
2006-02-05 Evan Cheng* Added SDNode::isOnlyUse().
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-29 Chris Lattnerremove some methods
2006-01-29 Chris LattnerMake ConstantFP legalize into TargetConstantFP like...
2006-01-28 Chris LattnerThe 'target-independent' ISD::CALL isn't. Nuke it...
2006-01-26 Chris LattnerAdd new INLINEASM node
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-24 Chris Lattneradd a method
2006-01-23 Andrew Lenharthanother couple selects
2006-01-23 Andrew Lenharthanother selectto
2006-01-13 Chris Lattneradd stacksave/stackrestore nodes
2006-01-11 Nate BegemanAdd bswap, rotl, and rotr nodes
2006-01-05 Jim LaskeyGrammer correction.
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2006-01-04 Jim LaskeyAdd unique id to debug location for debug label use...
2005-12-23 Chris Lattnerimprove comment: mention vectors
2005-12-23 Chris Lattneradd a new node
2005-12-22 Chris Lattnerremove a dead node
2005-12-16 Jim LaskeyAdded source file/line correspondence for dwarf (PowerP...
2005-12-06 Nate BegemanTeach the SelectionDAG ISel how to turn ConstantPacked...
2005-11-30 Evan ChengAdded an index field to GlobalAddressSDNode so it can...
2005-11-29 Chris LattnerAdd support for a new STRING and LOCATION node for...
next