First part of bug 680:
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGNodes.h
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...
2005-11-22 Nate BegemanCheck in code to scalarize arbitrarily wide packed...
2005-11-20 Chris Lattneradd a new node type
2005-11-19 Nate BegemanTeach LLVM how to scalarize packed types. Currently...
2005-11-11 Andrew Lenharthadded a chain output
2005-11-11 Andrew LenharthAdd support for a cycle counter intrinsic. As basicall...
2005-11-09 Chris LattnerSwitch the allnodes list from a vector of pointers...
2005-11-08 Chris LattnerChange the ValueList array for each node to be shared...
2005-11-08 Chris LattnerSwitch the operandlist/valuelist from being vectors...
2005-10-23 Andrew Lenharthadd TargetExternalSymbol
2005-10-05 Chris Lattneradd a helper class
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-02 Chris LattnerAdd a new ANY_EXTEND node, which operates like an exten...
2005-08-30 Nate BegemanAdd AssertSext, AssertZext nodes for targets that pass...
2005-08-29 Chris Lattnerimprove comment
2005-08-27 Reid SpencerFix a typo.
2005-08-26 Chris LattnerChange ConstantPoolSDNode to actually hold the Constant...
2005-08-25 Chris LattnerAdd support for TargetConstantPool node
2005-08-25 Chris Lattneradd a new TargetFrameIndex node
2005-08-21 Chris LattnerAdd 5-operand version of SelectNodeTo
2005-08-19 Chris LattnerADd support for TargetGlobalAddress nodes
2005-08-18 Nate BegemanAdd support for target DAG nodes that take 4 operands...
2005-08-17 Nate BegemanAdd two new methods isTargetOpcode() which returns...
2005-08-17 Jim LaskeyMove the code dependency for MathExtras.h from Selectio...
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-08-17 Chris LattnerMake removeUser more efficient, add a matching addUser.
2005-08-17 Chris Lattnermake sure to remove a node from the use list of its...
2005-08-17 Chris Lattneradd some helper methods, and a new TargetConstant node...
2005-08-16 Chris LattnerEliminate the RegSDNode class, which 3 nodes (CopyFromR...
2005-08-16 Nate BegemanImplement BR_CC and BRTWOWAY_CC. This allows the remov...
2005-08-16 Chris Lattnerallow passing a dag into getOperationName and dump
2005-08-16 Chris Lattneradd some methods for dag->dag isel
2005-08-10 Nate BegemanAdd new node, SELECT_CC. This node is for targets...
2005-08-09 Chris LattnerEliminate the SetCCSDNode in favor of a CondCodeSDNode...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-10 Chris LattnerChange *EXTLOAD to use an VTSDNode operand instead...
2005-07-10 Chris LattnerMove TRUNCSTORE to using a VTSDNode operand instead...
2005-07-10 Chris LattnerIntroduce a new VTSDNode class with the ultimate goal...
2005-05-14 Chris Lattneradd accessors
2005-05-13 Chris Lattneradd TAILCALL node
2005-05-12 Chris Lattnerrename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to...
2005-05-11 Chris Lattnernew method
2005-05-09 Chris LattnerAdd READPORT, WRITEPORT, READIO, WRITEIO nodes, wrap...
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-04-28 Chris LattnerAdd FSQRT, FSIN, FCOS nodes, patch contributed by Morte...
2005-04-27 Andrew LenharthImplement Value* tracking for loads and stores in the...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-13 Chris LattnerRemove the ZERO_EXTEND_INREG node which is redundant...
2005-04-09 Chris LattnerAdd a new node
2005-04-08 Chris Lattnerfix this method for 64-bit constants
2005-04-06 Chris Lattnerdocument these nodes, as they are nonobvious
2005-04-05 Nate BegemanAdd MULHU and MULHS nodes for the high part of an ...
2005-04-02 Chris LattnerAdd two happy new nodes for FABS and FNEG
2005-04-02 Chris Lattnerfix a comment
2005-04-02 Chris Lattneradd some new nodes.
2005-04-01 Nate BegemanAdd ISD::UNDEF node
2005-03-31 Misha BrukmanFix spelling of `corresponds'
2005-03-31 Andrew LenharthPCMarker support for DAG and Alpha
2005-01-21 Chris LattnerKeep track of node depth for each node
2005-01-20 Chris LattnerEliminate the unimplemented ADDC/SUBB operations, add...
2005-01-18 Chris LattnerAllow setcc operations to have non-bool types.
2005-01-17 Chris LattnerAdd methods
2005-01-15 Chris LattnerAdd new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_RO...
2005-01-14 Chris LattnerChange CopyFromReg to take and produce a chain node...
2005-01-14 Chris LattnerStart adding some new operators, give IMPLICIT_DEF...
2005-01-13 Chris LattnerAdd a method
2005-01-13 Chris LattnerAdd new ImplicitDef node, rename CopyRegSDNode class...
2005-01-13 Chris LattnerAdd a new node type, add comments.
2005-01-12 Chris LattnerNew method.
2005-01-12 Chris LattnerUpdate comments to indicate CopyFrom/ToReg take physreg...
2005-01-11 Chris LattnerAdd MEMSET/MEMCPY/MEMMOVE operations. Fix a really...
2005-01-10 Chris LattnerAdd a helper method.
2005-01-10 Chris LattnerAdd support for graph operations, and add a viewGraph...
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerAdd operators for FP -> INT conversions and back.
2005-01-07 Chris LattnerAdd a new SelectionDAG::RemoveDeadNodes method
2005-01-07 Jeff CohenFix include. Too easy to make mistakes like this on...
2005-01-07 Jeff CohenGet new SelectionDAG stuff building with Visual Studio.
2005-01-07 Chris LattnerInitial implementation of the nodes in a SelectionDAG.