Age | Commit message (Expand) | Author |
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 |
2005-12-23 | improve comment: mention vectors | Chris Lattner |
2005-12-23 | add a new node | Chris Lattner |
2005-12-22 | remove a dead node | Chris Lattner |
2005-12-16 | Added source file/line correspondence for dwarf (PowerPC only at this point.) | Jim Laskey |
2005-12-06 | Teach the SelectionDAG ISel how to turn ConstantPacked values into | Nate Begeman |
2005-11-30 | Added an index field to GlobalAddressSDNode so it can represent X+12, etc. | Evan Cheng |
2005-11-29 | Add support for a new STRING and LOCATION node for line number support, patch | Chris Lattner |
2005-11-22 | Check in code to scalarize arbitrarily wide packed types for some simple | Nate Begeman |
2005-11-20 | add a new node type | Chris Lattner |
2005-11-19 | Teach LLVM how to scalarize packed types. Currently, this only works on | Nate Begeman |
2005-11-11 | added a chain output | Andrew Lenharth |
2005-11-11 | Add support for a cycle counter intrinsic. As basically all processors have | Andrew Lenharth |
2005-11-09 | Switch the allnodes list from a vector of pointers to an ilist of nodes. | Chris Lattner |
2005-11-08 | Change the ValueList array for each node to be shared instead of individually | Chris Lattner |
2005-11-08 | Switch the operandlist/valuelist from being vectors to being just an array. | Chris Lattner |
2005-10-23 | add TargetExternalSymbol | Andrew Lenharth |
2005-10-05 | add a helper class | Chris Lattner |
2005-09-28 | Add FP versions of the binary operators, keeping the int and fp worlds seperate. | Chris Lattner |
2005-09-02 | Add a new ANY_EXTEND node, which operates like an extension but has undefined | Chris Lattner |
2005-08-30 | Add AssertSext, AssertZext nodes for targets that pass arguments in | Nate Begeman |
2005-08-29 | improve comment | Chris Lattner |
2005-08-27 | Fix a typo. | Reid Spencer |
2005-08-26 | Change ConstantPoolSDNode to actually hold the Constant itself instead of | Chris Lattner |
2005-08-25 | Add support for TargetConstantPool node | Chris Lattner |
2005-08-25 | add a new TargetFrameIndex node | Chris Lattner |
2005-08-21 | Add 5-operand version of SelectNodeTo | Chris Lattner |
2005-08-19 | ADd support for TargetGlobalAddress nodes | Chris Lattner |
2005-08-18 | Add support for target DAG nodes that take 4 operands, such as PowerPC's | Nate Begeman |
2005-08-17 | Add two new methods isTargetOpcode() which returns true if the node type | Nate Begeman |
2005-08-17 | Move the code dependency for MathExtras.h from SelectionDAGNodes.h. | Jim Laskey |