Age | Commit message (Expand) | Author |
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 |
2008-06-15 | LegalizeTypes support for INSERT_VECTOR_ELT with | Duncan Sands |
2008-06-11 | Sometimes (rarely) nodes held in LegalizeTypes | Duncan Sands |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
2008-04-18 | Provide an explicit list of operands to MakeLibcall, | Duncan Sands |
2008-04-16 | Ongoing work on improving the instruction selection infrastructure: | Roman Levenstein |
2008-04-14 | Initial libcall support for LegalizeTypes. This is | Duncan Sands |
2008-04-13 | LegalizeTypes can sometimes have deleted nodes | Duncan Sands |
2008-04-12 | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman |
2008-04-07 | Re-commit of the r48822, where the infinite looping problem discovered | Roman Levenstein |
2008-04-03 | Backing out 48222 temporarily. | Evan Cheng |
2008-03-26 | Use a linked data structure for the uses lists of an SDNode, just like | Roman Levenstein |
2008-03-12 | Initial soft-float support for LegalizeTypes. I rewrote | Duncan Sands |
2008-03-11 | Some LegalizeTypes code factorization and minor | Duncan Sands |
2008-02-27 | LegalizeTypes support for EXTRACT_VECTOR_ELT. The | Duncan Sands |
2008-02-26 | Fix a nasty bug in LegalizeTypes (spotted in | Duncan Sands |
2008-02-25 | In debug builds check that the key property holds: all | Duncan Sands |
2008-02-04 | I don't see how NodeUpdated can be called with a | Duncan Sands |
2008-02-03 | Fix typo | Chris Lattner |
2008-02-03 | handle the case where a node can become ready to process | Chris Lattner |
2008-02-03 | Use the new infrastructure for listening to node updates to | Chris Lattner |
2008-02-03 | add a -view-legalize-types-dags option, for viewing the dags going into legal... | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-08 | implement some methods. | Chris Lattner |
2007-12-08 | add scaffolding for splitting of vectors. | Chris Lattner |
2007-12-08 | split scalarization out to its own file. | Chris Lattner |