Long live the exception handling!
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGNodes.h
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-07-10 Evan ChengMove DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp...
2007-07-06 Dan GohmanFix a comment so that the element numbering match the...
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-06-28 Dan GohmanAdd new TargetLowering code to provide the final regist...
2007-06-25 Dan GohmanGeneralize MVT::ValueType and associated functions...
2007-06-13 Dan GohmanIntroduce new SelectionDAG node opcodes VEXTRACT_SUBVEC...
2007-05-24 Dan GohmanMinor comment cleanups.
2007-05-15 Dan GohmanCorrect a comment.
2007-04-22 Christopher LambPR400 phase 2. Propagate attributed load/store informat...
2007-04-21 Lauro Ramos VenancioX86 TLS: Implement review feedback.
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-20 Lauro Ramos VenancioImplement "general dynamic", "initial exec" and "local...
2007-04-17 Anton KorobeynikovImplemented correct stack probing on mingw/cygwin for...
2007-04-01 Reid SpencerFor PR1297:
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-03-07 Evan ChengAdd a utility function to test whether a load is unindexed.
2007-03-04 Chris Lattneradd a new node
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...
next