Age | Commit message (Expand) | Author |
2008-11-18 | Fix indentation. | Evan Cheng |
2008-11-10 | Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to | Mon P Wang |
2008-11-05 | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman |
2008-10-27 | Add setSubgraphColor to color an entire portion of a SelectionDAG. This | David Greene |
2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman |
2008-10-17 | Added MemIntrinsicNode which is useful to represent target intrinsics that | Mon P Wang |
2008-10-16 | Trim #includes. | Dan Gohman |
2008-09-30 | Optimize SelectionDAG's AssignTopologicalOrder even further. | Dan Gohman |
2008-09-26 | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen |
2008-09-24 | Reapplying r56550 | Bill Wendling |
2008-09-24 | Temporarily revert r56550 until missing commit can be added. | Eric Christopher |
2008-09-24 | Refactor the constant folding code into it's own function. And call it from both | Bill Wendling |
2008-09-20 | Update VS projects. | Cedric Venet |
2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |
2008-09-13 | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman |
2008-09-12 | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman |
2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
2008-08-27 | Reorganize the lifetimes of the major objects SelectionDAGISel | Dan Gohman |
2008-08-23 | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman |
2008-08-23 | Move SelectionDAG's constructor out of line. | Dan Gohman |
2008-08-20 | Disable DAGCombine's alignment inference in "fast" codegen mode. | Dan Gohman |
2008-07-30 | Move SelectionDAG::viewGraph() out of line; as an inline function | Dan Gohman |
2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-07-22 | Assert that the DAG root value is a chain value. | Dan Gohman |
2008-07-21 | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman |
2008-07-21 | Add VerifyNode, a place to put sanity checks on | Duncan Sands |
2008-07-17 | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman |
2008-07-15 | SelectionDAG::AssignNodeIds is unused. | Dan Gohman |
2008-07-09 | const-ify SelectionDAG::getNodeValueTypes. | Dan Gohman |
2008-07-08 | Factor out the code for computing an alignment value, and make it | Dan Gohman |
2008-07-07 | Pool-allocation for SDNodes. The pool is allocated once for each function, | Dan Gohman |
2008-07-07 | Fix SDNode::MorphNodeTo (a function used by by SelectNodeTo) to | Dan Gohman |
2008-07-07 | Remove most of the uses of SDOperandPtr, usually replacing it with a | Dan Gohman |
2008-07-05 | Fixed generating incorrect aligned stores that I backout of r53031 | Mon P Wang |
2008-07-03 | Backed out 53031. | Evan Cheng |
2008-07-02 | Replace a few uses of SelectionDAG::getTargetNode with | Dan Gohman |
2008-07-02 | Make the default min align of CreateStackTemporary to be 1 | Mon P Wang |
2008-07-02 | Add a new getMergeValues method that does not need | Duncan Sands |
2008-07-02 | Fixed problem in EmitStackConvert where the source and target type | Mon P Wang |
2008-07-01 | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman |
2008-06-30 | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman |
2008-06-30 | Revert the SelectionDAG optimization that makes | Duncan Sands |
2008-06-25 | Remove the OrigVT member from AtomicSDNode, as it is redundant with | Dan Gohman |
2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
2008-06-23 | Use StringMap instead of std::map<std::string, SDNode*>. | Dan Gohman |
2008-06-20 | Add an allnodes_size method. | Dan Gohman |
2008-06-17 | add a new -enable-value-prop flag for llcbeta, that enables propagation | Chris Lattner |
2008-06-11 | Sometimes (rarely) nodes held in LegalizeTypes | Duncan Sands |