summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
Commit message (Expand)AuthorAge
...
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-03
* Rename CustomLowerResults to CustomLowerNode, sinceDuncan Sands2009-05-31
* Put back a bit of expensive checking logic thatDuncan Sands2009-05-16
* Now that PR2957 is resolved, remove a bunch ofDuncan Sands2009-04-27
* Refactor the code to grab the low and high parts of a valueDan Gohman2009-04-25
* Fix PR3899: add support for extracting floats from vectorsDuncan Sands2009-03-29
* Fixed the comment. No functionality change.Sanjiv Gupta2009-03-20
* Use getDebugLoc forwarder instead of getNode()->getDebugLoc.Dale Johannesen2009-02-07
* Fix PR3411. When replacing values, nodes are analyzedDuncan Sands2009-02-03
* DebugLoc propagation. Done with file.Dale Johannesen2009-01-31
* Fix PR3401: when using large integers, the typeDuncan Sands2009-01-31
* Propagate debug info through MakeLibCall and aDale Johannesen2009-01-31
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-30
* Fix PR3393, which amounts to a bug in the expensiveDuncan Sands2009-01-26
* Take the next steps in making SDUse more consistent with LLVM Use, andDan Gohman2009-01-26
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-21
* Allow targets to legalize operations (with illegal operands) that produces mu...Sanjiv Gupta2009-01-21
* When replacing uses and the same node is reachedDuncan Sands2009-01-13
* Fix some typos. Also, the WidenedVectors mapDuncan Sands2009-01-13
* Factorize (and generalize) the code promoting SELECTDuncan Sands2009-01-01
* Added support for vector widening.Mon P Wang2008-12-18
* Fix PR3117: not all nodes being legalized. TheDuncan Sands2008-12-09
* Only check that the result of the mapping was notDuncan Sands2008-12-03
* Remove a (what appears to be) overly strict assertion. Here is what happened:Evan Cheng2008-12-02
* Change the interface to the type legalization methodDuncan Sands2008-12-01
* If the type legalizer actually legalized anythingDuncan Sands2008-11-24
* Add a bunch of libcalls for ppcf128 that were somehowDuncan Sands2008-10-31
* Uniformize capitalization of NodeId.Duncan Sands2008-10-29
* Fix a FIXME: in ReplaceNodeWith, if the new nodeDuncan Sands2008-10-29
* Fix a testcase provided by Bill in which the nodeDuncan Sands2008-10-28
* Fix a bug in which a node could be added to theDuncan Sands2008-10-27
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-26
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-16
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-16
* Provide two overloads of AnalyzeNewNode.Gabor Greif2008-09-01
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-28
* Avoid an empty-if-body warning in release builds.Dan Gohman2008-08-20
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Tidy SDNode::use_iterator, and complete the transition to have itDan Gohman2008-07-27
* Add titles to the various SelectionDAG viewGraph callsDan Gohman2008-07-21
* Ignore TargetConstant with an illegal type. TheseDuncan Sands2008-07-14
* Remove PromoteIntRes_FP_ROUND - not sure what itDuncan Sands2008-07-10
* Make sure the alignment of the temporary createdDuncan Sands2008-07-10
* Make the LegalizeType method naming scheme more regular.Duncan Sands2008-07-10
* Remove some unneeded includes.Duncan Sands2008-07-09
* Add explicit keywords.Dan Gohman2008-07-07
* Let AnalyzeNewNode take care of calling ExpungeNode.Duncan Sands2008-07-02
* ExpungeNode is only needed for new nodes! ThisDuncan Sands2008-06-30
* Share some code that is common between integer andDuncan Sands2008-06-20
* Rename the operation of turning a float type into anDuncan Sands2008-06-20