Age | Commit message (Expand) | Author |
2009-05-31 | Rename CustomLowerResults to CustomLowerNode, since | Duncan Sands |
2009-05-16 | Put back a bit of expensive checking logic that | Duncan Sands |
2009-04-27 | Now that PR2957 is resolved, remove a bunch of | Duncan Sands |
2009-04-25 | Refactor the code to grab the low and high parts of a value | Dan Gohman |
2009-03-29 | Fix PR3899: add support for extracting floats from vectors | Duncan Sands |
2009-03-20 | Fixed the comment. No functionality change. | Sanjiv Gupta |
2009-02-07 | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen |
2009-02-03 | Fix PR3411. When replacing values, nodes are analyzed | Duncan Sands |
2009-01-31 | DebugLoc propagation. Done with file. | Dale Johannesen |
2009-01-31 | Fix PR3401: when using large integers, the type | Duncan Sands |
2009-01-31 | Propagate debug info through MakeLibCall and a | Dale Johannesen |
2009-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
2009-01-26 | Fix PR3393, which amounts to a bug in the expensive | Duncan Sands |
2009-01-26 | Take the next steps in making SDUse more consistent with LLVM Use, and | Dan Gohman |
2009-01-21 | Cleanup whitespace and comments, and tweak some | Duncan Sands |
2009-01-21 | Allow targets to legalize operations (with illegal operands) that produces mu... | Sanjiv Gupta |
2009-01-13 | When replacing uses and the same node is reached | Duncan Sands |
2009-01-13 | Fix some typos. Also, the WidenedVectors map | Duncan Sands |
2009-01-01 | Factorize (and generalize) the code promoting SELECT | Duncan Sands |
2008-12-18 | Added support for vector widening. | Mon P Wang |
2008-12-09 | Fix PR3117: not all nodes being legalized. The | Duncan Sands |
2008-12-03 | Only check that the result of the mapping was not | Duncan Sands |
2008-12-02 | Remove a (what appears to be) overly strict assertion. Here is what happened: | Evan Cheng |
2008-12-01 | Change the interface to the type legalization method | Duncan Sands |
2008-11-24 | If the type legalizer actually legalized anything | Duncan Sands |
2008-10-31 | Add a bunch of libcalls for ppcf128 that were somehow | Duncan Sands |
2008-10-29 | Uniformize capitalization of NodeId. | Duncan Sands |
2008-10-29 | Fix a FIXME: in ReplaceNodeWith, if the new node | Duncan Sands |
2008-10-28 | Fix a testcase provided by Bill in which the node | Duncan Sands |
2008-10-27 | Fix a bug in which a node could be added to the | Duncan Sands |
2008-09-26 | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen |
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-01 | Provide two overloads of AnalyzeNewNode. | Gabor Greif |
2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
2008-08-20 | Avoid an empty-if-body warning in release builds. | Dan Gohman |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-07-27 | Tidy SDNode::use_iterator, and complete the transition to have it | Dan Gohman |
2008-07-21 | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman |
2008-07-14 | Ignore TargetConstant with an illegal type. These | Duncan Sands |
2008-07-10 | Remove PromoteIntRes_FP_ROUND - not sure what it | Duncan Sands |
2008-07-10 | Make sure the alignment of the temporary created | Duncan Sands |
2008-07-10 | Make the LegalizeType method naming scheme more regular. | Duncan Sands |
2008-07-09 | Remove some unneeded includes. | Duncan Sands |
2008-07-07 | Add explicit keywords. | Dan Gohman |
2008-07-02 | Let AnalyzeNewNode take care of calling ExpungeNode. | Duncan Sands |
2008-06-30 | ExpungeNode is only needed for new nodes! This | Duncan Sands |
2008-06-20 | Share some code that is common between integer and | Duncan Sands |
2008-06-20 | Rename the operation of turning a float type into an | Duncan Sands |
2008-06-17 | Split type expansion into ExpandInteger and ExpandFloat | Duncan Sands |